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-29T02:12:04.697Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-qsfmt with PID 14 (/app/app.jar started by so in /app)
2021-07-29T02:12:04.703Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-29T02:12:04.704Z||main|||||INFO|500||The following profiles are active: basic
2021-07-29T02:12:12.700Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-29T02:12:12.701Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-29T02:12:12.803Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-29T02:12:14.417Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-29T02:12:14.636Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-29T02:12:15.017Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-29T02:12:15.025Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-29T02:12:15.135Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-29T02:12:15.323Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-29T02:12:15.768Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-29T02:12:16.737Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-29T02:12:18.918Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-29T02:12:18.962Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-29T02:12:19.483Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-29T02:12:19.659Z||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-29T02:12:20.929Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-29T02:12:22.070Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-07-29T02:12:22.093Z||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$$4610d5ba.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-29T02:12:22.094Z||main|||||WARN|500||The sdc end point is not alive
2021-07-29T02:12:24.977Z||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-29T02:12:27.533Z||main|||||WARN|500||---
2021-07-29T02:12:27.533Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-29T02:12:27.533Z||main|||||WARN|500||---
2021-07-29T02:12:27.881Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-29T02:12:30.997Z||main|||||INFO|500||Started Application in 28.375 seconds (JVM running for 29.63)
2021-07-29T02:12:30.998Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-29T02:12:31.000Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-29T02:12:31.013Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-29T02:12:31.068Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-29T02:12:31.151Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 118a7ca8-607d-4376-8dd8-64ccf34d7ec6 url= /sdc/v1/artifactTypes
2021-07-29T02:12:31.152Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-29T02:12:31.426Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-29T02:12:31.455Z||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-29T02:12:31.477Z||scheduling-1|||||DEBUG|500||create keys
2021-07-29T02:12:31.487Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-29T02:12:31.517Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:12:31.533Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= da2c8f4f-450a-41dc-85b4-2118a5b10cdd url= /sdc/v1/registerForDistribution
2021-07-29T02:12:31.673Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= da2c8f4f-450a-41dc-85b4-2118a5b10cdd url= /sdc/v1/registerForDistribution
2021-07-29T02:12:31.674Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-29T02:12:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:12:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:12:31.686Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-29T02:12:31.687Z||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-29T02:12:31.687Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:12:31.687Z||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-29T02:12:31.687Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:12:41.962Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:12:41.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:13:31.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:13:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:13:31.682Z||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-29T02:13:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:13:31.682Z||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-29T02:13:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:13:41.244Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:13:41.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:14:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:14:31.682Z||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-29T02:14:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:14:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:14:31.682Z||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-29T02:14:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:14:41.237Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:14:41.238Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:15:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:15:31.681Z||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-29T02:15:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:15:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:15:31.683Z||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-29T02:15:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:15:41.230Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:15:41.233Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:16:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:16:31.681Z||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-29T02:16:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:16:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:16:31.683Z||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-29T02:16:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:16:41.232Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:16:41.238Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:17:31.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:17:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:17:31.685Z||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-29T02:17:31.686Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:17:31.685Z||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-29T02:17:31.686Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:17:41.239Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:17:41.239Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:18:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:18:31.681Z||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-29T02:18:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:18:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:18:31.682Z||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-29T02:18:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:18:41.234Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:18:41.243Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:19:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:19:31.681Z||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-29T02:19:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:19:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:19:31.683Z||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-29T02:19:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:19:41.234Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:19:41.236Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:20:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:20:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:20:31.683Z||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-29T02:20:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:20:31.683Z||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-29T02:20:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:20:41.238Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:20:41.247Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:21:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:21:31.681Z||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-29T02:21:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:21:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:21:31.682Z||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-29T02:21:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:21:41.233Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:21:41.235Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:22:07.194Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-29T02:22:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:22:31.681Z||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-29T02:22:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:22:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:22:31.682Z||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-29T02:22:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:22:41.228Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:22:41.228Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:23:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:23:31.681Z||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-29T02:23:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:23:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:23:31.683Z||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-29T02:23:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:23:41.230Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:23:41.235Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:24:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:24:31.681Z||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-29T02:24:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:24:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:24:31.682Z||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-29T02:24:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:24:41.228Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:24:41.230Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:25:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:25:31.681Z||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-29T02:25:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:25:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:25:31.682Z||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-29T02:25:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:25:41.235Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:25:41.237Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:26:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:26:31.681Z||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-29T02:26:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:26:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:26:31.682Z||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-29T02:26:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:26:41.236Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:26:41.238Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:27:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:27:31.681Z||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-29T02:27:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:27:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:27:31.682Z||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-29T02:27:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:27:41.246Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:27:41.249Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:28:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:28:31.681Z||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-29T02:28:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:28:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:28:31.682Z||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-29T02:28:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:28:41.230Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:28:41.230Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:29:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:29:31.682Z||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-29T02:29:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:29:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:29:31.683Z||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-29T02:29:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:29:41.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:29:41.236Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:30:31.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:30:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:30:31.683Z||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-29T02:30:31.683Z||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-29T02:30:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:30:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:30:41.231Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:30:41.232Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:31:31.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:31:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:31:31.682Z||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-29T02:31:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:31:31.682Z||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-29T02:31:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:31:41.233Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:31:41.233Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:32:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:32:31.682Z||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-29T02:32:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:32:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:32:31.683Z||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-29T02:32:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:32:41.231Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:32:41.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:33:31.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:33:31.682Z||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-29T02:33:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:33:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:33:31.682Z||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-29T02:33:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:33:41.259Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:33:41.279Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:34:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:34:31.681Z||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-29T02:34:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:34:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:34:31.682Z||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-29T02:34:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:34:41.232Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:34:41.232Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:35:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:35:31.681Z||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-29T02:35:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:35:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:35:31.683Z||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-29T02:35:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:35:41.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:35:41.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:36:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:36:31.681Z||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-29T02:36:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:36:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:36:31.682Z||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-29T02:36:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:36:41.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:36:41.228Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:37:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:37:31.681Z||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-29T02:37:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:37:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:37:31.683Z||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-29T02:37:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:37:41.230Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:37:41.230Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:38:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:38:31.681Z||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-29T02:38:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:38:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:38:31.683Z||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-29T02:38:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:38:41.231Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:38:41.232Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:39:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:39:31.681Z||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-29T02:39:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:39:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:39:31.682Z||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-29T02:39:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:39:41.231Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:39:41.232Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:40:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:40:31.681Z||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-29T02:40:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:40:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:40:31.682Z||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-29T02:40:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:40:41.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:40:41.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:41:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:41:31.681Z||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-29T02:41:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:41:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:41:31.683Z||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-29T02:41:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:41:41.229Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:41:41.229Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:42:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:42:31.681Z||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-29T02:42:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:42:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:42:31.683Z||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-29T02:42:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:42:41.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:42:41.224Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:43:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:43:31.681Z||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-29T02:43:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:43:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:43:31.682Z||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-29T02:43:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:43:41.237Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:43:41.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:44:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:44:31.681Z||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-29T02:44:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:44:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:44:31.682Z||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-29T02:44:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:44:41.233Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:44:41.233Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:45:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:45:31.681Z||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-29T02:45:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:45:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:45:31.682Z||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-29T02:45:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:45:41.230Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:45:41.231Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:46:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:46:31.681Z||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-29T02:46:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:46:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:46:31.682Z||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-29T02:46:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:46:41.232Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:46:41.233Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:47:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:47:31.681Z||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-29T02:47:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:47:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:47:31.682Z||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-29T02:47:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:47:41.230Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:47:41.231Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:48:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:48:31.681Z||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-29T02:48:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:48:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:48:31.682Z||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-29T02:48:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:48:41.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:48:41.226Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:49:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:49:31.681Z||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-29T02:49:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:49:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:49:31.682Z||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-29T02:49:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:49:41.228Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:49:41.228Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:50:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:50:31.681Z||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-29T02:50:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:50:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:50:31.682Z||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-29T02:50:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:50:41.223Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:50:41.227Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:51:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:51:31.682Z||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-29T02:51:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:51:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:51:31.682Z||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-29T02:51:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:51:41.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:51:41.228Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:52:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:52:31.681Z||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-29T02:52:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:52:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:52:31.682Z||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-29T02:52:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:52:41.235Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:52:41.235Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:53:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:53:31.681Z||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-29T02:53:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:53:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:53:31.683Z||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-29T02:53:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:53:41.228Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:53:41.232Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:54:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:54:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:54:31.682Z||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-29T02:54:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:54:31.683Z||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-29T02:54:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:54:41.229Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:54:41.232Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:55:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:55:31.681Z||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-29T02:55:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:55:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:55:31.682Z||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-29T02:55:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:55:41.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:55:41.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:56:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:56:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:56:31.682Z||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-29T02:56:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:56:31.683Z||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-29T02:56:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:56:41.231Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:56:41.232Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:57:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:57:31.681Z||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-29T02:57:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:57:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:57:31.682Z||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-29T02:57:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:57:41.228Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:57:41.242Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:58:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:58:31.681Z||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-29T02:58:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:58:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:58:31.682Z||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-29T02:58:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:58:41.223Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:58:41.223Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:59:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:59:31.681Z||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-29T02:59:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:59:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:59:31.682Z||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-29T02:59:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:59:41.232Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T02:59:41.232Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:00:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:00:31.681Z||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-29T03:00:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:00:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:00:31.683Z||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-29T03:00:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:00:41.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:00:41.229Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:01:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:01:31.681Z||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-29T03:01:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:01:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:01:31.682Z||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-29T03:01:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:01:41.226Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:01:41.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:02:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:02:31.681Z||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-29T03:02:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:02:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:02:31.683Z||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-29T03:02:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:02:41.226Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:02:41.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:03:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:03:31.681Z||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-29T03:03:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:03:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:03:31.683Z||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-29T03:03:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:03:41.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:03:41.241Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:04:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:04:31.681Z||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-29T03:04:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:04:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:04:31.682Z||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-29T03:04:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:04:41.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:04:41.226Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:05:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:05:31.681Z||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-29T03:05:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:05:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:05:31.682Z||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-29T03:05:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:05:41.226Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:05:41.233Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:06:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:06:31.681Z||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-29T03:06:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:06:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:06:31.682Z||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-29T03:06:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:06:41.225Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:06:41.228Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:07:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:07:31.681Z||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-29T03:07:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:07:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:07:31.682Z||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-29T03:07:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:07:41.224Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:07:41.225Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:08:31.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:08:31.681Z||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-29T03:08:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:08:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:08:31.683Z||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-29T03:08:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:08:41.229Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:08:41.232Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:09:31.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:09:31.681Z||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-29T03:09:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:09:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:09:31.682Z||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-29T03:09:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:09:41.226Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:09:41.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:10:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:10:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:10:31.688Z||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-29T03:10:31.689Z||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-29T03:10:31.689Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:10:31.689Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:10:41.254Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:10:41.265Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:11:31.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:11:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:11:31.683Z||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-29T03:11:31.683Z||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-29T03:11:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:11:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:11:41.232Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:11:41.249Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:12:31.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:12:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:12:31.683Z||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-29T03:12:31.683Z||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-29T03:12:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:12:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:12:45.363Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:12:45.521Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:13:31.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:13:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:13:31.683Z||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-29T03:13:31.683Z||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-29T03:13:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:13:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:13:41.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:13:41.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:14:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:14:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:14:31.685Z||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-29T03:14:31.685Z||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-29T03:14:31.685Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:14:31.685Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:14:42.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:14:45.635Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:15:31.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:15:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:15:31.684Z||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-29T03:15:31.684Z||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-29T03:15:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:15:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:15:42.474Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:15:42.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:16:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:16:31.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:16:31.683Z||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-29T03:16:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:16:31.683Z||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-29T03:16:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:16:41.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:16:41.228Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:17:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:17:31.681Z||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-29T03:17:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:17:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:17:31.683Z||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-29T03:17:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:17:41.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:17:41.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:18:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:18:31.682Z||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-29T03:18:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:18:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:18:31.683Z||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-29T03:18:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:18:41.235Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:18:41.235Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:19:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:19:31.681Z||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-29T03:19:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:19:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:19:31.682Z||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-29T03:19:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:19:41.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:19:41.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:20:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:20:31.682Z||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-29T03:20:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:20:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:20:31.684Z||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-29T03:20:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:20:41.230Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:20:41.234Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:21:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:21:31.681Z||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-29T03:21:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:21:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:21:31.682Z||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-29T03:21:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:21:41.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:21:41.233Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:22:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:22:31.681Z||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-29T03:22:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:22:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:22:31.682Z||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-29T03:22:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:22:41.226Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:22:41.241Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:23:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:23:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:23:31.682Z||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-29T03:23:31.682Z||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-29T03:23:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:23:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:23:41.225Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:23:41.226Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:24:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:24:31.681Z||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-29T03:24:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:24:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:24:31.683Z||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-29T03:24:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:24:41.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:24:41.230Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:25:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:25:31.681Z||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-29T03:25:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:25:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:25:31.683Z||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-29T03:25:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:25:41.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:25:41.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:26:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:26:31.681Z||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-29T03:26:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:26:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:26:31.682Z||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-29T03:26:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:26:41.227Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:26:41.227Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:27:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:27:31.681Z||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-29T03:27:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:27:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:27:31.682Z||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-29T03:27:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:27:41.221Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:27:41.230Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:28:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:28:31.681Z||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-29T03:28:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:28:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:28:31.682Z||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-29T03:28:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:28:41.229Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:28:41.231Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:29:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:29:31.681Z||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-29T03:29:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:29:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:29:31.682Z||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-29T03:29:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:29:41.221Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:29:41.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:30:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:30:31.681Z||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-29T03:30:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:30:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:30:31.682Z||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-29T03:30:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:30:41.232Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:30:41.234Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:31:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:31:31.681Z||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-29T03:31:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:31:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:31:31.683Z||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-29T03:31:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:31:41.232Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:31:41.233Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:32:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:32:31.681Z||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-29T03:32:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:32:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:32:31.683Z||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-29T03:32:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:32:41.222Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:32:41.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:33:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:33:31.681Z||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-29T03:33:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:33:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:33:31.682Z||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-29T03:33:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:33:41.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:33:41.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:34:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:34:31.681Z||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-29T03:34:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:34:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:34:31.682Z||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-29T03:34:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:34:41.230Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:34:41.233Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:35:31.681Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:35:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:35:31.682Z||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-29T03:35:31.682Z||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-29T03:35:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:35:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:35:41.227Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:35:41.229Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:36:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:36:31.682Z||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-29T03:36:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:36:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:36:31.682Z||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-29T03:36:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:36:41.227Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:36:41.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:37:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:37:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:37:31.687Z||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-29T03:37:31.687Z||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-29T03:37:31.687Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:37:31.687Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:37:41.230Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:37:41.236Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:38:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:38:31.681Z||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-29T03:38:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:38:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:38:31.682Z||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-29T03:38:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:38:41.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:38:41.228Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:39:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:39:31.681Z||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-29T03:39:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:39:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:39:31.682Z||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-29T03:39:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:39:41.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:39:41.225Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:40:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:40:31.681Z||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-29T03:40:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:40:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:40:31.682Z||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-29T03:40:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:40:41.230Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:40:41.229Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:41:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:41:31.681Z||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-29T03:41:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:41:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:41:31.682Z||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-29T03:41:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:41:41.225Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:41:41.225Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:42:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:42:31.681Z||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-29T03:42:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:42:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:42:31.682Z||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-29T03:42:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:42:41.226Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:42:41.229Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:43:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:43:31.681Z||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-29T03:43:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:43:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:43:31.682Z||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-29T03:43:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:43:41.232Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:43:41.234Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:44:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:44:31.682Z||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-29T03:44:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:44:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:44:31.683Z||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-29T03:44:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:44:41.229Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:44:41.230Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:45:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:45:31.681Z||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-29T03:45:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:45:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:45:31.682Z||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-29T03:45:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:45:41.219Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:45:41.226Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:46:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:46:31.681Z||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-29T03:46:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:46:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:46:31.682Z||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-29T03:46:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:46:41.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:46:41.225Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:47:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:47:31.681Z||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-29T03:47:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:47:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:47:31.682Z||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-29T03:47:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:47:41.226Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:47:41.227Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:48:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:48:31.681Z||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-29T03:48:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:48:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:48:31.682Z||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-29T03:48:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:48:41.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:48:41.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:49:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:49:31.681Z||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-29T03:49:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:49:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:49:31.682Z||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-29T03:49:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:49:41.228Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:49:41.228Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:50:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:50:31.681Z||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-29T03:50:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:50:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:50:31.683Z||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-29T03:50:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:50:41.225Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:50:41.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:51:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:51:31.681Z||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-29T03:51:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:51:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:51:31.682Z||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-29T03:51:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:51:41.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:51:41.226Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:52:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:52:31.681Z||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-29T03:52:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:52:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:52:31.683Z||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-29T03:52:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:52:41.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:52:41.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:53:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:53:31.681Z||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-29T03:53:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:53:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:53:31.682Z||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-29T03:53:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:53:41.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:53:41.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:54:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:54:31.681Z||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-29T03:54:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:54:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:54:31.683Z||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-29T03:54:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:54:41.228Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:54:41.229Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:55:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:55:31.681Z||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-29T03:55:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:55:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:55:31.683Z||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-29T03:55:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:55:41.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:55:41.232Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:56:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:56:31.681Z||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-29T03:56:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:56:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:56:31.682Z||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-29T03:56:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:56:41.227Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:56:41.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:57:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:57:31.681Z||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-29T03:57:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:57:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:57:31.683Z||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-29T03:57:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:57:41.221Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:57:41.233Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:58:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:58:31.681Z||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-29T03:58:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:58:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:58:31.682Z||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-29T03:58:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:58:41.226Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:58:41.226Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:59:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:59:31.681Z||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-29T03:59:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:59:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:59:31.682Z||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-29T03:59:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:59:41.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T03:59:41.229Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:00:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:00:31.681Z||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-29T04:00:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:00:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:00:31.682Z||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-29T04:00:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:00:41.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:00:41.225Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:01:31.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:01:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:01:31.682Z||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-29T04:01:31.682Z||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-29T04:01:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:01:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:01:41.226Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:01:41.227Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:02:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:02:31.681Z||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-29T04:02:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:02:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:02:31.682Z||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-29T04:02:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:02:41.224Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:02:41.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:03:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:03:31.681Z||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-29T04:03:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:03:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:03:31.682Z||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-29T04:03:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:03:41.216Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:03:41.221Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:04:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:04:31.681Z||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-29T04:04:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:04:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:04:31.682Z||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-29T04:04:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:04:41.221Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:04:41.226Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:05:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:05:31.681Z||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-29T04:05:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:05:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:05:31.682Z||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-29T04:05:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:05:41.220Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:05:41.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:06:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:06:31.681Z||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-29T04:06:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:06:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:06:31.682Z||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-29T04:06:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:06:41.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:06:41.225Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:07:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:07:31.681Z||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-29T04:07:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:07:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:07:31.683Z||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-29T04:07:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:07:41.220Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:07:41.221Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:08:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:08:31.681Z||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-29T04:08:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:08:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:08:31.683Z||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-29T04:08:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:08:41.225Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:08:41.228Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:09:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:09:31.681Z||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-29T04:09:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:09:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:09:31.682Z||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-29T04:09:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:09:41.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:09:41.236Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:10:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:10:31.681Z||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-29T04:10:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:10:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:10:31.682Z||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-29T04:10:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:10:41.222Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:10:41.222Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:11:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:11:31.681Z||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-29T04:11:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:11:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:11:31.682Z||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-29T04:11:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:11:41.231Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:11:41.233Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:12:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:12:31.681Z||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-29T04:12:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:12:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:12:31.682Z||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-29T04:12:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:12:41.226Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:12:41.226Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:13:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:13:31.681Z||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-29T04:13:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:13:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:13:31.682Z||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-29T04:13:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:13:41.228Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:13:41.231Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:14:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:14:31.681Z||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-29T04:14:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:14:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:14:31.682Z||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-29T04:14:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:14:41.228Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:14:41.228Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:15:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:15:31.681Z||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-29T04:15:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:15:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:15:31.682Z||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-29T04:15:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:15:41.220Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:15:41.220Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:16:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:16:31.681Z||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-29T04:16:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:16:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:16:31.683Z||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-29T04:16:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:16:41.225Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:16:41.225Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:17:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:17:31.681Z||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-29T04:17:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:17:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:17:31.682Z||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-29T04:17:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:17:41.217Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:17:41.218Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:18:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:18:31.681Z||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-29T04:18:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:18:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:18:31.682Z||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-29T04:18:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:18:41.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:18:41.226Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:19:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:19:31.681Z||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-29T04:19:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:19:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:19:31.682Z||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-29T04:19:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:19:41.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:19:41.229Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:20:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:20:31.681Z||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-29T04:20:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:20:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:20:31.682Z||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-29T04:20:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:20:41.226Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:20:41.228Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:21:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:21:31.681Z||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-29T04:21:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:21:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:21:31.682Z||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-29T04:21:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:21:41.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:21:41.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:22:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:22:31.681Z||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-29T04:22:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:22:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:22:31.682Z||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-29T04:22:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:22:41.224Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:22:41.225Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:23:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:23:31.681Z||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-29T04:23:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:23:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:23:31.682Z||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-29T04:23:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:23:41.226Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:23:41.226Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:24:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:24:31.681Z||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-29T04:24:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:24:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:24:31.682Z||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-29T04:24:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:24:41.232Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:24:41.233Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:25:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:25:31.681Z||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-29T04:25:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:25:31.683Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:25:31.684Z||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-29T04:25:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:25:41.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:25:41.227Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:26:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:26:31.681Z||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-29T04:26:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:26:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:26:31.682Z||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-29T04:26:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:26:41.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:26:41.228Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:27:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:27:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:27:31.686Z||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-29T04:27:31.686Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:27:31.686Z||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-29T04:27:31.686Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:27:41.226Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:27:41.227Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:28:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:28:31.681Z||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-29T04:28:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:28:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:28:31.682Z||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-29T04:28:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:28:41.222Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:28:41.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:29:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:29:31.681Z||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-29T04:29:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:29:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:29:31.682Z||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-29T04:29:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:29:41.226Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:29:41.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:30:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:30:31.681Z||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-29T04:30:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:30:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:30:31.682Z||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-29T04:30:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:30:41.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:30:41.230Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:31:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:31:31.681Z||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-29T04:31:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:31:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:31:31.682Z||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-29T04:31:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:31:41.225Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:31:41.228Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:32:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:32:31.681Z||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-29T04:32:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:32:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:32:31.682Z||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-29T04:32:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:32:41.219Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:32:41.219Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:33:31.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:33:31.681Z||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-29T04:33:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:33:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:33:31.683Z||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-29T04:33:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:33:41.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:33:41.226Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:34:31.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:34:31.681Z||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-29T04:34:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:34:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:34:31.682Z||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-29T04:34:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:34:41.224Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:34:41.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:35:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:35:31.681Z||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-29T04:35:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:35:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:35:31.683Z||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-29T04:35:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:35:41.234Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:35:41.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:36:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:36:31.681Z||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-29T04:36:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:36:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:36:31.682Z||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-29T04:36:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:36:41.219Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:36:41.220Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:37:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:37:31.681Z||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-29T04:37:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:37:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:37:31.682Z||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-29T04:37:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:37:41.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:37:41.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:38:31.681Z||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-29T04:38:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:38:31.682Z||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-29T04:38:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:32.221Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:32.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:38:32.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "cds",
  "timestamp": 1627533510662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:38:32.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:38:32.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:38:32.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "dcae-sch",
  "timestamp": 1627533506270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:38:32.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:38:32.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:32.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T04:38:32.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6377306-6105-408b-b23e-e97dbf0fc80c","serviceName":"vFW 2021-07-29 04-35-16","serviceVersion":"1.0","serviceUUID":"1442dd9a-6b30-4465-82e4-92d6b2542a05","serviceDescription":"catalog service description","serviceInvariantUUID":"66acdb15-07c0-4786-93f2-519b32cb5b1c","resources":[{"resourceInstanceName":"vFW 64092bfa-a61d 0","resourceName":"vFW 64092bfa-a61d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ddc2b7de-fce5-4b14-b879-289ba5112760","resourceInvariantUUID":"2b134edd-1404-4b78-ba02-2a9bdd4f00e8","resourceCustomizationUUID":"f649cd1e-fe80-4704-b100-8b3c3d1d7e8d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml","artifactChecksum":"MWE0YzJmNGZjMjYxNTczNTBkOGE1M2ViNDY0ZGJlMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5c417c4-26de-43b7-81c5-606b4c8f0f3c","artifactVersion":"1"},{"artifactName":"vfw64092bfaa61d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json","artifactChecksum":"MTk0MTI3ZWZhNTViZGEzMmUyNTFjY2UwZTczNDU3MGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"810b4d62-72b8-44c5-b4cd-ae421699f45a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"41756649-d96c-4f73-949e-cff2e7107b1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml","artifactChecksum":"NTcwMDIwNjYyYjI5YWM5ZDcxNDY1NTI4YTFhZGI5N2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6939104f-0cef-4a5e-bfc3-ce0bc73bd391","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6471781-1698-4620-a2a6-1f2fde521165","artifactVersion":"2","generatedFromUUID":"41756649-d96c-4f73-949e-cff2e7107b1a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210729043516-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml","artifactChecksum":"ODdjMzI1MzliOTg5MTExODg2OTgyYTdiNTQwNGZkMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4787395-3bfe-43a4-8828-df15ed2caa5f","artifactVersion":"1"},{"artifactName":"service-Vfw20210729043516-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar","artifactChecksum":"OGNhMzZlODA1MGJlYjkyM2NlMTZmMmU4OWJmZjk3NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a11a962-5270-4ae5-a3f4-daa9c2c05d47","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T04:38:32.314Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:32.319Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:32.328Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:32.328Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:38:32.428Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-07-29T04:38:32.432Z||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-29T04:38:32.432Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:32.442Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:32.443Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:38:33.333Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:33.334Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:33.336Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:33.336Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:38:33.437Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:33.438Z||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-29T04:38:33.438Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:33.450Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:33.451Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:34.337Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:34.338Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:34.339Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:34.339Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:38:34.440Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:34.440Z||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-29T04:38:34.440Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:34.449Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:34.450Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:35.340Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:35.342Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:35.344Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:35.344Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:38:35.444Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:35.444Z||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-29T04:38:35.444Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:35.453Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:35.453Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:38:36.344Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:36.345Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:36.347Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:36.347Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-29T04:38:36.447Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:38:36.448Z||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-29T04:38:36.448Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:36.457Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:36.457Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:37.348Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:37.349Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:37.350Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:37.351Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:38:37.451Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:37.452Z||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-29T04:38:37.452Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:37.461Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:37.462Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:38:38.351Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:38.352Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:38.354Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:38.354Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:38:38.454Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:38.455Z||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-29T04:38:38.455Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:38.465Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:38.465Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:39.356Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "serviceName": "vFW 2021-07-29 04-35-16",
  "serviceVersion": "1.0",
  "serviceUUID": "1442dd9a-6b30-4465-82e4-92d6b2542a05",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "66acdb15-07c0-4786-93f2-519b32cb5b1c",
  "resources": [
    {
      "resourceInstanceName": "vFW 64092bfa-a61d 0",
      "resourceCustomizationUUID": "f649cd1e-fe80-4704-b100-8b3c3d1d7e8d",
      "resourceName": "vFW 64092bfa-a61d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ddc2b7de-fce5-4b14-b879-289ba5112760",
      "resourceInvariantUUID": "2b134edd-1404-4b78-ba02-2a9bdd4f00e8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw64092bfaa61d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
          "artifactChecksum": "MTk0MTI3ZWZhNTViZGEzMmUyNTFjY2UwZTczNDU3MGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "810b4d62-72b8-44c5-b4cd-ae421699f45a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "41756649-d96c-4f73-949e-cff2e7107b1a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b6471781-1698-4620-a2a6-1f2fde521165",
            "generatedFromUUID": "41756649-d96c-4f73-949e-cff2e7107b1a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b6471781-1698-4620-a2a6-1f2fde521165",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210729043516-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
      "artifactChecksum": "OGNhMzZlODA1MGJlYjkyM2NlMTZmMmU4OWJmZjk3NzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7a11a962-5270-4ae5-a3f4-daa9c2c05d47"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T04:38:39.357Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T04:38:39.357Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1442dd9a-6b30-4465-82e4-92d6b2542a05 ASDC
2021-07-29T04:38:39.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a6377306-6105-408b-b23e-e97dbf0fc80c
ServiceName:vFW 2021-07-29 04-35-16
ServiceVersion:1.0
ServiceUUID:1442dd9a-6b30-4465-82e4-92d6b2542a05
ServiceInvariantUUID:66acdb15-07c0-4786-93f2-519b32cb5b1c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210729043516-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar
ArtifactUUID:7a11a962-5270-4ae5-a3f4-daa9c2c05d47
ArtifactChecksum:OGNhMzZlODA1MGJlYjkyM2NlMTZmMmU4OWJmZjk3NzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 64092bfa-a61d 0
ResourceCustomizationUUID:f649cd1e-fe80-4704-b100-8b3c3d1d7e8d
ResourceInvariantUUID:2b134edd-1404-4b78-ba02-2a9bdd4f00e8
ResourceName:vFW 64092bfa-a61d
ResourceType:VF
ResourceUUID:ddc2b7de-fce5-4b14-b879-289ba5112760
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw64092bfaa61d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json
ArtifactUUID:810b4d62-72b8-44c5-b4cd-ae421699f45a
ArtifactChecksum:MTk0MTI3ZWZhNTViZGEzMmUyNTFjY2UwZTczNDU3MGU=
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/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml
ArtifactUUID:41756649-d96c-4f73-949e-cff2e7107b1a
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/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env
ArtifactUUID:b6471781-1698-4620-a2a6-1f2fde521165
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/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env
ArtifactUUID:b6471781-1698-4620-a2a6-1f2fde521165
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-29T04:38:39.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1442dd9a-6b30-4465-82e4-92d6b2542a05 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-29T04:38:39.739Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:38:39.740Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-29T04:38:39.741Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-29T04:38:39.741Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7a11a962-5270-4ae5-a3f4-daa9c2c05d47 from URL: /sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:39.741Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-29T04:38:39.743Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:42.169Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-29T04:38:42.185Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar 7a11a962-5270-4ae5-a3f4-daa9c2c05d47 98782
2021-07-29T04:38:42.186Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar ASDC sendASDCNotification
2021-07-29T04:38:42.186Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:42.187Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:38:42.189Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:42.190Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:42.191Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533522185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:38:42.291Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:42.292Z||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-29T04:38:42.292Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:42.301Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:42.302Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:43.191Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:38:43.192Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-29T04:38:43.193Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7a11a962-5270-4ae5-a3f4-daa9c2c05d47, URL: /sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar to file: /app/ASDC/1/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:43.193Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210729043516-csar.csar
2021-07-29T04:38:43.345Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:43.346Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:43.999Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2236397200576279213/Definitions/service-Vfw20210729043516-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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
2021-07-29T04:38:46.479Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T04:38:46.484Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-29T04:38:46.484Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.484Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-07-29T04:38:46.484Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.484Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 64092bfa-a61d 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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-29T04:38:46.491Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.492Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.495Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:46.495Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-29T04:38:46.496Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:38:46.498Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.498Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.498Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:46.498Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-29T04:38:46.498Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:38:46.498Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.499Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.502Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.502Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:46.502Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:46.502Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:46.502Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-29T04:38:46.502Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.503Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.503Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-29T04:38:46.503Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.503Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-29T04:38:46.503Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-29T04:38:46.503Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:38:46.505Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.505Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:46.506Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:46.506Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.506Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:46.506Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:46.506Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.507Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:46.507Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:46.507Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.507Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:46.508Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:46.508Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:46.508Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-29T04:38:46.508Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-29T04:38:46.508Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-29T04:38:46.508Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-29T04:38:46.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-29T04:38:46.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ce58687-b58b-47af-94f0-1a860f3e85f6
2021-07-29T04:38:46.510Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.510Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:46.510Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:46.510Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:46.510Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-29T04:38:46.511Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.511Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.511Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-29T04:38:46.511Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.511Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-29T04:38:46.512Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-29T04:38:46.512Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.512Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-29T04:38:46.512Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.512Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7e9ceaa5-22e1-4c03-b394-f3bb95aa438b
2021-07-29T04:38:46.512Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:46.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:46.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:46.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-29T04:38:46.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.514Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.514Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-29T04:38:46.514Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.514Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-29T04:38:46.514Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-29T04:38:46.514Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.515Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.515Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-29T04:38:46.515Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=14a4bb54-e633-4e76-b6ac-3af8058b667d
2021-07-29T04:38:46.515Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.515Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.516Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.516Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.516Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.516Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.516Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:46.517Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.517Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-07-29 04-35-16
Description:catalog service description
Model UUID:1442dd9a-6b30-4465-82e4-92d6b2542a05
Model Version:NULL
Model InvariantUuid:66acdb15-07c0-4786-93f2-519b32cb5b1c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 64092bfa-a61d
Model UUID:e937d6c8-4230-41aa-9c9d-80ee8fc4e7a9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2b134edd-1404-4b78-ba02-2a9bdd4f00e8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f649cd1e-fe80-4704-b100-8b3c3d1d7e8d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0c5b43d7-96bd-499f-a6cd-7fe5759933d0
ModelName:Vfw64092bfaA61d..base_vfw..module-0
ModelUuid:a6c6b1f0-ad87-4513-9f4a-91cd41ef35ce
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ce58687-b58b-47af-94f0-1a860f3e85f6
ModelInvariantUuid:7c708396-df65-4710-b1e4-4c733ad47ee1
ModelName:vFW 64092bfa-a61d-nodes.vfwCvfc
ModelUuid:34324300-1d5e-4827-acee-4a5cc75bcf72
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:48339cc4-3b8e-4203-93a0-8d688a2e2882
ModelInvariantUuid:1f312c82-cc52-4905-83fd-843a83107747
ModelName:Vfw64092bfaA61d.compute.nodes.heat.vfw
ModelUuid:a6b31845-9cbc-4796-9738-6253aeac8fa6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7e9ceaa5-22e1-4c03-b394-f3bb95aa438b
ModelInvariantUuid:7247086f-ab4d-44cb-a876-2758a1e821ee
ModelName:vFW 64092bfa-a61d-nodes.vsnCvfc
ModelUuid:cd2d7ebf-91a1-4951-839a-b1c492f8c80b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c0d20e8f-3d12-4efa-9ab5-be56295a81fb
ModelInvariantUuid:dc418b1d-6b6c-48e9-87f0-a42e1e62c5c7
ModelName:Vfw64092bfaA61d.compute.nodes.heat.vsn
ModelUuid:1a492f95-f3e6-4cd7-a023-9a5c27c2cafd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:14a4bb54-e633-4e76-b6ac-3af8058b667d
ModelInvariantUuid:b5c3aead-c825-481a-864e-f6d0e31cccd2
ModelName:vFW 64092bfa-a61d-nodes.vpgCvfc
ModelUuid:d896ef33-48a6-4d15-bc06-c453b70354ee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7d2e4ae3-18cb-4651-ad25-889088863dba
ModelInvariantUuid:2e0d94ac-9bd5-4d18-ab3d-6360865ef2f8
ModelName:Vfw64092bfaA61d.compute.nodes.heat.vpg
ModelUuid:c7ed1246-73e9-41d3-9749-953decaa917a
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-29T04:38:46.538Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ddc2b7de-fce5-4b14-b879-289ba5112760
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-29T04:38:46.623Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||vFW 64092bfa-a61d 0
2021-07-29T04:38:46.628Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ddc2b7de-fce5-4b14-b879-289ba5112760
2021-07-29T04:38:46.629Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 810b4d62-72b8-44c5-b4cd-ae421699f45a from URL: /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json
2021-07-29T04:38:46.629Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-29T04:38:46.629Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json
2021-07-29T04:38:47.246Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-29T04:38:47.247Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json 810b4d62-72b8-44c5-b4cd-ae421699f45a 785
2021-07-29T04:38:47.247Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json ASDC sendASDCNotification
2021-07-29T04:38:47.247Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json
2021-07-29T04:38:47.247Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:38:47.248Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:47.251Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:47.251Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533527247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:38:47.351Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:47.352Z||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-29T04:38:47.352Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:47.359Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:47.360Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:48.253Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw64092bfaA61d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0c5b43d7-96bd-499f-a6cd-7fe5759933d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a6c6b1f0-ad87-4513-9f4a-91cd41ef35ce",
    "vfModuleModelCustomizationUUID": "03f8bd0e-b876-4dc4-9197-23033c1e4dec",
    "isBase": true,
    "artifacts": [
      "41756649-d96c-4f73-949e-cff2e7107b1a",
      "b6471781-1698-4620-a2a6-1f2fde521165"
    ],
    "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-29T04:38:48.274Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw64092bfaA61d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6c6b1f0-ad87-4513-9f4a-91cd41ef35ce
VfModuleModelInvariantUUID:0c5b43d7-96bd-499f-a6cd-7fe5759933d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
41756649-d96c-4f73-949e-cff2e7107b1a
,
b6471781-1698-4620-a2a6-1f2fde521165

}
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-29T04:38:48.276Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw64092bfaA61d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0c5b43d7-96bd-499f-a6cd-7fe5759933d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a6c6b1f0-ad87-4513-9f4a-91cd41ef35ce",
    "vfModuleModelCustomizationUUID": "03f8bd0e-b876-4dc4-9197-23033c1e4dec",
    "isBase": true,
    "artifacts": [
      "41756649-d96c-4f73-949e-cff2e7107b1a",
      "b6471781-1698-4620-a2a6-1f2fde521165"
    ],
    "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-29T04:38:48.276Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw64092bfaA61d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6c6b1f0-ad87-4513-9f4a-91cd41ef35ce
VfModuleModelInvariantUUID:0c5b43d7-96bd-499f-a6cd-7fe5759933d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
41756649-d96c-4f73-949e-cff2e7107b1a
,
b6471781-1698-4620-a2a6-1f2fde521165

}
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-29T04:38:48.277Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 41756649-d96c-4f73-949e-cff2e7107b1a from URL: /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml
2021-07-29T04:38:48.277Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-29T04:38:48.277Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml
2021-07-29T04:38:48.856Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-29T04:38:48.858Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml 41756649-d96c-4f73-949e-cff2e7107b1a 20368
2021-07-29T04:38:48.858Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-29T04:38:48.858Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml
2021-07-29T04:38:48.858Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:38:48.859Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:48.861Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:48.861Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533528858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:38:48.961Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:48.962Z||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-29T04:38:48.962Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:48.973Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:48.973Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:49.862Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b6471781-1698-4620-a2a6-1f2fde521165 from URL: /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env
2021-07-29T04:38:49.862Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-29T04:38:49.862Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env
2021-07-29T04:38:50.066Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-29T04:38:50.066Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env b6471781-1698-4620-a2a6-1f2fde521165 2098
2021-07-29T04:38:50.066Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-29T04:38:50.066Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env
2021-07-29T04:38:50.066Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:38:50.067Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:50.069Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:50.069Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533530066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:38:50.169Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:50.170Z||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-29T04:38:50.170Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:50.183Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:50.183Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:51.069Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1442dd9a-6b30-4465-82e4-92d6b2542a05
2021-07-29T04:38:51.070Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 64092bfa-a61d 0 ddc2b7de-fce5-4b14-b879-289ba5112760 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-29T04:38:51.105Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.106Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.106Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-07-29T04:38:51.106Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= f649cd1e-fe80-4704-b100-8b3c3d1d7e8d
2021-07-29T04:38:51.106Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f649cd1e-fe80-4704-b100-8b3c3d1d7e8d matches Tosca VF Customization UUID: f649cd1e-fe80-4704-b100-8b3c3d1d7e8d
2021-07-29T04:38:51.106Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: f649cd1e-fe80-4704-b100-8b3c3d1d7e8d  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-29T04:38:51.113Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.113Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.115Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id f649cd1e-fe80-4704-b100-8b3c3d1d7e8d: {\"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-29T04:38:51.115Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73daf02e
2021-07-29T04:38:51.115Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.115Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:38:51.115Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 03f8bd0e-b876-4dc4-9197-23033c1e4dec
2021-07-29T04:38:51.116Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 03f8bd0e-b876-4dc4-9197-23033c1e4dec
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-29T04:38:51.123Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.124Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:51.124Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:51.125Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.125Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:51.125Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:51.125Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.126Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:51.126Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:51.126Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:51.126Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-29T04:38:51.126Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-29T04:38:51.127Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-29T04:38:51.127Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.127Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:51.127Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-29T04:38:51.127Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:51.128Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-29T04:38:51.128Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.128Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ce58687-b58b-47af-94f0-1a860f3e85f6
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-29T04:38:51.141Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.142Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:51.142Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:51.142Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.142Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:51.142Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:51.142Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-29T04:38:51.144Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:51.144Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-29T04:38:51.144Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.144Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7e9ceaa5-22e1-4c03-b394-f3bb95aa438b
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-29T04:38:51.146Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.147Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:51.147Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:51.149Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.149Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:51.149Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:51.150Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:51.150Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-29T04:38:51.150Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.150Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:51.150Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-29T04:38:51.151Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.151Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-29T04:38:51.151Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-29T04:38:51.151Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.151Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:51.152Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-29T04:38:51.152Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=14a4bb54-e633-4e76-b6ac-3af8058b667d
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-29T04:38:51.154Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.155Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:51.155Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:51.155Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.155Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:51.155Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=f649cd1e-fe80-4704-b100-8b3c3d1d7e8d
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-29T04:38:51.158Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.159Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.159Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1442dd9a-6b30-4465-82e4-92d6b2542a05: vFW 64092bfa-a61d
2021-07-29T04:38:51.160Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.160Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.160Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.160Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.160Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.161Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.161Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.161Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.161Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:38:51.161Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.161Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-07-29 04-35-16 
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-29T04:38:51.451Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 64092bfa-a61d ddc2b7de-fce5-4b14-b879-289ba5112760 1 ASDC deployResourceStructure
2021-07-29T04:38:51.451Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json ASDC sendASDCNotification
2021-07-29T04:38:51.451Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json
2021-07-29T04:38:51.452Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:38:51.452Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:51.453Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:51.453Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533531451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:38:51.554Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:38:51.554Z||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-29T04:38:51.554Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:51.563Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:51.563Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:52.455Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-29T04:38:52.455Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml
2021-07-29T04:38:52.455Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:38:52.455Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:52.457Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:52.457Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533532455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T04:38:52.558Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:38:52.558Z||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-29T04:38:52.558Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:52.567Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:52.567Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:53.458Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-29T04:38:53.459Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env
2021-07-29T04:38:53.459Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:38:53.459Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:53.461Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:53.461Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533533458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-29T04:38:53.561Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:53.562Z||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-29T04:38:53.562Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:53.570Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:53.570Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:54.463Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar ASDC sendASDCNotification
2021-07-29T04:38:54.463Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:54.463Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:38:54.463Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:54.465Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:54.465Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533534462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:38:54.565Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:54.566Z||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-29T04:38:54.566Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:54.575Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:38:54.575Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:55.466Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:38:55.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-29T04:38:55.487Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:38:55.487Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:38:55.487Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:39:25.488Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:39:25.495Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-29T04:39:25.497Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:39:25.497Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:39:25.497Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:39:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:39:31.683Z||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-29T04:39:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:39:31.701Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:39:31.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:39:31.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "policy-id",
  "timestamp": 1627533501993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:39:31.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:39:55.497Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:39:55.507Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-29T04:39:55.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:39:55.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:39:55.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:40:25.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:40:25.521Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-29T04:40:25.523Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:40:25.523Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:40:25.523Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:40:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:40:31.682Z||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-29T04:40:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:40:31.701Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:40:31.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:40:31.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "aai-ml",
  "timestamp": 1627533511049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:40:31.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:40:55.523Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:40:55.532Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-29T04:40:55.535Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:40:55.535Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:40:55.535Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:41:25.535Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:41:25.545Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-29T04:41:25.547Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:41:25.547Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:41:25.547Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:41:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:41:31.683Z||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-29T04:41:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:41:32.206Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:41:32.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533512095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "dcae-sch",
  "timestamp": 1627533506270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "cds",
  "timestamp": 1627533510662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "policy-id",
  "timestamp": 1627533501993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "aai-ml",
  "timestamp": 1627533511049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533512095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "dcae-sch",
  "timestamp": 1627533506270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "cds",
  "timestamp": 1627533510662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "policy-id",
  "timestamp": 1627533501993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "aai-ml",
  "timestamp": 1627533511049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533512095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "dcae-sch",
  "timestamp": 1627533506270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "cds",
  "timestamp": 1627533510662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "policy-id",
  "timestamp": 1627533501993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "aai-ml",
  "timestamp": 1627533511049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533512095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "dcae-sch",
  "timestamp": 1627533506270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "cds",
  "timestamp": 1627533510662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "policy-id",
  "timestamp": 1627533501993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533515385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "aai-ml",
  "timestamp": 1627533511049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533512095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "dcae-sch",
  "timestamp": 1627533506270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "cds",
  "timestamp": 1627533510662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "policy-id",
  "timestamp": 1627533501993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533515385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "aai-ml",
  "timestamp": 1627533511049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533512095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "dcae-sch",
  "timestamp": 1627533506270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "cds",
  "timestamp": 1627533510662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "policy-id",
  "timestamp": 1627533501993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533515385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "aai-ml",
  "timestamp": 1627533511049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533511680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533512095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533515385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533515385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533515385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "policy-id",
  "timestamp": 1627533521395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "cds",
  "timestamp": 1627533521884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533515385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533522185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "aai-ml",
  "timestamp": 1627533522230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "policy-id",
  "timestamp": 1627533522404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:41:32.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "cds",
  "timestamp": 1627533522905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-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-29T04:41:32.242Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6377306-6105-408b-b23e-e97dbf0fc80c
2021-07-29T04:41:32.242Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6377306-6105-408b-b23e-e97dbf0fc80c 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-29T04:41:32.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "policy-id",
  "timestamp": 1627533523408,
  "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-29T04:41:32.258Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6377306-6105-408b-b23e-e97dbf0fc80c
2021-07-29T04:41:32.258Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6377306-6105-408b-b23e-e97dbf0fc80c 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-29T04:41:32.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533524456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533526652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "clamp",
  "timestamp": 1627533526499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533527247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "clamp",
  "timestamp": 1627533526499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533528548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533528858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "clamp",
  "timestamp": 1627533526499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533529755,
  "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-29T04:41:32.278Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6377306-6105-408b-b23e-e97dbf0fc80c
2021-07-29T04:41:32.278Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6377306-6105-408b-b23e-e97dbf0fc80c 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-29T04:41:32.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533530066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533529460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "clamp",
  "timestamp": 1627533526499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533530759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533529460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "clamp",
  "timestamp": 1627533526499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533531451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533529460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "clamp",
  "timestamp": 1627533526499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533532455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533529460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "clamp",
  "timestamp": 1627533526499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533533458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533529460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533534462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533529460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533529460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533538798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "aai-ml",
  "timestamp": 1627533540479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "aai-ml",
  "timestamp": 1627533541485,
  "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-29T04:41:32.296Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6377306-6105-408b-b23e-e97dbf0fc80c
2021-07-29T04:41:32.296Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6377306-6105-408b-b23e-e97dbf0fc80c 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-29T04:41:32.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533544513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:41:32.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "clamp",
  "timestamp": 1627533545360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533545518,
  "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-29T04:41:32.312Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6377306-6105-408b-b23e-e97dbf0fc80c
2021-07-29T04:41:32.312Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6377306-6105-408b-b23e-e97dbf0fc80c 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-29T04:41:32.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "clamp",
  "timestamp": 1627533546457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:41:32.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "clamp",
  "timestamp": 1627533547461,
  "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-29T04:41:32.325Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6377306-6105-408b-b23e-e97dbf0fc80c
2021-07-29T04:41:32.325Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6377306-6105-408b-b23e-e97dbf0fc80c 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-29T04:41:55.547Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:41:55.561Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T04:41:55.569Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T04:42:25.570Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c 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-29T04:42:25.583Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6377306-6105-408b-b23e-e97dbf0fc80c and serviceModelVersionId: 1442dd9a-6b30-4465-82e4-92d6b2542a05
2021-07-29T04:42:25.583Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66acdb15-07c0-4786-93f2-519b32cb5b1c
2021-07-29T04:42:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:42:31.682Z||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-29T04:42:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:42:37.658Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66acdb15-07c0-4786-93f2-519b32cb5b1c/model-vers/model-ver/1442dd9a-6b30-4465-82e4-92d6b2542a05?depth=0
2021-07-29T04:42:37.801Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T04:42:38.408Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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/66acdb15-07c0-4786-93f2-519b32cb5b1c/model-vers/model-ver/1442dd9a-6b30-4465-82e4-92d6b2542a05?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-29T04:42:38.411Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66acdb15-07c0-4786-93f2-519b32cb5b1c/model-vers/model-ver/1442dd9a-6b30-4465-82e4-92d6b2542a05?depth=0|INFO|500||Invoke
2021-07-29T04:42:38.581Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66acdb15-07c0-4786-93f2-519b32cb5b1c/model-vers/model-ver/1442dd9a-6b30-4465-82e4-92d6b2542a05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T04:42:39.267Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66acdb15-07c0-4786-93f2-519b32cb5b1c/model-vers/model-ver/1442dd9a-6b30-4465-82e4-92d6b2542a05?depth=0|INFO|500||InvokeReturn
2021-07-29T04:42:39.267Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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/66acdb15-07c0-4786-93f2-519b32cb5b1c/model-vers/model-ver/1442dd9a-6b30-4465-82e4-92d6b2542a05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210729-04:42:38:590-86870], vertex-id=[176160], Content-Length=[0], Date=[Thu, 29 Jul 2021 04:42:38 GMT], Content-Type=[application/json]}
2021-07-29T04:42:39.268Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-07-29T04:42:39.271Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T04:42:39.271Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T04:42:39.276Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T04:42:39.283Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6377306-6105-408b-b23e-e97dbf0fc80c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T04:42:39.284Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T04:42:39.285Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:42:39.286Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:42:39.287Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533759284,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:42:39.387Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:42:39.387Z||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-29T04:42:39.387Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:42:39.396Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:42:39.397Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:42:40.007Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:42:40.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:42:40.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533759284,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:42:40.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-29T04:42:40.305Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:42:40.306Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T04:42:40.306Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:42:50.527Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:42:50.527Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:42:50.528Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T04:42:50.528Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:43:00.070Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:43:00.070Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:43:00.071Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T04:43:00.071Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:43:09.608Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:43:09.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:43:09.610Z||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-29T04:43:09.610Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:43:19.153Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:43:31.680Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:43:31.681Z||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-29T04:43:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:43:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:43:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T04:43:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:43:41.228Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:43:41.252Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:31.680Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:44:31.681Z||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-29T04:44:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:44:31.682Z||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-29T04:44:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:38.321Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:38.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T04:44:38.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a346d5e5-dbee-4b03-9698-8d2b467c7ca5","serviceName":"basic_onboard_MUnIqQ","serviceVersion":"1.0","serviceUUID":"ca2e0a23-6a82-4d34-8c1d-0e8413240d5d","serviceDescription":"service","serviceInvariantUUID":"b72cd660-a108-452d-94c5-4d236f1977c2","resources":[{"resourceInstanceName":"basic_onboard_MUnIqQ 0","resourceName":"basic_onboard_MUnIqQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"464e53d5-cded-430b-9fb7-8a147b8928a9","resourceInvariantUUID":"9895af56-573a-4c40-88cc-c59a9b38a36d","resourceCustomizationUUID":"1d313aa7-1a63-4543-a359-79cc8731b9f2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml","artifactChecksum":"ZTM5OTQ2MmVmY2QzNjg5MTg5YzBhMmU5NTQzODI4YWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4381112-6f38-441b-adc0-26e1aee9a6ac","artifactVersion":"1"},{"artifactName":"basic_onboard_muniqq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json","artifactChecksum":"NjM1MGMyMTNjMDE0YjI3OTA0NWM2ODg3OGU1ZmYwN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5f1be2c4-f630-4cbf-9327-eeccbbeb32a4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b1f0783a-6091-4111-af03-73d55617fee8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"39eeb25a-4865-480c-8b19-c779880741ce","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a9dd3ac2-58cb-49e2-994e-cd21c2de382b","artifactVersion":"2","generatedFromUUID":"b1f0783a-6091-4111-af03-73d55617fee8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMuniqq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml","artifactChecksum":"NzZjMmNiOTczY2I2YzcxNmZlYTIyYjBkOGNmZjU0MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b17c8dfe-4919-4b67-bfe2-59bf8a846da9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMuniqq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar","artifactChecksum":"MGZjNjQ1MTVjOWViMTE5Y2U0NTM0ZGNkZDJkY2M3MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ea79601-bb82-45dd-b105-b5dcddbfd4bf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T04:44:38.325Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:38.325Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:38.327Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:38.327Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:44:38.428Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:38.428Z||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-29T04:44:38.428Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:38.435Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:38.435Z||pool-19-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:38.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:38.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:44:38.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533872095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:44:38.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:44:39.328Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:39.329Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:39.330Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:39.330Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:44:39.431Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:39.431Z||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-29T04:44:39.432Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:39.440Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:39.441Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:40.331Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:40.332Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:40.334Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:40.334Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:44:40.435Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:40.436Z||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-29T04:44:40.436Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:40.444Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:40.445Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:41.335Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:41.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:41.338Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:41.338Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:44:41.439Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T04:44:41.440Z||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-29T04:44:41.440Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:41.448Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:41.448Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:44:42.340Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:42.341Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:42.343Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:42.344Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-29T04:44:42.444Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:42.444Z||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-29T04:44:42.445Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:42.452Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:42.453Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:44:43.344Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:43.345Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:43.347Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:43.347Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:44:43.447Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:43.448Z||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-29T04:44:43.448Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:43.457Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:43.458Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:44.347Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:44.348Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:44.350Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:44.350Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:44:44.450Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:44.451Z||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-29T04:44:44.451Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:44.469Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:44.470Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:45.352Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "serviceName": "basic_onboard_MUnIqQ",
  "serviceVersion": "1.0",
  "serviceUUID": "ca2e0a23-6a82-4d34-8c1d-0e8413240d5d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72cd660-a108-452d-94c5-4d236f1977c2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_MUnIqQ 0",
      "resourceCustomizationUUID": "1d313aa7-1a63-4543-a359-79cc8731b9f2",
      "resourceName": "basic_onboard_MUnIqQ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "464e53d5-cded-430b-9fb7-8a147b8928a9",
      "resourceInvariantUUID": "9895af56-573a-4c40-88cc-c59a9b38a36d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_muniqq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
          "artifactChecksum": "NjM1MGMyMTNjMDE0YjI3OTA0NWM2ODg3OGU1ZmYwN2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5f1be2c4-f630-4cbf-9327-eeccbbeb32a4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b1f0783a-6091-4111-af03-73d55617fee8",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a9dd3ac2-58cb-49e2-994e-cd21c2de382b",
            "generatedFromUUID": "b1f0783a-6091-4111-af03-73d55617fee8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a9dd3ac2-58cb-49e2-994e-cd21c2de382b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMuniqq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
      "artifactChecksum": "MGZjNjQ1MTVjOWViMTE5Y2U0NTM0ZGNkZDJkY2M3MDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ea79601-bb82-45dd-b105-b5dcddbfd4bf"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T04:44:45.352Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T04:44:45.352Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ca2e0a23-6a82-4d34-8c1d-0e8413240d5d ASDC
2021-07-29T04:44:45.352Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a346d5e5-dbee-4b03-9698-8d2b467c7ca5
ServiceName:basic_onboard_MUnIqQ
ServiceVersion:1.0
ServiceUUID:ca2e0a23-6a82-4d34-8c1d-0e8413240d5d
ServiceInvariantUUID:b72cd660-a108-452d-94c5-4d236f1977c2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMuniqq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar
ArtifactUUID:5ea79601-bb82-45dd-b105-b5dcddbfd4bf
ArtifactChecksum:MGZjNjQ1MTVjOWViMTE5Y2U0NTM0ZGNkZDJkY2M3MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MUnIqQ 0
ResourceCustomizationUUID:1d313aa7-1a63-4543-a359-79cc8731b9f2
ResourceInvariantUUID:9895af56-573a-4c40-88cc-c59a9b38a36d
ResourceName:basic_onboard_MUnIqQ
ResourceType:VF
ResourceUUID:464e53d5-cded-430b-9fb7-8a147b8928a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_muniqq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json
ArtifactUUID:5f1be2c4-f630-4cbf-9327-eeccbbeb32a4
ArtifactChecksum:NjM1MGMyMTNjMDE0YjI3OTA0NWM2ODg3OGU1ZmYwN2U=
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/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b1f0783a-6091-4111-af03-73d55617fee8
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/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env
ArtifactUUID:a9dd3ac2-58cb-49e2-994e-cd21c2de382b
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/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env
ArtifactUUID:a9dd3ac2-58cb-49e2-994e-cd21c2de382b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-29T04:44:45.353Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca2e0a23-6a82-4d34-8c1d-0e8413240d5d 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-29T04:44:45.392Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:44:45.393Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:44:45.393Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:44:45.394Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5ea79601-bb82-45dd-b105-b5dcddbfd4bf from URL: /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:45.394Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:44:45.394Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:46.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:44:46.547Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar 5ea79601-bb82-45dd-b105-b5dcddbfd4bf 71371
2021-07-29T04:44:46.547Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar ASDC sendASDCNotification
2021-07-29T04:44:46.547Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:46.547Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:44:46.548Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:46.550Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:46.550Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533886547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:44:46.650Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:46.651Z||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-29T04:44:46.651Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:46.660Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:46.661Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:47.551Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:44:47.552Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:44:47.552Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5ea79601-bb82-45dd-b105-b5dcddbfd4bf, URL: /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar to file: /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:47.552Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:47.553Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:47.553Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:47.728Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16625741229824233396/Definitions/service-BasicOnboardMuniqq-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-29T04:44:49.121Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T04:44:49.121Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:44:49.121Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||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-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||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-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||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-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MUnIqQ 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-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is not matching search criteria
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is not matching search criteria
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ce24f6b0-b400-4d28-b6ae-2ca270d16fa2
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.128Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.128Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:49.128Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.128Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_MUnIqQ
Description:service
Model UUID:ca2e0a23-6a82-4d34-8c1d-0e8413240d5d
Model Version:NULL
Model InvariantUuid:b72cd660-a108-452d-94c5-4d236f1977c2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_MUnIqQ
Model UUID:dc3769a1-72e4-47f7-ad77-fe2707b91b88
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9895af56-573a-4c40-88cc-c59a9b38a36d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1d313aa7-1a63-4543-a359-79cc8731b9f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6608b3f6-d35c-41c4-91ee-944a7fe16949
ModelName:BasicOnboardMuniqq..base_ubuntu18..module-0
ModelUuid:d85aeb55-4d1c-4500-a7c1-58197317f658
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ce24f6b0-b400-4d28-b6ae-2ca270d16fa2
ModelInvariantUuid:c0e7fd1e-2459-4ae5-b243-f1b5a25121e8
ModelName:basic_onboard_MUnIqQ-nodes.ubuntu18Cvfc
ModelUuid:c5f14c0b-9e43-45a4-9a73-cf056ad6b49e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f9f19fc5-148b-477b-ae20-edea6a2c3055
ModelInvariantUuid:8d232f12-bced-449e-9ef2-54ee0b9cf3f0
ModelName:BasicOnboardMuniqq.compute.nodes.heat.ubuntu18
ModelUuid:24aea4cf-6acf-487a-a3ab-64be281ae527
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-29T04:44:49.136Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 464e53d5-cded-430b-9fb7-8a147b8928a9
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-29T04:44:49.139Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||basic_onboard_MUnIqQ 0
2021-07-29T04:44:49.139Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 464e53d5-cded-430b-9fb7-8a147b8928a9
2021-07-29T04:44:49.140Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5f1be2c4-f630-4cbf-9327-eeccbbeb32a4 from URL: /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json
2021-07-29T04:44:49.140Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:44:49.140Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json
2021-07-29T04:44:49.614Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:44:49.614Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json 5f1be2c4-f630-4cbf-9327-eeccbbeb32a4 798
2021-07-29T04:44:49.614Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json ASDC sendASDCNotification
2021-07-29T04:44:49.614Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json
2021-07-29T04:44:49.614Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:44:49.615Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:49.616Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:49.616Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533889614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:44:49.717Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T04:44:49.718Z||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-29T04:44:49.718Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:49.727Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:49.727Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:50.617Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMuniqq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6608b3f6-d35c-41c4-91ee-944a7fe16949",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d85aeb55-4d1c-4500-a7c1-58197317f658",
    "vfModuleModelCustomizationUUID": "eeb5c3c2-6896-4d00-8a98-331e277ae9ed",
    "isBase": true,
    "artifacts": [
      "b1f0783a-6091-4111-af03-73d55617fee8",
      "a9dd3ac2-58cb-49e2-994e-cd21c2de382b"
    ],
    "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-29T04:44:50.621Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMuniqq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d85aeb55-4d1c-4500-a7c1-58197317f658
VfModuleModelInvariantUUID:6608b3f6-d35c-41c4-91ee-944a7fe16949
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1f0783a-6091-4111-af03-73d55617fee8
,
a9dd3ac2-58cb-49e2-994e-cd21c2de382b

}
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-29T04:44:50.623Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMuniqq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6608b3f6-d35c-41c4-91ee-944a7fe16949",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d85aeb55-4d1c-4500-a7c1-58197317f658",
    "vfModuleModelCustomizationUUID": "eeb5c3c2-6896-4d00-8a98-331e277ae9ed",
    "isBase": true,
    "artifacts": [
      "b1f0783a-6091-4111-af03-73d55617fee8",
      "a9dd3ac2-58cb-49e2-994e-cd21c2de382b"
    ],
    "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-29T04:44:50.623Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMuniqq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d85aeb55-4d1c-4500-a7c1-58197317f658
VfModuleModelInvariantUUID:6608b3f6-d35c-41c4-91ee-944a7fe16949
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1f0783a-6091-4111-af03-73d55617fee8
,
a9dd3ac2-58cb-49e2-994e-cd21c2de382b

}
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-29T04:44:50.623Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b1f0783a-6091-4111-af03-73d55617fee8 from URL: /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml
2021-07-29T04:44:50.623Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:44:50.623Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml
2021-07-29T04:44:50.884Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:44:50.885Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml b1f0783a-6091-4111-af03-73d55617fee8 5033
2021-07-29T04:44:50.885Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-29T04:44:50.885Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml
2021-07-29T04:44:50.885Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:44:50.885Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:50.887Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:50.887Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533890885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:44:50.988Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:50.988Z||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-29T04:44:50.988Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:50.997Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:50.997Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:51.888Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a9dd3ac2-58cb-49e2-994e-cd21c2de382b from URL: /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env
2021-07-29T04:44:51.889Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:44:51.889Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env
2021-07-29T04:44:52.307Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:44:52.307Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env a9dd3ac2-58cb-49e2-994e-cd21c2de382b 909
2021-07-29T04:44:52.308Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-29T04:44:52.308Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env
2021-07-29T04:44:52.308Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:44:52.308Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:52.309Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:52.310Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533892308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:44:52.410Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:52.410Z||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-29T04:44:52.411Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:52.418Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:52.419Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:53.310Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ca2e0a23-6a82-4d34-8c1d-0e8413240d5d
2021-07-29T04:44:53.311Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MUnIqQ 0 464e53d5-cded-430b-9fb7-8a147b8928a9 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-29T04:44:53.327Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.327Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.327Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-07-29T04:44:53.327Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1d313aa7-1a63-4543-a359-79cc8731b9f2
2021-07-29T04:44:53.328Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d313aa7-1a63-4543-a359-79cc8731b9f2 matches Tosca VF Customization UUID: 1d313aa7-1a63-4543-a359-79cc8731b9f2
2021-07-29T04:44:53.328Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1d313aa7-1a63-4543-a359-79cc8731b9f2  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-29T04:44:53.330Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.331Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.331Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1d313aa7-1a63-4543-a359-79cc8731b9f2: {\"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-29T04:44:53.332Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6dc33b2c
2021-07-29T04:44:53.332Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.332Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:44:53.332Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eeb5c3c2-6896-4d00-8a98-331e277ae9ed
2021-07-29T04:44:53.332Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eeb5c3c2-6896-4d00-8a98-331e277ae9ed
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-29T04:44:53.335Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.335Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:53.336Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:44:53.336Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.336Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:53.336Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:44:53.336Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.336Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is not matching search criteria
2021-07-29T04:44:53.337Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-29T04:44:53.337Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-29T04:44:53.337Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ce24f6b0-b400-4d28-b6ae-2ca270d16fa2
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-29T04:44:53.340Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.341Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:53.341Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:44:53.341Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.342Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:53.342Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=1d313aa7-1a63-4543-a359-79cc8731b9f2
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-29T04:44:53.344Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.344Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.344Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ca2e0a23-6a82-4d34-8c1d-0e8413240d5d: basic_onboard_MUnIqQ
2021-07-29T04:44:53.344Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.344Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.346Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_MUnIqQ 
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-29T04:44:53.448Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MUnIqQ 464e53d5-cded-430b-9fb7-8a147b8928a9 1 ASDC deployResourceStructure
2021-07-29T04:44:53.448Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json ASDC sendASDCNotification
2021-07-29T04:44:53.448Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json
2021-07-29T04:44:53.448Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:44:53.449Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:53.450Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:53.450Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533893448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:44:53.551Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:53.551Z||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-29T04:44:53.551Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:53.560Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:53.560Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:54.451Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-29T04:44:54.452Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml
2021-07-29T04:44:54.452Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:44:54.452Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:54.454Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:54.454Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533894451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T04:44:54.554Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:54.555Z||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-29T04:44:54.555Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:54.563Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:54.563Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:44:55.455Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-29T04:44:55.455Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env
2021-07-29T04:44:55.455Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:44:55.456Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:55.457Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:55.457Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533895455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-29T04:44:55.557Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:55.558Z||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-29T04:44:55.558Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:55.568Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:55.568Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:56.458Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar ASDC sendASDCNotification
2021-07-29T04:44:56.458Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:56.458Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:44:56.459Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:56.460Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:56.460Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533896458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:44:56.560Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:56.561Z||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-29T04:44:56.561Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:56.570Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:44:56.570Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:57.461Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:44:57.471Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-29T04:44:57.473Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:44:57.474Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:44:57.474Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:45:27.474Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:45:27.483Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-29T04:45:27.485Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:45:27.485Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:45:27.485Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:45:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:45:31.682Z||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-29T04:45:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:45:31.702Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:45:31.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:45:31.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "aai-ml",
  "timestamp": 1627533871049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:45:31.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:45:57.485Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:45:57.493Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-29T04:45:57.495Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:45:57.495Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:45:57.496Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:46:27.496Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:46:27.505Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-29T04:46:27.509Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:46:27.509Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:46:27.509Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:46:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:46:31.682Z||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-29T04:46:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:46:31.698Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:46:31.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:46:31.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533875385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:46:31.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:46:31.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:46:31.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "cds",
  "timestamp": 1627533870663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:46:31.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:46:31.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:46:31.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:46:31.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:46:57.510Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:46:57.518Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-29T04:46:57.521Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:46:57.521Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:46:57.521Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:47:27.521Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:47:27.530Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-29T04:47:27.532Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:47:27.532Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:47:27.532Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:47:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:47:31.683Z||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-29T04:47:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:47:32.205Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:47:32.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533875385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "cds",
  "timestamp": 1627533870663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "aai-ml",
  "timestamp": 1627533871049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533872095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533875385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "cds",
  "timestamp": 1627533870663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "aai-ml",
  "timestamp": 1627533871049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533872095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533875385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "cds",
  "timestamp": 1627533870663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "aai-ml",
  "timestamp": 1627533871049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533872095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533875385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "aai-ml",
  "timestamp": 1627533871049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "cds",
  "timestamp": 1627533870663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533872095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "policy-id",
  "timestamp": 1627533881993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533875385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "aai-ml",
  "timestamp": 1627533871049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "cds",
  "timestamp": 1627533870663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533872095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "policy-id",
  "timestamp": 1627533881993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533875385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "aai-ml",
  "timestamp": 1627533871049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "cds",
  "timestamp": 1627533870663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627533872095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533871680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "policy-id",
  "timestamp": 1627533881993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "policy-id",
  "timestamp": 1627533881993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "aai-ml",
  "timestamp": 1627533886452,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "cds",
  "timestamp": 1627533886462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533886547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533886555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "policy-id",
  "timestamp": 1627533881993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "dcae-sch",
  "timestamp": 1627533886270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "clamp",
  "timestamp": 1627533886499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "cds",
  "timestamp": 1627533887467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-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-29T04:47:32.229Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a346d5e5-dbee-4b03-9698-8d2b467c7ca5
2021-07-29T04:47:32.229Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-29T04:47:32.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "policy-id",
  "timestamp": 1627533881993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "dcae-sch",
  "timestamp": 1627533886270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "clamp",
  "timestamp": 1627533886499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533888450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "policy-id",
  "timestamp": 1627533881993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "dcae-sch",
  "timestamp": 1627533886270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "clamp",
  "timestamp": 1627533886499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533889614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533889734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "policy-id",
  "timestamp": 1627533889844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "dcae-sch",
  "timestamp": 1627533886270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533889460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "clamp",
  "timestamp": 1627533886499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533890874,
  "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-29T04:47:32.249Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a346d5e5-dbee-4b03-9698-8d2b467c7ca5
2021-07-29T04:47:32.249Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-29T04:47:32.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "policy-id",
  "timestamp": 1627533890849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533890885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "dcae-sch",
  "timestamp": 1627533886270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533889460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "clamp",
  "timestamp": 1627533886499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627533891878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "policy-id",
  "timestamp": 1627533891852,
  "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-29T04:47:32.265Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a346d5e5-dbee-4b03-9698-8d2b467c7ca5
2021-07-29T04:47:32.265Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-29T04:47:32.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "dcae-sch",
  "timestamp": 1627533886270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533889460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "clamp",
  "timestamp": 1627533886499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533892308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "dcae-sch",
  "timestamp": 1627533886270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533889460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "clamp",
  "timestamp": 1627533886499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533893448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "aai-ml",
  "timestamp": 1627533893777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533889460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533894451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "aai-ml",
  "timestamp": 1627533894780,
  "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-29T04:47:32.280Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a346d5e5-dbee-4b03-9698-8d2b467c7ca5
2021-07-29T04:47:32.281Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-29T04:47:32.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533889460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533895455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533889460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627533896458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533898378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533900776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:47:32.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627533901780,
  "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-29T04:47:32.298Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a346d5e5-dbee-4b03-9698-8d2b467c7ca5
2021-07-29T04:47:32.299Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-29T04:47:32.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "clamp",
  "timestamp": 1627533904422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.314Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "clamp",
  "timestamp": 1627533905443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:47:32.314Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "clamp",
  "timestamp": 1627533906446,
  "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-29T04:47:32.319Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a346d5e5-dbee-4b03-9698-8d2b467c7ca5
2021-07-29T04:47:32.319Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-29T04:47:57.532Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:47:57.541Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-29T04:47:57.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:47:57.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T04:47:57.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T04:47:57.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T04:47:57.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:47:57.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:47:57.544Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:47:57.544Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:47:57.544Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:47:57.544Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:47:57.544Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-29T04:47:57.549Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T04:48:27.549Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-29T04:48:27.554Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5 and serviceModelVersionId: ca2e0a23-6a82-4d34-8c1d-0e8413240d5d
2021-07-29T04:48:27.555Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72cd660-a108-452d-94c5-4d236f1977c2
2021-07-29T04:48:27.556Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0
2021-07-29T04:48:27.560Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T04:48:27.605Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0|INFO|500||Invoke
2021-07-29T04:48:27.606Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a346d5e5-dbee-4b03-9698-8d2b467c7ca5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a0b3f58-b7b7-40b9-8ef3-b4786ff04733], X-ECOMP-RequestID=[a346d5e5-dbee-4b03-9698-8d2b467c7ca5], X-TransactionId=[], X-ONAP-RequestID=[a346d5e5-dbee-4b03-9698-8d2b467c7ca5], Content-Type=[application/merge-patch+json]}
2021-07-29T04:48:27.628Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T04:48:27.719Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?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/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210729-04:48:27:637-51685], vertex-id=[159848], Content-Length=[0], Date=[Thu, 29 Jul 2021 04:48:27 GMT], Content-Type=[application/json]}
2021-07-29T04:48:27.720Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-29T04:48:27.721Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0|INFO|500||InvokeReturn
2021-07-29T04:48:27.721Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T04:48:27.721Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-29T04:48:27.726Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-29T04:48:27.727Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a346d5e5-dbee-4b03-9698-8d2b467c7ca5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T04:48:27.727Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T04:48:27.727Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:48:27.730Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:48:27.730Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534107727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:48:27.830Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:48:27.831Z||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-29T04:48:27.831Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:48:27.843Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:48:27.844Z||pool-34-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-29T04:48:28.741Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:48:28.742Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-29T04:48:28.742Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:48:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:48:31.683Z||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-29T04:48:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:48:32.304Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:48:32.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:48:32.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534107727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:48:32.305Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:48:38.943Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:48:38.944Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:48:38.944Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-29T04:48:38.944Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:48:48.486Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:48:48.486Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:48:48.487Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-29T04:48:48.487Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:48:58.025Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:48:58.025Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:48:58.026Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-29T04:48:58.026Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:07.562Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:49:31.680Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:49:31.681Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-29T04:49:31.681Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:49:31.682Z||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-29T04:49:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:33.931Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:49:33.931Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T04:49:33.931Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"89d8476d-a699-4fd6-84f1-d44d0ecfc515","serviceDescription":"service","serviceInvariantUUID":"41b59977-2459-41e1-8ef8-c21c997a6d64","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c01de26e-d9a9-4a7d-a153-dc8525b3981a","resourceInvariantUUID":"7bc2f98a-4a70-470d-ae15-895d145ce2d8","resourceCustomizationUUID":"a66f4530-aac9-4ae0-be61-98684c180e00","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":"NDE5YTI2OTMyMmJjYTY5NGE0MmRlZDAyOTRmYmNjZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c761029d-ff12-4b39-900c-47db451627f4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODJkNGEwYjViNDBhMTYzMGU1ZjRlM2E1N2QyYWU3YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36fbbb59-3c9a-4eac-83ec-4cf5b727aedd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T04:49:33.933Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:49:33.933Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:49:33.935Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:49:33.935Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534171680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:49:34.035Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:49:34.036Z||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-29T04:49:34.036Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:34.048Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:49:34.049Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:49:34.720Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:49:34.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:49:34.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534171680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:49:34.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:49:34.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:49:34.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "dcae-sch",
  "timestamp": 1627534166270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:49:34.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:49:34.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "aai-ml",
  "timestamp": 1627534171049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "cds",
  "timestamp": 1627534170662,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534172095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:49:34.936Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:49:34.937Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:49:34.939Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:49:34.939Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534171680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:49:35.039Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:49:35.040Z||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-29T04:49:35.040Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:35.048Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:49:35.049Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:49:35.941Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "89d8476d-a699-4fd6-84f1-d44d0ecfc515",
  "serviceDescription": "service",
  "serviceInvariantUUID": "41b59977-2459-41e1-8ef8-c21c997a6d64",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "a66f4530-aac9-4ae0-be61-98684c180e00",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c01de26e-d9a9-4a7d-a153-dc8525b3981a",
      "resourceInvariantUUID": "7bc2f98a-4a70-470d-ae15-895d145ce2d8",
      "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": "ODJkNGEwYjViNDBhMTYzMGU1ZjRlM2E1N2QyYWU3YzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "36fbbb59-3c9a-4eac-83ec-4cf5b727aedd"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T04:49:35.941Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T04:49:35.941Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 89d8476d-a699-4fd6-84f1-d44d0ecfc515 ASDC
2021-07-29T04:49:35.941Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:89d8476d-a699-4fd6-84f1-d44d0ecfc515
ServiceInvariantUUID:41b59977-2459-41e1-8ef8-c21c997a6d64
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:36fbbb59-3c9a-4eac-83ec-4cf5b727aedd
ArtifactChecksum:ODJkNGEwYjViNDBhMTYzMGU1ZjRlM2E1N2QyYWU3YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a66f4530-aac9-4ae0-be61-98684c180e00
ResourceInvariantUUID:7bc2f98a-4a70-470d-ae15-895d145ce2d8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c01de26e-d9a9-4a7d-a153-dc8525b3981a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-07-29T04:49:35.941Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89d8476d-a699-4fd6-84f1-d44d0ecfc515 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-29T04:49:35.968Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:49:35.969Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:49:35.969Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:49:35.969Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 36fbbb59-3c9a-4eac-83ec-4cf5b727aedd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-29T04:49:35.969Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:49:35.969Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-29T04:49:37.471Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:49:37.473Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 36fbbb59-3c9a-4eac-83ec-4cf5b727aedd 52174
2021-07-29T04:49:37.474Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:37.474Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:37.474Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:49:37.474Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:49:37.476Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:49:37.476Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534177474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:49:37.576Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:49:37.577Z||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-29T04:49:37.577Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:37.589Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:49:37.589Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:49:38.476Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:49:38.477Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:49:38.478Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 36fbbb59-3c9a-4eac-83ec-4cf5b727aedd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-29T04:49:38.478Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-07-29T04:49:38.478Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-29T04:49:38.478Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-29T04:49:38.585Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15519980179837425017/Definitions/service-BasicNetwork-template.yml
2021-07-29T04:49:38.980Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T04:49:38.980Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:49:38.980Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-29T04:49:38.980Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|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-BasicNetwork-csar.csar
2021-07-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:49:38.982Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:38.982Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.982Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-29T04:49:38.982Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:49:38.983Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:49:38.983Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:38.983Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.983Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-29T04:49:38.983Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:49:38.983Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:49:38.984Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:38.984Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.984Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:38.984Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.984Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:38.984Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.985Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:38.985Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.985Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:38.985Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.985Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:89d8476d-a699-4fd6-84f1-d44d0ecfc515
Model Version:NULL
Model InvariantUuid:41b59977-2459-41e1-8ef8-c21c997a6d64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7bc2f98a-4a70-470d-ae15-895d145ce2d8
Model UUID:c7e8a6b1-1394-4338-a3a3-d4886a50aec7
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:a66f4530-aac9-4ae0-be61-98684c180e00
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-29T04:49:38.996Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: c01de26e-d9a9-4a7d-a153-dc8525b3981a
2021-07-29T04:49:38.996Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||No resources found for Service: 89d8476d-a699-4fd6-84f1-d44d0ecfc515
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-29T04:49:39.001Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||
2021-07-29T04:49:39.001Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-07-29T04:49:39.001Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 89d8476d-a699-4fd6-84f1-d44d0ecfc515
2021-07-29T04:49:39.002Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 89d8476d-a699-4fd6-84f1-d44d0ecfc515
2021-07-29T04:49:39.002Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-07-29T04:49:39.002Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:39.008Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:39.009Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:39.009Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:39.009Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:39.010Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 89d8476d-a699-4fd6-84f1-d44d0ecfc515: Generic NeutronNet
2021-07-29T04:49:39.010Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:39.010Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:39.010Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:39.011Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:39.043Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:39.044Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:39.044Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:39.044Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:39.044Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:49:39.045Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:39.045Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:39.104Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-07-29T04:49:39.105Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:39.105Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-29T04:49:39.105Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:49:39.105Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:49:39.107Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:49:39.107Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534179105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:49:39.207Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:49:39.208Z||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-29T04:49:39.208Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:39.217Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:49:39.217Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:49:40.110Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:49:40.124Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-29T04:49:40.126Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:49:40.126Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:49:40.126Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:50:10.126Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:50:10.140Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-29T04:50:10.142Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:50:10.142Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:50:10.142Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:50:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:50:31.683Z||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-29T04:50:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:50:31.809Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:50:31.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:50:31.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534171680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:50:31.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:50:40.143Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:50:40.155Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-29T04:50:40.157Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:50:40.157Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:50:40.157Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:51:10.158Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:51:10.172Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-29T04:51:10.176Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:51:10.176Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:51:10.176Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:51:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:51:31.683Z||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-29T04:51:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:51:31.703Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:51:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "aai-ml",
  "timestamp": 1627534171049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:51:31.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:51:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "dcae-sch",
  "timestamp": 1627534166270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:51:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:51:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "cds",
  "timestamp": 1627534170662,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:51:31.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:51:31.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534172095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:51:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:51:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534175385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:51:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:51:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534175385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:51:31.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:51:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534177474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:51:31.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "cds",
  "timestamp": 1627534177654,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:51:31.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "aai-ml",
  "timestamp": 1627534177774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:51:31.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "cds",
  "timestamp": 1627534178661,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-29T04:51:31.720Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
2021-07-29T04:51:31.720Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed 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-29T04:51:31.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534179105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:51:31.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "policy-id",
  "timestamp": 1627534181993,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:51:31.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:51:31.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "aai-ml",
  "timestamp": 1627534183472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:51:31.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "policy-id",
  "timestamp": 1627534181993,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:51:31.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:51:31.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "aai-ml",
  "timestamp": 1627534184476,
  "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-29T04:51:31.740Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
2021-07-29T04:51:31.741Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed 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-29T04:51:31.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "policy-id",
  "timestamp": 1627534185842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:51:31.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "policy-id",
  "timestamp": 1627534186845,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:51:31.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "clamp",
  "timestamp": 1627534186499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:51:31.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:51:31.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "policy-id",
  "timestamp": 1627534187848,
  "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-29T04:51:31.756Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
2021-07-29T04:51:31.756Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed 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-29T04:51:31.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "clamp",
  "timestamp": 1627534186499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534189460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534189460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:51:31.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534192884,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:51:31.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "clamp",
  "timestamp": 1627534193468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:51:31.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534194513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:51:31.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534195517,
  "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-29T04:51:31.773Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
2021-07-29T04:51:31.774Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed 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-29T04:51:31.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "clamp",
  "timestamp": 1627534196471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:51:31.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "clamp",
  "timestamp": 1627534197474,
  "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-29T04:51:31.790Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
2021-07-29T04:51:31.790Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed 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-29T04:51:40.176Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:51:40.186Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-29T04:51:40.188Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|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-29T04:51:40.194Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T04:52:10.195Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed 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-29T04:52:10.202Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed and serviceModelVersionId: 89d8476d-a699-4fd6-84f1-d44d0ecfc515
2021-07-29T04:52:10.202Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41b59977-2459-41e1-8ef8-c21c997a6d64
2021-07-29T04:52:10.204Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41b59977-2459-41e1-8ef8-c21c997a6d64/model-vers/model-ver/89d8476d-a699-4fd6-84f1-d44d0ecfc515?depth=0
2021-07-29T04:52:10.211Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T04:52:10.263Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|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/41b59977-2459-41e1-8ef8-c21c997a6d64/model-vers/model-ver/89d8476d-a699-4fd6-84f1-d44d0ecfc515?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-29T04:52:10.264Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41b59977-2459-41e1-8ef8-c21c997a6d64/model-vers/model-ver/89d8476d-a699-4fd6-84f1-d44d0ecfc515?depth=0|INFO|500||Invoke
2021-07-29T04:52:10.292Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41b59977-2459-41e1-8ef8-c21c997a6d64/model-vers/model-ver/89d8476d-a699-4fd6-84f1-d44d0ecfc515?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T04:52:10.455Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41b59977-2459-41e1-8ef8-c21c997a6d64/model-vers/model-ver/89d8476d-a699-4fd6-84f1-d44d0ecfc515?depth=0|INFO|500||InvokeReturn
2021-07-29T04:52:10.455Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|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/41b59977-2459-41e1-8ef8-c21c997a6d64/model-vers/model-ver/89d8476d-a699-4fd6-84f1-d44d0ecfc515?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210729-04:52:10:300-27716], vertex-id=[172224], Content-Length=[0], Date=[Thu, 29 Jul 2021 04:52:10 GMT], Content-Type=[application/json]}
2021-07-29T04:52:10.456Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-07-29T04:52:10.456Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T04:52:10.457Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|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-29T04:52:10.464Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|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-29T04:52:10.465Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T04:52:10.465Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T04:52:10.465Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:10.468Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:10.468Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534330465,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:52:10.568Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:10.569Z||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-29T04:52:10.569Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:10.582Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:10.583Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 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-29T04:52:11.481Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:52:11.481Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|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-29T04:52:11.481Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:15.819Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:15.820Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T04:52:15.820Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0702a706-e6db-4dc7-bd17-340f93f03f83","serviceName":"Demo_pNF_0Hl8YJaDZqWpTUGANp2f","serviceVersion":"1.0","serviceUUID":"12aebba1-257e-448f-8581-1d53f0f37174","serviceDescription":"catalog service description","serviceInvariantUUID":"c51d1d02-c223-4353-ba6c-7bb7a7783618","resources":[{"resourceInstanceName":"pNF 6f555fc7-3ff4 0","resourceName":"pNF 6f555fc7-3ff4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"21c9b451-bdb0-409d-9a6d-df2cec0af876","resourceInvariantUUID":"4325886b-0ced-4f02-a572-b430cb89798d","resourceCustomizationUUID":"7ec2d7e1-f5b2-4b63-b8e1-90274407f457","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml","artifactChecksum":"YjIyZWJkYjEzOWRkYjgzOGY1ZTAyMmNmYWY1NTc1ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c950f80-8675-497e-a21e-e39e3441718f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar","artifactChecksum":"ODQ4MGMzNjQ0OGVkYTg2ZjM3MGMzOWEyYjQ4ZTkzODk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f786214a-be99-4704-be11-1175cb344eb7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0af11f53-9401-4824-a516-a5ac5e8af03f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml","artifactChecksum":"MTU4MTU1MzRiZjYyOTE1NTYyNjY5YzFhZjFiN2JkMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3bef5366-1176-4281-aaa4-988302beea72","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32c19982-cdbc-4d16-80ec-6468243a8b6b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b2696a31-bc53-40ff-b411-6599baed50d3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0hl8yjadzqwptuganp2f-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml","artifactChecksum":"MTg0YzMwY2VhMDQyNGI5YTg3MGRmODQyMWVkNDUxMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c45caed6-2e84-4667-aafd-abde6420104b","artifactVersion":"1"},{"artifactName":"service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar","artifactChecksum":"MTk1N2ZjN2I1MTliNmU2ZGQ3OWIyYWQ3OTMxYjU3YWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1965f4f-30d2-4a9b-96c6-2bf54527c259","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T04:52:15.824Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:15.824Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:15.825Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:15.826Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:15.926Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:15.926Z||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-29T04:52:15.926Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:15.935Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:15.935Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:52:16.826Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:16.827Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:16.829Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:16.829Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:16.929Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:16.929Z||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-29T04:52:16.930Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:16.939Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:16.940Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:17.829Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:17.830Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:17.831Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:17.832Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:17.932Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:17.932Z||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-29T04:52:17.932Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:17.942Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:17.943Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:18.832Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:18.833Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:18.834Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:18.834Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:18.935Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:18.935Z||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-29T04:52:18.935Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:18.944Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:18.944Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:19.835Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:19.836Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:19.837Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:19.837Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:19.938Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T04:52:19.939Z||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-29T04:52:19.939Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:19.946Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:19.946Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:20.838Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:20.839Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:20.840Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:20.840Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:20.941Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:20.941Z||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-29T04:52:20.941Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:20.952Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:20.952Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:21.841Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:21.842Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:21.845Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:21.845Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:21.945Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:21.946Z||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-29T04:52:21.946Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:21.957Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:21.957Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:22.845Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:22.846Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:22.848Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:22.848Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:52:22.948Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:52:22.949Z||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-29T04:52:22.949Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:22.958Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:22.959Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:23.850Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "serviceName": "Demo_pNF_0Hl8YJaDZqWpTUGANp2f",
  "serviceVersion": "1.0",
  "serviceUUID": "12aebba1-257e-448f-8581-1d53f0f37174",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c51d1d02-c223-4353-ba6c-7bb7a7783618",
  "resources": [
    {
      "resourceInstanceName": "pNF 6f555fc7-3ff4 0",
      "resourceCustomizationUUID": "7ec2d7e1-f5b2-4b63-b8e1-90274407f457",
      "resourceName": "pNF 6f555fc7-3ff4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "21c9b451-bdb0-409d-9a6d-df2cec0af876",
      "resourceInvariantUUID": "4325886b-0ced-4f02-a572-b430cb89798d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
      "artifactChecksum": "MTk1N2ZjN2I1MTliNmU2ZGQ3OWIyYWQ3OTMxYjU3YWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b1965f4f-30d2-4a9b-96c6-2bf54527c259"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T04:52:23.850Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T04:52:23.850Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12aebba1-257e-448f-8581-1d53f0f37174 ASDC
2021-07-29T04:52:23.850Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0702a706-e6db-4dc7-bd17-340f93f03f83
ServiceName:Demo_pNF_0Hl8YJaDZqWpTUGANp2f
ServiceVersion:1.0
ServiceUUID:12aebba1-257e-448f-8581-1d53f0f37174
ServiceInvariantUUID:c51d1d02-c223-4353-ba6c-7bb7a7783618
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
ArtifactUUID:b1965f4f-30d2-4a9b-96c6-2bf54527c259
ArtifactChecksum:MTk1N2ZjN2I1MTliNmU2ZGQ3OWIyYWQ3OTMxYjU3YWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6f555fc7-3ff4 0
ResourceCustomizationUUID:7ec2d7e1-f5b2-4b63-b8e1-90274407f457
ResourceInvariantUUID:4325886b-0ced-4f02-a572-b430cb89798d
ResourceName:pNF 6f555fc7-3ff4
ResourceType:PNF
ResourceUUID:21c9b451-bdb0-409d-9a6d-df2cec0af876
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-29T04:52:23.850Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12aebba1-257e-448f-8581-1d53f0f37174 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-29T04:52:23.895Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:52:23.896Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:52:23.896Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:52:23.896Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b1965f4f-30d2-4a9b-96c6-2bf54527c259 from URL: /sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:23.896Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:52:23.896Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:25.659Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:52:25.664Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar b1965f4f-30d2-4a9b-96c6-2bf54527c259 82550
2021-07-29T04:52:25.665Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar ASDC sendASDCNotification
2021-07-29T04:52:25.665Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:25.665Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:52:25.666Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:25.669Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:25.670Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534345665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:52:25.769Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:52:25.771Z||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-29T04:52:25.771Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:25.780Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:25.780Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:26.670Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:52:26.672Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:52:26.672Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b1965f4f-30d2-4a9b-96c6-2bf54527c259, URL: /sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar to file: /app/ASDC/1/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:26.672Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:26.673Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:26.673Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:26.862Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14803617497102293915/Definitions/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml
2021-07-29T04:52:27.509Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6f555fc7-3ff4 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-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Node template pNF 6f555fc7-3ff4 0 is matching search criteria
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 6f555fc7-3ff4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Node template pNF 6f555fc7-3ff4 0 is matching search criteria
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 6f555fc7-3ff4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0Hl8YJaDZqWpTUGANp2f
Description:catalog service description
Model UUID:12aebba1-257e-448f-8581-1d53f0f37174
Model Version:NULL
Model InvariantUuid:c51d1d02-c223-4353-ba6c-7bb7a7783618
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-29T04:52:27.520Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 21c9b451-bdb0-409d-9a6d-df2cec0af876
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-29T04:52:27.522Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||pNF 6f555fc7-3ff4 0
2021-07-29T04:52:27.522Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 21c9b451-bdb0-409d-9a6d-df2cec0af876
2021-07-29T04:52:27.522Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 12aebba1-257e-448f-8581-1d53f0f37174
2021-07-29T04:52:27.522Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 12aebba1-257e-448f-8581-1d53f0f37174
2021-07-29T04:52:27.523Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6f555fc7-3ff4 0 21c9b451-bdb0-409d-9a6d-df2cec0af876 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-29T04:52:27.527Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:52:27.527Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.527Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 12aebba1-257e-448f-8581-1d53f0f37174: pNF 6f555fc7-3ff4
2021-07-29T04:52:27.527Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Processing PNF resource: 21c9b451-bdb0-409d-9a6d-df2cec0af876
2021-07-29T04:52:27.528Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:52:27.528Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.528Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Resource customization UUID: 7ec2d7e1-f5b2-4b63-b8e1-90274407f457 is the same as notified resource customizationUUID: 7ec2d7e1-f5b2-4b63-b8e1-90274407f457
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-29T04:52:27.583Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6f555fc7-3ff4 21c9b451-bdb0-409d-9a6d-df2cec0af876 0 ASDC deployResourceStructure
2021-07-29T04:52:27.583Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar ASDC sendASDCNotification
2021-07-29T04:52:27.583Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.583Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:52:27.583Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:27.585Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:27.585Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534347583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:52:27.686Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:27.687Z||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-29T04:52:27.687Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:27.696Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:27.697Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:28.588Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0702a706-e6db-4dc7-bd17-340f93f03f83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:52:28.598Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0702a706-e6db-4dc7-bd17-340f93f03f83
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-29T04:52:28.601Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:52:28.601Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:52:28.601Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:52:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:52:31.682Z||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-29T04:52:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:31.702Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:52:31.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534249460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534252095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "dcae-sch",
  "timestamp": 1627534246270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "clamp",
  "timestamp": 1627534246499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "cds",
  "timestamp": 1627534245662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534249460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534252095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "dcae-sch",
  "timestamp": 1627534246270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "clamp",
  "timestamp": 1627534246499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "cds",
  "timestamp": 1627534245662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "dcae-sch",
  "timestamp": 1627534246270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534252095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "clamp",
  "timestamp": 1627534246499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534249460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "cds",
  "timestamp": 1627534245662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534255385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "dcae-sch",
  "timestamp": 1627534246270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534252095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "clamp",
  "timestamp": 1627534246499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534249460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "cds",
  "timestamp": 1627534245662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534255385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534249460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "dcae-sch",
  "timestamp": 1627534246270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "cds",
  "timestamp": 1627534245662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534252095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "clamp",
  "timestamp": 1627534246499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534255385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "clamp",
  "timestamp": 1627534246499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "dcae-sch",
  "timestamp": 1627534246270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "cds",
  "timestamp": 1627534245662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534252095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:52:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534249460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534255385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "clamp",
  "timestamp": 1627534246499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "dcae-sch",
  "timestamp": 1627534246270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534252095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534249460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "cds",
  "timestamp": 1627534245662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534255385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "dcae-sch",
  "timestamp": 1627534246270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "clamp",
  "timestamp": 1627534246499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:52:31.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534249460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:52:31.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "cds",
  "timestamp": 1627534245662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:52:31.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534252095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534255385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "aai-ml",
  "timestamp": 1627534261049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534255385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "policy-id",
  "timestamp": 1627534261993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "aai-ml",
  "timestamp": 1627534261049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534255385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:52:31.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "policy-id",
  "timestamp": 1627534261993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "aai-ml",
  "timestamp": 1627534261049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "cds",
  "timestamp": 1627534264647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:52:31.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:52:31.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "policy-id",
  "timestamp": 1627534261993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534264652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:52:31.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:52:31.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "aai-ml",
  "timestamp": 1627534261049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534264860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:52:31.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:52:31.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "cds",
  "timestamp": 1627534265654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-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-29T04:52:31.725Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0702a706-e6db-4dc7-bd17-340f93f03f83
2021-07-29T04:52:31.725Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0702a706-e6db-4dc7-bd17-340f93f03f83 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-29T04:52:31.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "policy-id",
  "timestamp": 1627534261993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "aai-ml",
  "timestamp": 1627534261049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534265991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T04:52:31.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:52:31.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "policy-id",
  "timestamp": 1627534261993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "aai-ml",
  "timestamp": 1627534261049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534266778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:52:31.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:52:31.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534266996,
  "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-29T04:52:31.741Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0702a706-e6db-4dc7-bd17-340f93f03f83
2021-07-29T04:52:31.741Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0702a706-e6db-4dc7-bd17-340f93f03f83 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-29T04:52:31.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "policy-id",
  "timestamp": 1627534261993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "aai-ml",
  "timestamp": 1627534261049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534267782,
  "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-29T04:52:31.756Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0702a706-e6db-4dc7-bd17-340f93f03f83
2021-07-29T04:52:31.756Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0702a706-e6db-4dc7-bd17-340f93f03f83 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-29T04:52:31.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "clamp",
  "timestamp": 1627534268485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:52:31.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:52:31.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "policy-id",
  "timestamp": 1627534261993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:52:31.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "aai-ml",
  "timestamp": 1627534261049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:52:31.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "clamp",
  "timestamp": 1627534269514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:52:31.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:52:31.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "policy-id",
  "timestamp": 1627534261993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:52:31.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:52:31.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "aai-ml",
  "timestamp": 1627534270255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:52:31.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:52:31.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "clamp",
  "timestamp": 1627534270517,
  "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-29T04:52:31.774Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0702a706-e6db-4dc7-bd17-340f93f03f83
2021-07-29T04:52:31.775Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0702a706-e6db-4dc7-bd17-340f93f03f83 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-29T04:52:31.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "policy-id",
  "timestamp": 1627534270807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:52:31.787Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:52:31.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "policy-id",
  "timestamp": 1627534271811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:52:31.788Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:52:31.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "policy-id",
  "timestamp": 1627534272814,
  "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-29T04:52:31.794Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0702a706-e6db-4dc7-bd17-340f93f03f83
2021-07-29T04:52:31.794Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0702a706-e6db-4dc7-bd17-340f93f03f83 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-29T04:52:31.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "aai-ml",
  "timestamp": 1627534275976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:52:31.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:52:31.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:52:31.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "aai-ml",
  "timestamp": 1627534276980,
  "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-29T04:52:31.810Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0702a706-e6db-4dc7-bd17-340f93f03f83
2021-07-29T04:52:31.810Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0702a706-e6db-4dc7-bd17-340f93f03f83 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-29T04:52:58.602Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0702a706-e6db-4dc7-bd17-340f93f03f83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:52:58.614Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0702a706-e6db-4dc7-bd17-340f93f03f83
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-29T04:52:58.616Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:52:58.616Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T04:52:58.616Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T04:52:58.616Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T04:52:58.616Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:52:58.617Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:52:58.617Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:52:58.617Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:52:58.617Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:52:58.617Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:52:58.617Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:52:58.617Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-29T04:52:58.622Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T04:53:28.623Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0702a706-e6db-4dc7-bd17-340f93f03f83 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-29T04:53:28.629Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0702a706-e6db-4dc7-bd17-340f93f03f83 and serviceModelVersionId: 12aebba1-257e-448f-8581-1d53f0f37174
2021-07-29T04:53:28.629Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c51d1d02-c223-4353-ba6c-7bb7a7783618
2021-07-29T04:53:28.630Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c51d1d02-c223-4353-ba6c-7bb7a7783618/model-vers/model-ver/12aebba1-257e-448f-8581-1d53f0f37174?depth=0
2021-07-29T04:53:28.634Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T04:53:28.684Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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/c51d1d02-c223-4353-ba6c-7bb7a7783618/model-vers/model-ver/12aebba1-257e-448f-8581-1d53f0f37174?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-29T04:53:28.686Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c51d1d02-c223-4353-ba6c-7bb7a7783618/model-vers/model-ver/12aebba1-257e-448f-8581-1d53f0f37174?depth=0|INFO|500||Invoke
2021-07-29T04:53:28.705Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c51d1d02-c223-4353-ba6c-7bb7a7783618/model-vers/model-ver/12aebba1-257e-448f-8581-1d53f0f37174?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T04:53:28.862Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c51d1d02-c223-4353-ba6c-7bb7a7783618/model-vers/model-ver/12aebba1-257e-448f-8581-1d53f0f37174?depth=0|INFO|500||InvokeReturn
2021-07-29T04:53:28.863Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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/c51d1d02-c223-4353-ba6c-7bb7a7783618/model-vers/model-ver/12aebba1-257e-448f-8581-1d53f0f37174?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210729-04:53:28:712-64787], vertex-id=[286776], Content-Length=[0], Date=[Thu, 29 Jul 2021 04:53:28 GMT], Content-Type=[application/json]}
2021-07-29T04:53:28.863Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-07-29T04:53:28.864Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T04:53:28.864Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-29T04:53:28.868Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-29T04:53:28.868Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0702a706-e6db-4dc7-bd17-340f93f03f83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T04:53:28.869Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T04:53:28.869Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:53:28.871Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:53:28.871Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534408869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:53:28.971Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:53:28.972Z||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-29T04:53:28.972Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:53:28.982Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:53:28.982Z||pool-50-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-29T04:53:29.882Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:53:29.883Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-29T04:53:29.883Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:53:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:53:31.683Z||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-29T04:53:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:53:31.716Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:53:31.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:53:31.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534330465,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:53:31.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:53:31.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:53:31.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:53:31.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:53:31.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:53:31.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:53:31.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:53:31.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:53:31.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:53:31.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:53:31.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:53:31.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:53:31.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:53:31.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:53:31.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:53:31.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:53:31.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:53:31.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:53:31.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:53:31.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:53:31.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:53:31.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:53:31.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:53:31.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534331481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:53:31.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:53:31.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:53:31.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534345665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:53:31.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:53:31.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:53:31.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534347583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:53:31.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:53:39.426Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:53:39.427Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:53:39.427Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-29T04:53:39.427Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:53:48.968Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:53:48.969Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:53:48.969Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-29T04:53:48.970Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:53:58.506Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:31.680Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:54:31.681Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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-29T04:54:31.681Z|0702a706-e6db-4dc7-bd17-340f93f03f83|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:54:31.682Z||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-29T04:54:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:32.216Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:32.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:54:32.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534408869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:54:32.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:54:33.220Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:33.221Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T04:54:33.221Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3807c1d7-f39b-4e8b-a34a-12fa852be479","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71","serviceDescription":"service","serviceInvariantUUID":"113aecd6-5f60-4671-9b84-321e16f9cd3d","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"33e2992d-e830-4c7a-80f9-f138ca8b3629","resourceInvariantUUID":"8c617cb5-4ac9-4a46-b517-9b91bf8d6784","resourceCustomizationUUID":"58bb24cf-80f1-4eb8-acf4-7d717aca3dce","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":"634f1b19-ccbd-45a1-bc4c-6c6c1b019722","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":"MTgwYzQyNzQwMTAxZDZlNGI5MzExNWYyZmQ3MWZmYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53565fb0-e7ed-4180-8a41-e140c287c9b7","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":"YWE0YTg3ZjQ2NjkwNmVhMmM1ZDkxNDYwODk0ZDYyNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eea9c9da-2a99-49e1-b323-8ce066e9a581","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":"85cbcdf3-d4bc-4e22-af9f-1be80f44c143","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":"b9493914-0fdf-4d69-a1ee-ae513e7855cc","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":"5a486e55-e82d-490c-bc58-b5c70daa1d08","artifactVersion":"2","generatedFromUUID":"85cbcdf3-d4bc-4e22-af9f-1be80f44c143"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDlmZWI3MTgyNTI1YjU0ZmUyMzdhNTAwYmVmNTIyZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"abf06637-3496-413f-9fce-6383e8561df8","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Yzg3MGEwOTEwNjk2Y2Y5OGY1NmIzNGZmZjg1MzVlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c487a863-ed01-43c7-a42a-261be2247f9d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T04:54:33.223Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:54:33.223Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:33.225Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:33.225Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:54:33.325Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:54:33.326Z||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-29T04:54:33.326Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:33.340Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:33.340Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:34.226Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:54:34.227Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:34.228Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:34.228Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:54:34.329Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T04:54:34.330Z||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-29T04:54:34.330Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:34.351Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:34.351Z||pool-52-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:35.229Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:54:35.230Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:35.231Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:35.231Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:54:35.332Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:54:35.333Z||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-29T04:54:35.333Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:35.346Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:35.347Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:36.232Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:54:36.233Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:36.235Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:36.236Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:54:36.336Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:54:36.336Z||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-29T04:54:36.337Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:36.344Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:36.344Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:37.236Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:54:37.237Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:37.239Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:37.239Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:54:37.339Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:54:37.340Z||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-29T04:54:37.340Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:37.364Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:37.365Z||pool-55-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:38.240Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:54:38.240Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:38.242Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:38.242Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-29T04:54:38.343Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:54:38.344Z||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-29T04:54:38.344Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:38.354Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:38.354Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:39.243Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:54:39.244Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:39.247Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:39.247Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:54:39.347Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:54:39.348Z||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-29T04:54:39.348Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:39.369Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:39.370Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:40.247Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:54:40.248Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:40.250Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:40.250Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:54:40.350Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:54:40.351Z||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-29T04:54:40.351Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:40.362Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:40.362Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:41.259Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71",
  "serviceDescription": "service",
  "serviceInvariantUUID": "113aecd6-5f60-4671-9b84-321e16f9cd3d",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "58bb24cf-80f1-4eb8-acf4-7d717aca3dce",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "33e2992d-e830-4c7a-80f9-f138ca8b3629",
      "resourceInvariantUUID": "8c617cb5-4ac9-4a46-b517-9b91bf8d6784",
      "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": "YWE0YTg3ZjQ2NjkwNmVhMmM1ZDkxNDYwODk0ZDYyNjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eea9c9da-2a99-49e1-b323-8ce066e9a581",
          "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": "85cbcdf3-d4bc-4e22-af9f-1be80f44c143",
          "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": "5a486e55-e82d-490c-bc58-b5c70daa1d08",
            "generatedFromUUID": "85cbcdf3-d4bc-4e22-af9f-1be80f44c143"
          },
          "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": "5a486e55-e82d-490c-bc58-b5c70daa1d08",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "Yzg3MGEwOTEwNjk2Y2Y5OGY1NmIzNGZmZjg1MzVlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c487a863-ed01-43c7-a42a-261be2247f9d"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T04:54:41.259Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T04:54:41.259Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71 ASDC
2021-07-29T04:54:41.260Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3807c1d7-f39b-4e8b-a34a-12fa852be479
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71
ServiceInvariantUUID:113aecd6-5f60-4671-9b84-321e16f9cd3d
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:c487a863-ed01-43c7-a42a-261be2247f9d
ArtifactChecksum:Yzg3MGEwOTEwNjk2Y2Y5OGY1NmIzNGZmZjg1MzVlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:58bb24cf-80f1-4eb8-acf4-7d717aca3dce
ResourceInvariantUUID:8c617cb5-4ac9-4a46-b517-9b91bf8d6784
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:33e2992d-e830-4c7a-80f9-f138ca8b3629
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:eea9c9da-2a99-49e1-b323-8ce066e9a581
ArtifactChecksum:YWE0YTg3ZjQ2NjkwNmVhMmM1ZDkxNDYwODk0ZDYyNjU=
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:85cbcdf3-d4bc-4e22-af9f-1be80f44c143
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:5a486e55-e82d-490c-bc58-b5c70daa1d08
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:5a486e55-e82d-490c-bc58-b5c70daa1d08
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-29T04:54:41.260Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71 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-29T04:54:41.299Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:54:41.300Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:54:41.300Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:54:41.300Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c487a863-ed01-43c7-a42a-261be2247f9d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-29T04:54:41.300Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:54:41.300Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-29T04:54:45.552Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:54:45.556Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar c487a863-ed01-43c7-a42a-261be2247f9d 73377
2021-07-29T04:54:45.556Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:45.556Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:45.556Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:54:45.557Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:45.559Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:45.559Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534485556,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:54:45.659Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:54:45.660Z||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-29T04:54:45.660Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:45.672Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:45.672Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:46.559Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:54:46.560Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:54:46.561Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c487a863-ed01-43c7-a42a-261be2247f9d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-29T04:54:46.561Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-07-29T04:54:46.561Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-29T04:54:46.561Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-29T04:54:46.720Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3937184115851215156/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-29T04:54:47.748Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T04:54:47.749Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:54:47.749Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-29T04:54:47.749Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-29T04:54:47.749Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:47.749Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:47.749Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|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-Basicclamp-csar.csar
2021-07-29T04:54:47.749Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:47.750Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|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-Basicclamp-csar.csar
2021-07-29T04:54:47.750Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:47.750Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:47.750Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|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-Basicclamp-csar.csar
2021-07-29T04:54:47.750Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:47.750Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:54:47.750Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.750Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:47.750Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-29T04:54:47.750Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:54:47.751Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:54:47.751Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.751Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:47.751Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-29T04:54:47.751Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:54:47.751Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:54:47.751Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.751Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:47.751Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.752Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-29T04:54:47.752Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-29T04:54:47.752Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-29T04:54:47.752Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-29T04:54:47.752Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-29T04:54:47.752Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-29T04:54:47.752Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.752Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:54:47.753Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.753Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-29T04:54:47.753Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:54:47.753Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.753Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-29T04:54:47.753Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:54:47.754Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.754Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-29T04:54:47.754Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:54:47.754Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.754Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-29T04:54:47.754Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-29T04:54:47.754Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-29T04:54:47.755Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b1180081-9e09-4dde-bd27-1a33afff9b96
2021-07-29T04:54:47.755Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.755Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:47.755Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.755Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:47.755Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.755Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:47.755Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:47.756Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:47.756Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71
Model Version:NULL
Model InvariantUuid:113aecd6-5f60-4671-9b84-321e16f9cd3d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:b7cd53f1-5556-41dd-b4fe-c7106cd4257c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8c617cb5-4ac9-4a46-b517-9b91bf8d6784
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:58bb24cf-80f1-4eb8-acf4-7d717aca3dce
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:746a5056-cbe1-4a1c-be7b-0dd2a555d219
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:63966b34-ad43-42e9-9e3f-d5f8d3ef3b67
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b1180081-9e09-4dde-bd27-1a33afff9b96
ModelInvariantUuid:fb6af904-9482-4e9a-8bed-3e5aa55ff4a3
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:99fbb6fa-6ada-4d29-84d9-dce00bf5c264
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d413ffb9-742a-4f84-a60c-bded5a0d83d5
ModelInvariantUuid:0615092b-0d6f-4105-b8d9-2e92dac23044
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:af066f0a-cdd5-439b-bbc5-399089f4b67f
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-29T04:54:47.780Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 33e2992d-e830-4c7a-80f9-f138ca8b3629
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-29T04:54:47.792Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-07-29T04:54:47.792Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 33e2992d-e830-4c7a-80f9-f138ca8b3629
2021-07-29T04:54:47.792Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eea9c9da-2a99-49e1-b323-8ce066e9a581 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-29T04:54:47.792Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:54:47.792Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:48.771Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:54:48.771Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json eea9c9da-2a99-49e1-b323-8ce066e9a581 790
2021-07-29T04:54:48.771Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:48.772Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:48.772Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:54:48.772Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:48.775Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:48.775Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534488771,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:54:48.875Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:54:48.876Z||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-29T04:54:48.877Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:48.886Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:48.887Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:49.776Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "746a5056-cbe1-4a1c-be7b-0dd2a555d219",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63966b34-ad43-42e9-9e3f-d5f8d3ef3b67",
    "vfModuleModelCustomizationUUID": "a12bc18c-6a0f-4e57-9b3e-5e584e138502",
    "isBase": true,
    "artifacts": [
      "85cbcdf3-d4bc-4e22-af9f-1be80f44c143",
      "5a486e55-e82d-490c-bc58-b5c70daa1d08"
    ],
    "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-29T04:54:49.781Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63966b34-ad43-42e9-9e3f-d5f8d3ef3b67
VfModuleModelInvariantUUID:746a5056-cbe1-4a1c-be7b-0dd2a555d219
VfModuleModelDescription:NULL
Artifacts UUID List:{
85cbcdf3-d4bc-4e22-af9f-1be80f44c143
,
5a486e55-e82d-490c-bc58-b5c70daa1d08

}
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-29T04:54:49.784Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "746a5056-cbe1-4a1c-be7b-0dd2a555d219",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63966b34-ad43-42e9-9e3f-d5f8d3ef3b67",
    "vfModuleModelCustomizationUUID": "a12bc18c-6a0f-4e57-9b3e-5e584e138502",
    "isBase": true,
    "artifacts": [
      "85cbcdf3-d4bc-4e22-af9f-1be80f44c143",
      "5a486e55-e82d-490c-bc58-b5c70daa1d08"
    ],
    "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-29T04:54:49.784Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63966b34-ad43-42e9-9e3f-d5f8d3ef3b67
VfModuleModelInvariantUUID:746a5056-cbe1-4a1c-be7b-0dd2a555d219
VfModuleModelDescription:NULL
Artifacts UUID List:{
85cbcdf3-d4bc-4e22-af9f-1be80f44c143
,
5a486e55-e82d-490c-bc58-b5c70daa1d08

}
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-29T04:54:49.784Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 85cbcdf3-d4bc-4e22-af9f-1be80f44c143 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-29T04:54:49.784Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:54:49.785Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:50.452Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:54:50.452Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 85cbcdf3-d4bc-4e22-af9f-1be80f44c143 5033
2021-07-29T04:54:50.453Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:50.453Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:50.453Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:54:50.453Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:50.455Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:50.455Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534490453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:54:50.556Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:54:50.557Z||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-29T04:54:50.557Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:50.565Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:50.566Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:51.456Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5a486e55-e82d-490c-bc58-b5c70daa1d08 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-29T04:54:51.457Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:54:51.457Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:52.978Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:54:52.979Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5a486e55-e82d-490c-bc58-b5c70daa1d08 909
2021-07-29T04:54:52.979Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:52.979Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:52.979Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:54:52.980Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:52.981Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:52.981Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534492979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:54:53.082Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:54:53.082Z||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-29T04:54:53.083Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:53.092Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:53.092Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:54:53.982Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71
2021-07-29T04:54:53.983Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 33e2992d-e830-4c7a-80f9-f138ca8b3629 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-29T04:54:53.997Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:53.998Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:54.010Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-07-29T04:54:54.010Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 58bb24cf-80f1-4eb8-acf4-7d717aca3dce
2021-07-29T04:54:54.010Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 58bb24cf-80f1-4eb8-acf4-7d717aca3dce matches Tosca VF Customization UUID: 58bb24cf-80f1-4eb8-acf4-7d717aca3dce
2021-07-29T04:54:54.010Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 58bb24cf-80f1-4eb8-acf4-7d717aca3dce  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-29T04:54:54.014Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.014Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:54.015Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 58bb24cf-80f1-4eb8-acf4-7d717aca3dce: {\"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-29T04:54:54.015Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c5ec00c
2021-07-29T04:54:54.015Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.015Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:54:54.016Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a12bc18c-6a0f-4e57-9b3e-5e584e138502
2021-07-29T04:54:54.016Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a12bc18c-6a0f-4e57-9b3e-5e584e138502
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-29T04:54:54.019Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.020Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-29T04:54:54.020Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:54:54.020Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.020Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-29T04:54:54.020Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:54:54.020Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.020Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-29T04:54:54.021Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-29T04:54:54.021Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-29T04:54:54.021Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b1180081-9e09-4dde-bd27-1a33afff9b96
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-29T04:54:54.026Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.026Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-29T04:54:54.026Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:54:54.026Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.027Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-29T04:54:54.027Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=58bb24cf-80f1-4eb8-acf4-7d717aca3dce
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-29T04:54:54.029Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.029Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:54.029Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71: basicclamp
2021-07-29T04:54:54.029Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.029Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:54.029Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.030Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:54.030Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.030Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:54.030Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.030Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:54.030Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:54:54.030Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:54:54.030Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:54.116Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 33e2992d-e830-4c7a-80f9-f138ca8b3629 1 ASDC deployResourceStructure
2021-07-29T04:54:54.117Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:54.117Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:54.117Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:54:54.117Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:54.119Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:54.119Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534494117,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:54:54.230Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2021-07-29T04:54:54.230Z||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-29T04:54:54.230Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:54.239Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:54.239Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:55.120Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:55.120Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:55.120Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:54:55.120Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:55.123Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:55.123Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534495119,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T04:54:55.223Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:54:55.224Z||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-29T04:54:55.224Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:55.235Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:55.236Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:54:56.124Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:56.124Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:56.124Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:54:56.124Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:56.126Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:56.126Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534496123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-29T04:54:56.227Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:54:56.227Z||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-29T04:54:56.228Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:56.238Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:56.238Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:54:57.127Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:57.128Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||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-29T04:54:57.128Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:54:57.128Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:54:57.129Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:54:57.129Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534497127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:54:57.229Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:54:57.230Z||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-29T04:54:57.230Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:54:57.240Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:54:57.240Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:54:58.131Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3807c1d7-f39b-4e8b-a34a-12fa852be479
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:54:58.140Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3807c1d7-f39b-4e8b-a34a-12fa852be479
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-29T04:54:58.142Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:54:58.142Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:54:58.142Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:55:28.142Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3807c1d7-f39b-4e8b-a34a-12fa852be479
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:55:28.152Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3807c1d7-f39b-4e8b-a34a-12fa852be479
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-29T04:55:28.155Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:55:28.155Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:55:28.155Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:55:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:55:31.683Z||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-29T04:55:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:55:31.809Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:55:31.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "dcae-sch",
  "timestamp": 1627534466270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "aai-ml",
  "timestamp": 1627534471049,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "cds",
  "timestamp": 1627534470662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534472095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "dcae-sch",
  "timestamp": 1627534466270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "aai-ml",
  "timestamp": 1627534471049,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "cds",
  "timestamp": 1627534470662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534472095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "dcae-sch",
  "timestamp": 1627534466270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "aai-ml",
  "timestamp": 1627534471049,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "cds",
  "timestamp": 1627534470662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534472095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534475386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "dcae-sch",
  "timestamp": 1627534466270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "aai-ml",
  "timestamp": 1627534471049,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "cds",
  "timestamp": 1627534470662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534472095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534475386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "dcae-sch",
  "timestamp": 1627534466270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "aai-ml",
  "timestamp": 1627534471049,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "cds",
  "timestamp": 1627534470662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534472095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534475386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "dcae-sch",
  "timestamp": 1627534466270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "aai-ml",
  "timestamp": 1627534471049,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "cds",
  "timestamp": 1627534470662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534472095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534475386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "dcae-sch",
  "timestamp": 1627534466270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "aai-ml",
  "timestamp": 1627534471049,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "cds",
  "timestamp": 1627534470662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534472095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534475386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "dcae-sch",
  "timestamp": 1627534466270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534471680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "aai-ml",
  "timestamp": 1627534471049,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "cds",
  "timestamp": 1627534470662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534472095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534475386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534475386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "policy-id",
  "timestamp": 1627534481993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534475386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "policy-id",
  "timestamp": 1627534481993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "policy-id",
  "timestamp": 1627534481993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534485556,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "policy-id",
  "timestamp": 1627534481993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "cds",
  "timestamp": 1627534485949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "aai-ml",
  "timestamp": 1627534486052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "policy-id",
  "timestamp": 1627534481993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534486747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "cds",
  "timestamp": 1627534486955,
  "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-29T04:55:31.864Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3807c1d7-f39b-4e8b-a34a-12fa852be479
2021-07-29T04:55:31.865Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3807c1d7-f39b-4e8b-a34a-12fa852be479 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-29T04:55:31.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534486499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "policy-id",
  "timestamp": 1627534481993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534486499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "policy-id",
  "timestamp": 1627534481993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534488771,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "dcae-sch",
  "timestamp": 1627534488852,
  "artifactURL": "/sdc/v1/catalog/services/ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71/resourceInstances/basicclamp0/artifacts/634f1b19-ccbd-45a1-bc4c-6c6c1b019722",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534488944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534486499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "policy-id",
  "timestamp": 1627534481993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534489460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534486499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "dcae-sch",
  "timestamp": 1627534490215,
  "artifactURL": "/sdc/v1/catalog/services/ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71/resourceInstances/basicclamp0/artifacts/634f1b19-ccbd-45a1-bc4c-6c6c1b019722",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534490453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534490947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534489460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534486499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "dcae-sch",
  "timestamp": 1627534491220,
  "artifactURL": "/sdc/v1/catalog/services/ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71/resourceInstances/basicclamp0/artifacts/634f1b19-ccbd-45a1-bc4c-6c6c1b019722",
  "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-29T04:55:31.884Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 3807c1d7-f39b-4e8b-a34a-12fa852be479
2021-07-29T04:55:31.884Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3807c1d7-f39b-4e8b-a34a-12fa852be479 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-29T04:55:31.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "policy-id",
  "timestamp": 1627534491680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534491972,
  "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-29T04:55:31.900Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3807c1d7-f39b-4e8b-a34a-12fa852be479
2021-07-29T04:55:31.900Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3807c1d7-f39b-4e8b-a34a-12fa852be479 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-29T04:55:31.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534489460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534486499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "policy-id",
  "timestamp": 1627534492685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:31.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534492976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:31.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534492979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534489460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534486499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "policy-id",
  "timestamp": 1627534493687,
  "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-29T04:55:31.915Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3807c1d7-f39b-4e8b-a34a-12fa852be479
2021-07-29T04:55:31.915Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3807c1d7-f39b-4e8b-a34a-12fa852be479 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-29T04:55:31.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534489460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534494117,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:31.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534486499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "aai-ml",
  "timestamp": 1627534494774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:31.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534495119,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:31.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534489460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "aai-ml",
  "timestamp": 1627534495778,
  "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-29T04:55:31.929Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3807c1d7-f39b-4e8b-a34a-12fa852be479
2021-07-29T04:55:31.930Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3807c1d7-f39b-4e8b-a34a-12fa852be479 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-29T04:55:31.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534496123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:31.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534489460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534497127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534489460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534499562,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534501906,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:31.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534502909,
  "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-29T04:55:31.943Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3807c1d7-f39b-4e8b-a34a-12fa852be479
2021-07-29T04:55:31.943Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3807c1d7-f39b-4e8b-a34a-12fa852be479 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-29T04:55:31.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "cds",
  "timestamp": 1627534500663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "dcae-sch",
  "timestamp": 1627534506270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "aai-ml",
  "timestamp": 1627534501049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "policy-id",
  "timestamp": 1627534501993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534507606,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "cds",
  "timestamp": 1627534500663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "dcae-sch",
  "timestamp": 1627534506270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "aai-ml",
  "timestamp": 1627534501049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "policy-id",
  "timestamp": 1627534501993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534508610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "cds",
  "timestamp": 1627534500663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "dcae-sch",
  "timestamp": 1627534506270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "aai-ml",
  "timestamp": 1627534501049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "policy-id",
  "timestamp": 1627534501993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "cds",
  "timestamp": 1627534500663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "dcae-sch",
  "timestamp": 1627534506270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "aai-ml",
  "timestamp": 1627534501049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "policy-id",
  "timestamp": 1627534501993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "cds",
  "timestamp": 1627534500663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "dcae-sch",
  "timestamp": 1627534506270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "aai-ml",
  "timestamp": 1627534501049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "policy-id",
  "timestamp": 1627534501993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534511672,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "dcae-sch",
  "timestamp": 1627534506270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "cds",
  "timestamp": 1627534500663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "aai-ml",
  "timestamp": 1627534501049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "policy-id",
  "timestamp": 1627534501993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534512674,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:31.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534512095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "dcae-sch",
  "timestamp": 1627534506270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "cds",
  "timestamp": 1627534500663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "aai-ml",
  "timestamp": 1627534501049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "policy-id",
  "timestamp": 1627534501993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "clamp",
  "timestamp": 1627534513679,
  "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-29T04:55:31.965Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3807c1d7-f39b-4e8b-a34a-12fa852be479
2021-07-29T04:55:31.965Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3807c1d7-f39b-4e8b-a34a-12fa852be479 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-29T04:55:31.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534512095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534512095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "aai-ml",
  "timestamp": 1627534515380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "policy-id",
  "timestamp": 1627534515375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "cds",
  "timestamp": 1627534515457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534512095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534515385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "policy-id",
  "timestamp": 1627534516380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "cds",
  "timestamp": 1627534516463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-29T04:55:31.987Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e569af5-7614-4b65-9eaf-24678553a742
2021-07-29T04:55:31.988Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e569af5-7614-4b65-9eaf-24678553a742 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-29T04:55:31.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534512095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534515385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:55:31.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:31.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:31.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:31.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "policy-id",
  "timestamp": 1627534517382,
  "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-29T04:55:32.000Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e569af5-7614-4b65-9eaf-24678553a742
2021-07-29T04:55:32.000Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e569af5-7614-4b65-9eaf-24678553a742 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-29T04:55:32.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534512095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534515385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:55:32.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "cds",
  "timestamp": 1627534517466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:55:32.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534512095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534515385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "cds",
  "timestamp": 1627534517466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534515385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-29T04:55:32.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "cds",
  "timestamp": 1627534517466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534515385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "cds",
  "timestamp": 1627534517466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534515385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:32.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "cds",
  "timestamp": 1627534517466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "policy-id",
  "timestamp": 1627534521993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "cds",
  "timestamp": 1627534517466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:32.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "policy-id",
  "timestamp": 1627534521993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "cds",
  "timestamp": 1627534517466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "policy-id",
  "timestamp": 1627534521993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:55:32.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "cds",
  "timestamp": 1627534517466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:32.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "policy-id",
  "timestamp": 1627534521993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:32.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534526570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:32.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:32.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "policy-id",
  "timestamp": 1627534521993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "dcae-sch",
  "timestamp": 1627534526270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "policy-id",
  "timestamp": 1627534521993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "dcae-sch",
  "timestamp": 1627534526270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "cds",
  "timestamp": 1627534527963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:32.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:32.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534528068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:32.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:32.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "aai-ml",
  "timestamp": 1627534528443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:32.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:32.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534528545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:32.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:32.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "policy-id",
  "timestamp": 1627534521993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "dcae-sch",
  "timestamp": 1627534526270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "aai-ml",
  "timestamp": 1627534529447,
  "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-29T04:55:32.025Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e569af5-7614-4b65-9eaf-24678553a742
2021-07-29T04:55:32.025Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e569af5-7614-4b65-9eaf-24678553a742 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-29T04:55:32.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "policy-id",
  "timestamp": 1627534521993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:55:32.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "dcae-sch",
  "timestamp": 1627534526270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "cds",
  "timestamp": 1627534530151,
  "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-29T04:55:32.048Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b65c680-6675-47ff-b1a7-e17d296c9e82
2021-07-29T04:55:32.049Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b65c680-6675-47ff-b1a7-e17d296c9e82 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-29T04:55:32.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534530464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:32.057Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:32.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "clamp",
  "timestamp": 1627534530552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:32.057Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:32.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534530698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:55:32.058Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:32.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "dcae-sch",
  "timestamp": 1627534526270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:55:32.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:55:32.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:55:32.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "policy-id",
  "timestamp": 1627534531471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:55:32.058Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:55:58.155Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3807c1d7-f39b-4e8b-a34a-12fa852be479
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:55:58.166Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3807c1d7-f39b-4e8b-a34a-12fa852be479
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-29T04:55:58.169Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:55:58.169Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T04:55:58.169Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T04:55:58.169Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T04:55:58.169Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:55:58.169Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:55:58.169Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:55:58.169Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:55:58.169Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:55:58.169Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:55:58.170Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:55:58.170Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|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-29T04:55:58.177Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T04:56:28.177Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3807c1d7-f39b-4e8b-a34a-12fa852be479 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-29T04:56:28.187Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3807c1d7-f39b-4e8b-a34a-12fa852be479 and serviceModelVersionId: ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71
2021-07-29T04:56:28.187Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 113aecd6-5f60-4671-9b84-321e16f9cd3d
2021-07-29T04:56:28.188Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/113aecd6-5f60-4671-9b84-321e16f9cd3d/model-vers/model-ver/ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71?depth=0
2021-07-29T04:56:28.192Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T04:56:28.226Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|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/113aecd6-5f60-4671-9b84-321e16f9cd3d/model-vers/model-ver/ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71?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-29T04:56:28.226Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/113aecd6-5f60-4671-9b84-321e16f9cd3d/model-vers/model-ver/ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71?depth=0|INFO|500||Invoke
2021-07-29T04:56:28.242Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/113aecd6-5f60-4671-9b84-321e16f9cd3d/model-vers/model-ver/ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T04:56:28.593Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/113aecd6-5f60-4671-9b84-321e16f9cd3d/model-vers/model-ver/ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71?depth=0|INFO|500||InvokeReturn
2021-07-29T04:56:28.593Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|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/113aecd6-5f60-4671-9b84-321e16f9cd3d/model-vers/model-ver/ff985dc6-ff33-47d8-9f5f-c9c8e6c13d71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210729-04:56:28:250-26286], vertex-id=[204832], Content-Length=[0], Date=[Thu, 29 Jul 2021 04:56:28 GMT], Content-Type=[application/json]}
2021-07-29T04:56:28.593Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-07-29T04:56:28.593Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T04:56:28.594Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|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-29T04:56:28.598Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|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-29T04:56:28.598Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3807c1d7-f39b-4e8b-a34a-12fa852be479 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T04:56:28.598Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T04:56:28.599Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:28.600Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:28.600Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534588598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:56:28.701Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:28.702Z||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-29T04:56:28.702Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:28.714Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:28.715Z||pool-67-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-29T04:56:29.611Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:56:29.612Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|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-29T04:56:29.612Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:30.230Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:30.231Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T04:56:30.231Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e569af5-7614-4b65-9eaf-24678553a742","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2527623f-37ad-49b6-ae03-d28974bdeb9f","serviceDescription":"service","serviceInvariantUUID":"24e54dbe-d81f-49af-a8b0-8d1cd64a3b09","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6a64e92-691f-474f-829d-d08cf7c5431a","resourceInvariantUUID":"6fe7a9d6-04ef-4418-93f0-a33c6c1ea3cc","resourceCustomizationUUID":"d48cc7ff-82de-4890-8459-b43a9d652008","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":"MmE5YTA5YjY1MGNmYWFkYzc0YzBhYTk4MDQwY2M4ZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ded533a-bee4-4919-a3c1-c4fb09017630","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":"YjRkNDI5NWRjZDdjMTRlYWI5YzIxOGQ4MWQ1YjBiNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"080a029a-2a2e-4dfd-be88-6f2f0f7dd93a","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":"0ce253fd-f5f4-4691-9d2d-37aff7ca9d93","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":"17843504-b366-4a1e-a38e-8517ef5b35a8","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":"7a5a28b7-7782-479a-bf80-315d876aa151","artifactVersion":"2","generatedFromUUID":"0ce253fd-f5f4-4691-9d2d-37aff7ca9d93"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OGJkNGQ2YmQxNmY0ZmY1NTFhZjZiYTM5NjVmZTBlZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ce73086-866f-4539-a08f-99d87fbd09f0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Nzc4NjQwNzdmMDQ0ZDVkNWE3NjMwODg0NDExYzE4ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aff14545-e4a1-4e09-961b-549c70c67dc4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T04:56:30.233Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:56:30.233Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:30.235Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:30.235Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:56:30.335Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:30.336Z||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-29T04:56:30.336Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:30.345Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:30.346Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:31.235Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:56:31.236Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:31.238Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:31.238Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:56:31.339Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:31.339Z||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-29T04:56:31.339Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:31.349Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:31.349Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:56:31.682Z||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-29T04:56:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:31.699Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:31.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:56:31.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534531671,
  "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-29T04:56:31.706Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e569af5-7614-4b65-9eaf-24678553a742
2021-07-29T04:56:31.706Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e569af5-7614-4b65-9eaf-24678553a742 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-29T04:56:32.239Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:56:32.239Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:32.241Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:32.241Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:56:32.341Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:32.342Z||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-29T04:56:32.342Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:32.351Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:32.352Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:33.242Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:56:33.242Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:33.244Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:33.244Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:56:33.344Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:33.345Z||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-29T04:56:33.345Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:33.360Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:33.360Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:34.245Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:56:34.245Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:34.247Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:34.247Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-29T04:56:34.347Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:34.348Z||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-29T04:56:34.348Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:34.371Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:34.372Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:35.248Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:56:35.248Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:35.250Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:35.250Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:56:35.350Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:35.350Z||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-29T04:56:35.351Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:35.365Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:35.366Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:36.250Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:56:36.251Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:36.254Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:36.254Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:56:36.354Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:36.355Z||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-29T04:56:36.355Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:36.364Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:36.364Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:37.256Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "2527623f-37ad-49b6-ae03-d28974bdeb9f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "24e54dbe-d81f-49af-a8b0-8d1cd64a3b09",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d48cc7ff-82de-4890-8459-b43a9d652008",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a6a64e92-691f-474f-829d-d08cf7c5431a",
      "resourceInvariantUUID": "6fe7a9d6-04ef-4418-93f0-a33c6c1ea3cc",
      "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": "YjRkNDI5NWRjZDdjMTRlYWI5YzIxOGQ4MWQ1YjBiNjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "080a029a-2a2e-4dfd-be88-6f2f0f7dd93a",
          "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": "0ce253fd-f5f4-4691-9d2d-37aff7ca9d93",
          "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": "7a5a28b7-7782-479a-bf80-315d876aa151",
            "generatedFromUUID": "0ce253fd-f5f4-4691-9d2d-37aff7ca9d93"
          },
          "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": "7a5a28b7-7782-479a-bf80-315d876aa151",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Nzc4NjQwNzdmMDQ0ZDVkNWE3NjMwODg0NDExYzE4ZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aff14545-e4a1-4e09-961b-549c70c67dc4"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T04:56:37.257Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T04:56:37.257Z|3807c1d7-f39b-4e8b-a34a-12fa852be479|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2527623f-37ad-49b6-ae03-d28974bdeb9f ASDC
2021-07-29T04:56:37.258Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6e569af5-7614-4b65-9eaf-24678553a742
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2527623f-37ad-49b6-ae03-d28974bdeb9f
ServiceInvariantUUID:24e54dbe-d81f-49af-a8b0-8d1cd64a3b09
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:aff14545-e4a1-4e09-961b-549c70c67dc4
ArtifactChecksum:Nzc4NjQwNzdmMDQ0ZDVkNWE3NjMwODg0NDExYzE4ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d48cc7ff-82de-4890-8459-b43a9d652008
ResourceInvariantUUID:6fe7a9d6-04ef-4418-93f0-a33c6c1ea3cc
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a6a64e92-691f-474f-829d-d08cf7c5431a
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:080a029a-2a2e-4dfd-be88-6f2f0f7dd93a
ArtifactChecksum:YjRkNDI5NWRjZDdjMTRlYWI5YzIxOGQ4MWQ1YjBiNjI=
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:0ce253fd-f5f4-4691-9d2d-37aff7ca9d93
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:7a5a28b7-7782-479a-bf80-315d876aa151
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:7a5a28b7-7782-479a-bf80-315d876aa151
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-29T04:56:37.258Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2527623f-37ad-49b6-ae03-d28974bdeb9f 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-29T04:56:37.290Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:56:37.291Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:56:37.291Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:56:37.291Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aff14545-e4a1-4e09-961b-549c70c67dc4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-29T04:56:37.291Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:56:37.291Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-29T04:56:38.771Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:56:38.774Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar aff14545-e4a1-4e09-961b-549c70c67dc4 70836
2021-07-29T04:56:38.774Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:38.774Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:38.774Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:56:38.775Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:38.779Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:38.780Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534598774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:56:38.876Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-07-29T04:56:38.877Z||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-29T04:56:38.878Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:38.886Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:38.886Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:39.780Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:56:39.781Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:56:39.781Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: aff14545-e4a1-4e09-961b-549c70c67dc4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-07-29T04:56:39.782Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-07-29T04:56:39.782Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-07-29T04:56:39.782Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-07-29T04:56:40.001Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2369015015886459104/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-29T04:56:41.014Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T04:56:41.015Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:56:41.015Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-29T04:56:41.015Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-29T04:56:41.015Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:41.015Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:41.015Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:41.016Z|6e569af5-7614-4b65-9eaf-24678553a742|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-BasicVm-csar.csar
2021-07-29T04:56:41.016Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:41.016Z|6e569af5-7614-4b65-9eaf-24678553a742|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-BasicVm-csar.csar
2021-07-29T04:56:41.016Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:41.016Z|6e569af5-7614-4b65-9eaf-24678553a742|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-BasicVm-csar.csar
2021-07-29T04:56:41.016Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:41.016Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:56:41.017Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.017Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:41.017Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-29T04:56:41.017Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:56:41.018Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:56:41.018Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.018Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:41.018Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-29T04:56:41.018Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:56:41.019Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:56:41.019Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.019Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:41.019Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.019Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-29T04:56:41.020Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-29T04:56:41.020Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-07-29T04:56:41.020Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-07-29T04:56:41.020Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-07-29T04:56:41.020Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-29T04:56:41.021Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.021Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:56:41.021Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.021Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-29T04:56:41.021Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:56:41.022Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.022Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-29T04:56:41.022Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:56:41.022Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.023Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-29T04:56:41.023Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:56:41.023Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.023Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-29T04:56:41.023Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-29T04:56:41.024Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-29T04:56:41.024Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c8d71d91-fc68-4e40-b3ed-c1de97c37f66
2021-07-29T04:56:41.024Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.024Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:41.024Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.025Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:41.025Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.025Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:41.025Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:41.025Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:41.025Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:2527623f-37ad-49b6-ae03-d28974bdeb9f
Model Version:NULL
Model InvariantUuid:24e54dbe-d81f-49af-a8b0-8d1cd64a3b09
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:92e6150e-d714-412a-8d32-89def1c4ba4d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6fe7a9d6-04ef-4418-93f0-a33c6c1ea3cc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d48cc7ff-82de-4890-8459-b43a9d652008
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6edc3cb9-e917-4d8a-a4ce-9fb2973ede80
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a68e0ed6-04ae-49c0-96f0-598ea33c4255
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c8d71d91-fc68-4e40-b3ed-c1de97c37f66
ModelInvariantUuid:cc128d5f-1687-4aa3-9a56-2d6309525b2b
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:a21ae18a-d2dd-46e3-b4fe-06d4bd11c470
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:10cae99e-d5be-43ab-a6fe-9454f19bb8eb
ModelInvariantUuid:b04e9f3f-8b00-4be2-a664-507ecd05e3a7
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:bbdf9676-ad6d-4f81-825e-e997f828ff21
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-29T04:56:41.033Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a6a64e92-691f-474f-829d-d08cf7c5431a
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-29T04:56:41.036Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-07-29T04:56:41.037Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a6a64e92-691f-474f-829d-d08cf7c5431a
2021-07-29T04:56:41.037Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 080a029a-2a2e-4dfd-be88-6f2f0f7dd93a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-07-29T04:56:41.037Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:56:41.037Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:43.541Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:56:43.542Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 080a029a-2a2e-4dfd-be88-6f2f0f7dd93a 787
2021-07-29T04:56:43.542Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:43.542Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:43.542Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:56:43.543Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:43.545Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:43.546Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534603542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:56:43.646Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:43.646Z||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-29T04:56:43.646Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:43.655Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:43.655Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:44.546Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6edc3cb9-e917-4d8a-a4ce-9fb2973ede80",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a68e0ed6-04ae-49c0-96f0-598ea33c4255",
    "vfModuleModelCustomizationUUID": "7991a7d6-4ecc-48f4-a4bd-17e34d53beab",
    "isBase": true,
    "artifacts": [
      "0ce253fd-f5f4-4691-9d2d-37aff7ca9d93",
      "7a5a28b7-7782-479a-bf80-315d876aa151"
    ],
    "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-29T04:56:44.550Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a68e0ed6-04ae-49c0-96f0-598ea33c4255
VfModuleModelInvariantUUID:6edc3cb9-e917-4d8a-a4ce-9fb2973ede80
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ce253fd-f5f4-4691-9d2d-37aff7ca9d93
,
7a5a28b7-7782-479a-bf80-315d876aa151

}
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-29T04:56:44.552Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6edc3cb9-e917-4d8a-a4ce-9fb2973ede80",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a68e0ed6-04ae-49c0-96f0-598ea33c4255",
    "vfModuleModelCustomizationUUID": "7991a7d6-4ecc-48f4-a4bd-17e34d53beab",
    "isBase": true,
    "artifacts": [
      "0ce253fd-f5f4-4691-9d2d-37aff7ca9d93",
      "7a5a28b7-7782-479a-bf80-315d876aa151"
    ],
    "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-29T04:56:44.552Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a68e0ed6-04ae-49c0-96f0-598ea33c4255
VfModuleModelInvariantUUID:6edc3cb9-e917-4d8a-a4ce-9fb2973ede80
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ce253fd-f5f4-4691-9d2d-37aff7ca9d93
,
7a5a28b7-7782-479a-bf80-315d876aa151

}
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-29T04:56:44.552Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0ce253fd-f5f4-4691-9d2d-37aff7ca9d93 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-07-29T04:56:44.552Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:56:44.552Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:45.956Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:56:45.957Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0ce253fd-f5f4-4691-9d2d-37aff7ca9d93 5033
2021-07-29T04:56:45.957Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:45.957Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:45.957Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:56:45.957Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:45.959Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:45.959Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534605957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:56:46.059Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:46.060Z||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-29T04:56:46.060Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:46.070Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:46.070Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:46.960Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7a5a28b7-7782-479a-bf80-315d876aa151 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-07-29T04:56:46.961Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:56:46.961Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:47.650Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:56:47.651Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7a5a28b7-7782-479a-bf80-315d876aa151 903
2021-07-29T04:56:47.651Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:47.651Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:47.651Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:56:47.652Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:47.654Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:47.655Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534607651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:56:47.754Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:56:47.755Z||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-29T04:56:47.755Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:47.765Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:47.765Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:48.655Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2527623f-37ad-49b6-ae03-d28974bdeb9f
2021-07-29T04:56:48.656Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a6a64e92-691f-474f-829d-d08cf7c5431a 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-29T04:56:48.673Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.674Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:48.674Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-07-29T04:56:48.674Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d48cc7ff-82de-4890-8459-b43a9d652008
2021-07-29T04:56:48.674Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d48cc7ff-82de-4890-8459-b43a9d652008 matches Tosca VF Customization UUID: d48cc7ff-82de-4890-8459-b43a9d652008
2021-07-29T04:56:48.675Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d48cc7ff-82de-4890-8459-b43a9d652008  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-29T04:56:48.677Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.677Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:48.678Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d48cc7ff-82de-4890-8459-b43a9d652008: {\"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-29T04:56:48.678Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@232b14b9
2021-07-29T04:56:48.678Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.678Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:56:48.678Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7991a7d6-4ecc-48f4-a4bd-17e34d53beab
2021-07-29T04:56:48.678Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7991a7d6-4ecc-48f4-a4bd-17e34d53beab
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-29T04:56:48.680Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.681Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-29T04:56:48.681Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:56:48.681Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.682Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-29T04:56:48.682Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:56:48.682Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.683Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-29T04:56:48.683Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-29T04:56:48.683Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-29T04:56:48.683Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c8d71d91-fc68-4e40-b3ed-c1de97c37f66
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-29T04:56:48.686Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.686Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-29T04:56:48.686Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:56:48.686Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.686Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-29T04:56:48.686Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d48cc7ff-82de-4890-8459-b43a9d652008
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-29T04:56:48.688Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.689Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:48.689Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2527623f-37ad-49b6-ae03-d28974bdeb9f: basic_vm
2021-07-29T04:56:48.689Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.689Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:48.689Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.690Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:48.690Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.690Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:48.690Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.690Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:48.691Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:56:48.691Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:56:48.691Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:48.780Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a6a64e92-691f-474f-829d-d08cf7c5431a 1 ASDC deployResourceStructure
2021-07-29T04:56:48.780Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:48.780Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:48.781Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:56:48.781Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:48.782Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:48.782Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534608780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:56:48.883Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:48.884Z||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-29T04:56:48.884Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:48.892Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:48.893Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:49.783Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:49.784Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:49.784Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:56:49.784Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:49.786Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:49.786Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534609783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T04:56:49.886Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:49.887Z||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-29T04:56:49.887Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:49.896Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:49.896Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:50.787Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:50.788Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:50.788Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:56:50.788Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:50.790Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:50.790Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534610787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-29T04:56:50.890Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:50.890Z||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-29T04:56:50.890Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:50.899Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:50.899Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:51.790Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:51.791Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||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-29T04:56:51.791Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:56:51.792Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:56:51.793Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:56:51.794Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534611790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:56:51.894Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:56:51.894Z||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-29T04:56:51.894Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:56:51.902Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:56:51.903Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:56:52.795Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e569af5-7614-4b65-9eaf-24678553a742
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:56:52.809Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e569af5-7614-4b65-9eaf-24678553a742
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-29T04:56:52.812Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:56:52.812Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T04:56:52.812Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:56:52.812Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:57:22.812Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e569af5-7614-4b65-9eaf-24678553a742
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:57:22.823Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e569af5-7614-4b65-9eaf-24678553a742
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-29T04:57:22.826Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:57:22.826Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T04:57:22.826Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:57:22.826Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:57:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:57:31.683Z||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-29T04:57:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:57:31.708Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:57:31.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:57:31.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "aai-ml",
  "timestamp": 1627534531049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:57:31.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:57:31.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:57:31.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534531701,
  "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-29T04:57:31.716Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e569af5-7614-4b65-9eaf-24678553a742
2021-07-29T04:57:31.717Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e569af5-7614-4b65-9eaf-24678553a742 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-29T04:57:52.827Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e569af5-7614-4b65-9eaf-24678553a742
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:57:52.842Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e569af5-7614-4b65-9eaf-24678553a742
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-29T04:57:52.851Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:57:52.852Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T04:57:52.852Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T04:57:52.852Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T04:57:52.852Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:57:52.852Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:57:52.853Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:57:52.853Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:57:52.853Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:57:52.853Z|6e569af5-7614-4b65-9eaf-24678553a742|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-29T04:57:52.859Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T04:58:22.860Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e569af5-7614-4b65-9eaf-24678553a742 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-29T04:58:22.864Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e569af5-7614-4b65-9eaf-24678553a742 and serviceModelVersionId: 2527623f-37ad-49b6-ae03-d28974bdeb9f
2021-07-29T04:58:22.864Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24e54dbe-d81f-49af-a8b0-8d1cd64a3b09
2021-07-29T04:58:22.865Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24e54dbe-d81f-49af-a8b0-8d1cd64a3b09/model-vers/model-ver/2527623f-37ad-49b6-ae03-d28974bdeb9f?depth=0
2021-07-29T04:58:22.869Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T04:58:22.904Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e54dbe-d81f-49af-a8b0-8d1cd64a3b09/model-vers/model-ver/2527623f-37ad-49b6-ae03-d28974bdeb9f?depth=0|INFO|500||Invoke
2021-07-29T04:58:22.905Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e54dbe-d81f-49af-a8b0-8d1cd64a3b09/model-vers/model-ver/2527623f-37ad-49b6-ae03-d28974bdeb9f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e54dbe-d81f-49af-a8b0-8d1cd64a3b09/model-vers/model-ver/2527623f-37ad-49b6-ae03-d28974bdeb9f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6e569af5-7614-4b65-9eaf-24678553a742], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58641550-40b1-4c46-bdc9-2bc6b5ea207a], X-ECOMP-RequestID=[6e569af5-7614-4b65-9eaf-24678553a742], X-TransactionId=[], X-ONAP-RequestID=[6e569af5-7614-4b65-9eaf-24678553a742], Content-Type=[application/merge-patch+json]}
2021-07-29T04:58:22.923Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e54dbe-d81f-49af-a8b0-8d1cd64a3b09/model-vers/model-ver/2527623f-37ad-49b6-ae03-d28974bdeb9f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T04:58:23.853Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e54dbe-d81f-49af-a8b0-8d1cd64a3b09/model-vers/model-ver/2527623f-37ad-49b6-ae03-d28974bdeb9f?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/24e54dbe-d81f-49af-a8b0-8d1cd64a3b09/model-vers/model-ver/2527623f-37ad-49b6-ae03-d28974bdeb9f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210729-04:58:22:931-33589], vertex-id=[180328], Content-Length=[0], Date=[Thu, 29 Jul 2021 04:58:22 GMT], Content-Type=[application/json]}
2021-07-29T04:58:23.854Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e54dbe-d81f-49af-a8b0-8d1cd64a3b09/model-vers/model-ver/2527623f-37ad-49b6-ae03-d28974bdeb9f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-29T04:58:23.854Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24e54dbe-d81f-49af-a8b0-8d1cd64a3b09/model-vers/model-ver/2527623f-37ad-49b6-ae03-d28974bdeb9f?depth=0|INFO|500||InvokeReturn
2021-07-29T04:58:23.855Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T04:58:23.855Z|6e569af5-7614-4b65-9eaf-24678553a742|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-29T04:58:23.859Z|6e569af5-7614-4b65-9eaf-24678553a742|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-29T04:58:23.860Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e569af5-7614-4b65-9eaf-24678553a742 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T04:58:23.860Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T04:58:23.860Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:23.862Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:23.862Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534703860,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:58:23.962Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:23.963Z||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-29T04:58:23.963Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:23.974Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:23.974Z||pool-83-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-29T04:58:24.876Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T04:58:24.876Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b65c680-6675-47ff-b1a7-e17d296c9e82","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6cd665fa-14c5-4fe7-bfde-00502d1aed98","serviceDescription":"service","serviceInvariantUUID":"b3d95b9c-091b-49e6-9a9b-89c4edabf963","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ecd552f-54f8-4e36-9af7-5b4fb57b426b","resourceInvariantUUID":"e079c043-8ba8-4cac-9697-8880268308d3","resourceCustomizationUUID":"f724417d-1a4a-4435-83b4-822beb6640ee","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":"YjNiMzAzYTI0NGE4ZjM5NTFlYjg4ZDE5ZTAzMmY4M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1baaf154-45e7-4b2f-bcd4-01fdbc75ad6c","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":"MTdkZThkYjZmNTRlY2M1ZDQzZGJhZWZmZjM1YjlmYWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b963245a-c58d-4843-9a58-c57a1a63fa17","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":"1285b454-a811-4563-b020-c2233885b161","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":"919db00b-87ae-44b5-a6d4-a7e74097573c","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":"f0b63253-5174-4fd6-a99d-9b2ed781fd69","artifactVersion":"2","generatedFromUUID":"1285b454-a811-4563-b020-c2233885b161"},{"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":"ODFlODY1Yjc0MWI5MjhmMWRiZTQwZjZhNzVhZDcxNzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"72c64619-d14e-4986-b85f-45112f6149a4","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":"ZjhiMzE1ZmUwYWYwNWQ1ZjRkYjZmYzM5MDNmOTFiMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3041fbe9-ceeb-400e-982e-ea30c0e193ff","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjVhNzczY2Y1MGMxZDcwZGEzNDllNzAxNjkyNjkwNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22c89c2d-cd21-4adc-a379-9e280aebb695","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T04:58:24.877Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:58:24.877Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:24.879Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:24.879Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:24.979Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:24.980Z||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-29T04:58:24.980Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:24.989Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:24.989Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:25.879Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:58:25.881Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:25.883Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:25.883Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:58:25.983Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:25.984Z||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-29T04:58:25.984Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:25.990Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:25.990Z||pool-85-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:26.883Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:58:26.884Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:26.887Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:26.887Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:58:26.988Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T04:58:26.988Z||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-29T04:58:26.988Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:26.994Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:26.995Z||pool-86-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:27.888Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:58:27.889Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:27.891Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:27.891Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:27.991Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:27.992Z||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-29T04:58:27.992Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:28.001Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:28.002Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:58:28.892Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:58:28.893Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:28.895Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:28.895Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-29T04:58:28.995Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:28.996Z||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-29T04:58:28.996Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:29.004Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:29.004Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:29.896Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:58:29.896Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:29.898Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:29.899Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:29.999Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:30.000Z||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-29T04:58:30.000Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:30.007Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:30.008Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:30.899Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:58:30.900Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:30.902Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:30.902Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.002Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:31.003Z||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-29T04:58:31.003Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:31.011Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:31.011Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:58:31.682Z||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-29T04:58:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:31.703Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:31.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "dcae-sch",
  "timestamp": 1627534526270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "policy-id",
  "timestamp": 1627534532475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:58:31.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "clamp",
  "timestamp": 1627534532560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:58:31.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534532675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:58:31.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "aai-ml",
  "timestamp": 1627534531049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534532095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "dcae-sch",
  "timestamp": 1627534526270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "policy-id",
  "timestamp": 1627534533478,
  "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-29T04:58:31.713Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b65c680-6675-47ff-b1a7-e17d296c9e82
2021-07-29T04:58:31.713Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b65c680-6675-47ff-b1a7-e17d296c9e82 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-29T04:58:31.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "clamp",
  "timestamp": 1627534533563,
  "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-29T04:58:31.725Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e569af5-7614-4b65-9eaf-24678553a742
2021-07-29T04:58:31.726Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e569af5-7614-4b65-9eaf-24678553a742 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-29T04:58:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "aai-ml",
  "timestamp": 1627534531049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534532095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "dcae-sch",
  "timestamp": 1627534526270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "aai-ml",
  "timestamp": 1627534531049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534532095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:58:31.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "aai-ml",
  "timestamp": 1627534531049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534532095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534535385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "aai-ml",
  "timestamp": 1627534531049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534532095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534535385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "aai-ml",
  "timestamp": 1627534531049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534532095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534535385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "aai-ml",
  "timestamp": 1627534531049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534532095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534535385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534519460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534532095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534535385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534535385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "clamp",
  "timestamp": 1627534516499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534535385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534535385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "aai-ml",
  "timestamp": 1627534543864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534545245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534547038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534547692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "clamp",
  "timestamp": 1627534548554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534548696,
  "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-29T04:58:31.750Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b65c680-6675-47ff-b1a7-e17d296c9e82
2021-07-29T04:58:31.750Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b65c680-6675-47ff-b1a7-e17d296c9e82 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-29T04:58:31.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534549048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:58:31.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "clamp",
  "timestamp": 1627534551557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:58:31.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534551770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:58:31.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "clamp",
  "timestamp": 1627534552560,
  "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-29T04:58:31.765Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b65c680-6675-47ff-b1a7-e17d296c9e82
2021-07-29T04:58:31.765Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b65c680-6675-47ff-b1a7-e17d296c9e82 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-29T04:58:31.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534552879,
  "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-29T04:58:31.780Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b65c680-6675-47ff-b1a7-e17d296c9e82
2021-07-29T04:58:31.781Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b65c680-6675-47ff-b1a7-e17d296c9e82 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-29T04:58:31.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "aai-ml",
  "timestamp": 1627534553374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:58:31.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534553893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:58:31.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "aai-ml",
  "timestamp": 1627534554379,
  "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-29T04:58:31.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b65c680-6675-47ff-b1a7-e17d296c9e82
2021-07-29T04:58:31.793Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b65c680-6675-47ff-b1a7-e17d296c9e82 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-29T04:58:31.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3807c1d7-f39b-4e8b-a34a-12fa852be479",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534588598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:58:31.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:58:31.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:58:31.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:58:31.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T04:58:31.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:58:31.903Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:58:31.903Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:31.905Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:31.905Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:58:32.005Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:32.006Z||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-29T04:58:32.006Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:32.015Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:32.015Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:32.907Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6cd665fa-14c5-4fe7-bfde-00502d1aed98",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b3d95b9c-091b-49e6-9a9b-89c4edabf963",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f724417d-1a4a-4435-83b4-822beb6640ee",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4ecd552f-54f8-4e36-9af7-5b4fb57b426b",
      "resourceInvariantUUID": "e079c043-8ba8-4cac-9697-8880268308d3",
      "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": "MTdkZThkYjZmNTRlY2M1ZDQzZGJhZWZmZjM1YjlmYWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b963245a-c58d-4843-9a58-c57a1a63fa17",
          "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": "1285b454-a811-4563-b020-c2233885b161",
          "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": "f0b63253-5174-4fd6-a99d-9b2ed781fd69",
            "generatedFromUUID": "1285b454-a811-4563-b020-c2233885b161"
          },
          "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": "f0b63253-5174-4fd6-a99d-9b2ed781fd69",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZjVhNzczY2Y1MGMxZDcwZGEzNDllNzAxNjkyNjkwNTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "22c89c2d-cd21-4adc-a379-9e280aebb695"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T04:58:32.907Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T04:58:32.907Z|6e569af5-7614-4b65-9eaf-24678553a742|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6cd665fa-14c5-4fe7-bfde-00502d1aed98 ASDC
2021-07-29T04:58:32.908Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9b65c680-6675-47ff-b1a7-e17d296c9e82
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6cd665fa-14c5-4fe7-bfde-00502d1aed98
ServiceInvariantUUID:b3d95b9c-091b-49e6-9a9b-89c4edabf963
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:22c89c2d-cd21-4adc-a379-9e280aebb695
ArtifactChecksum:ZjVhNzczY2Y1MGMxZDcwZGEzNDllNzAxNjkyNjkwNTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f724417d-1a4a-4435-83b4-822beb6640ee
ResourceInvariantUUID:e079c043-8ba8-4cac-9697-8880268308d3
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4ecd552f-54f8-4e36-9af7-5b4fb57b426b
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:b963245a-c58d-4843-9a58-c57a1a63fa17
ArtifactChecksum:MTdkZThkYjZmNTRlY2M1ZDQzZGJhZWZmZjM1YjlmYWI=
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:1285b454-a811-4563-b020-c2233885b161
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:f0b63253-5174-4fd6-a99d-9b2ed781fd69
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:f0b63253-5174-4fd6-a99d-9b2ed781fd69
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-29T04:58:32.908Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6cd665fa-14c5-4fe7-bfde-00502d1aed98 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-29T04:58:32.935Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:58:32.936Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:58:32.936Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:58:32.936Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 22c89c2d-cd21-4adc-a379-9e280aebb695 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-29T04:58:32.936Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:58:32.936Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-29T04:58:33.887Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:58:33.891Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 22c89c2d-cd21-4adc-a379-9e280aebb695 78599
2021-07-29T04:58:33.891Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:33.892Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:33.892Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:58:33.892Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:33.894Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:33.894Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534713891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:58:33.994Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:33.995Z||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-29T04:58:33.995Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:34.006Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:34.006Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:34.895Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:58:34.896Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:58:34.896Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 22c89c2d-cd21-4adc-a379-9e280aebb695, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-29T04:58:34.896Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-07-29T04:58:34.897Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-29T04:58:34.897Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-29T04:58:35.064Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14415239590649353130/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-29T04:58:36.064Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T04:58:36.065Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:58:36.065Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-29T04:58:36.065Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-29T04:58:36.065Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:36.065Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:36.065Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:36.066Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|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-BasicVmMacro-csar.csar
2021-07-29T04:58:36.066Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:36.066Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|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-BasicVmMacro-csar.csar
2021-07-29T04:58:36.066Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:36.066Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|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-BasicVmMacro-csar.csar
2021-07-29T04:58:36.066Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:36.066Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:58:36.067Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.067Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:36.067Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-29T04:58:36.067Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:58:36.068Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:58:36.068Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.068Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:36.068Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-29T04:58:36.068Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:58:36.069Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:58:36.069Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.069Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:36.069Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.070Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-29T04:58:36.070Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-29T04:58:36.070Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-07-29T04:58:36.070Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-07-29T04:58:36.070Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-07-29T04:58:36.071Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-29T04:58:36.071Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.071Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:58:36.071Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.071Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-29T04:58:36.072Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:58:36.072Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.072Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-29T04:58:36.072Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:58:36.073Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.073Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-29T04:58:36.073Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:58:36.073Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.074Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-29T04:58:36.074Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-29T04:58:36.074Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-29T04:58:36.074Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=503d67a2-3a50-4eb7-85e4-6c10c1252769
2021-07-29T04:58:36.075Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.075Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:36.075Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.075Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:36.076Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.076Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:36.076Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:36.077Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:36.077Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6cd665fa-14c5-4fe7-bfde-00502d1aed98
Model Version:NULL
Model InvariantUuid:b3d95b9c-091b-49e6-9a9b-89c4edabf963
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:09aa73e9-1b75-4bd4-95df-0138bdb390b1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e079c043-8ba8-4cac-9697-8880268308d3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f724417d-1a4a-4435-83b4-822beb6640ee
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2bfbb3db-3bfe-408b-bc98-719f294487c5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:5fbb0481-6dde-4121-9d47-4fed073faeb8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:503d67a2-3a50-4eb7-85e4-6c10c1252769
ModelInvariantUuid:a0c76b30-37e0-4558-a483-cbacb19055ed
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:d2a00ec5-5892-4ba1-8866-4a7ce4573075
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:2e07477a-1b17-4d8d-8d1f-785cb28a3ea7
ModelInvariantUuid:6d5ad3de-5a8a-4c66-a680-36a78044ef40
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:267201b2-e3a5-4f5b-a9f2-d97b79164939
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-29T04:58:36.083Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ecd552f-54f8-4e36-9af7-5b4fb57b426b
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-29T04:58:36.085Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2021-07-29T04:58:36.086Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ecd552f-54f8-4e36-9af7-5b4fb57b426b
2021-07-29T04:58:36.086Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b963245a-c58d-4843-9a58-c57a1a63fa17 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-29T04:58:36.086Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:58:36.086Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:37.579Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:58:37.579Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b963245a-c58d-4843-9a58-c57a1a63fa17 792
2021-07-29T04:58:37.580Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:37.580Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:37.580Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:58:37.580Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:37.582Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:37.582Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534717580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:58:37.682Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:37.683Z||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-29T04:58:37.683Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:37.700Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:37.701Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:38.583Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2bfbb3db-3bfe-408b-bc98-719f294487c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5fbb0481-6dde-4121-9d47-4fed073faeb8",
    "vfModuleModelCustomizationUUID": "5bfd2fec-6a3d-4b54-bc35-a8934a1bfeb8",
    "isBase": true,
    "artifacts": [
      "1285b454-a811-4563-b020-c2233885b161",
      "f0b63253-5174-4fd6-a99d-9b2ed781fd69"
    ],
    "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-29T04:58:38.586Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5fbb0481-6dde-4121-9d47-4fed073faeb8
VfModuleModelInvariantUUID:2bfbb3db-3bfe-408b-bc98-719f294487c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
1285b454-a811-4563-b020-c2233885b161
,
f0b63253-5174-4fd6-a99d-9b2ed781fd69

}
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-29T04:58:38.588Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2bfbb3db-3bfe-408b-bc98-719f294487c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5fbb0481-6dde-4121-9d47-4fed073faeb8",
    "vfModuleModelCustomizationUUID": "5bfd2fec-6a3d-4b54-bc35-a8934a1bfeb8",
    "isBase": true,
    "artifacts": [
      "1285b454-a811-4563-b020-c2233885b161",
      "f0b63253-5174-4fd6-a99d-9b2ed781fd69"
    ],
    "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-29T04:58:38.588Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5fbb0481-6dde-4121-9d47-4fed073faeb8
VfModuleModelInvariantUUID:2bfbb3db-3bfe-408b-bc98-719f294487c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
1285b454-a811-4563-b020-c2233885b161
,
f0b63253-5174-4fd6-a99d-9b2ed781fd69

}
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-29T04:58:38.588Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1285b454-a811-4563-b020-c2233885b161 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-29T04:58:38.588Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:58:38.589Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:41.161Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:58:41.161Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1285b454-a811-4563-b020-c2233885b161 5033
2021-07-29T04:58:41.162Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:41.162Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:41.162Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:58:41.162Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:41.164Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:41.165Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534721162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:58:41.266Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:41.266Z||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-29T04:58:41.266Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:41.275Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:41.276Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:42.165Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f0b63253-5174-4fd6-a99d-9b2ed781fd69 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-29T04:58:42.166Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:58:42.166Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:45.150Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:58:45.151Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f0b63253-5174-4fd6-a99d-9b2ed781fd69 903
2021-07-29T04:58:45.151Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:45.151Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:45.151Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:58:45.151Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:45.153Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:45.153Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534725151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:58:45.253Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:45.254Z||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-29T04:58:45.254Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:45.264Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:45.264Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:46.154Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6cd665fa-14c5-4fe7-bfde-00502d1aed98
2021-07-29T04:58:46.155Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4ecd552f-54f8-4e36-9af7-5b4fb57b426b 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-29T04:58:46.168Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.169Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:46.169Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-07-29T04:58:46.169Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f724417d-1a4a-4435-83b4-822beb6640ee
2021-07-29T04:58:46.169Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f724417d-1a4a-4435-83b4-822beb6640ee matches Tosca VF Customization UUID: f724417d-1a4a-4435-83b4-822beb6640ee
2021-07-29T04:58:46.170Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f724417d-1a4a-4435-83b4-822beb6640ee  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-29T04:58:46.171Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.172Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:46.172Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f724417d-1a4a-4435-83b4-822beb6640ee: {\"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-29T04:58:46.173Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1164007f
2021-07-29T04:58:46.173Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.173Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:58:46.173Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5bfd2fec-6a3d-4b54-bc35-a8934a1bfeb8
2021-07-29T04:58:46.173Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5bfd2fec-6a3d-4b54-bc35-a8934a1bfeb8
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-29T04:58:46.175Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.175Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-29T04:58:46.176Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:58:46.176Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.176Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-29T04:58:46.176Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:58:46.176Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.177Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-29T04:58:46.177Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-29T04:58:46.177Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-29T04:58:46.177Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=503d67a2-3a50-4eb7-85e4-6c10c1252769
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-29T04:58:46.179Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.179Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-29T04:58:46.179Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:58:46.179Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.179Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-29T04:58:46.180Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f724417d-1a4a-4435-83b4-822beb6640ee
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-29T04:58:46.181Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.182Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:46.182Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6cd665fa-14c5-4fe7-bfde-00502d1aed98: basic_vm_macro
2021-07-29T04:58:46.182Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.182Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:46.182Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.183Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:46.183Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.183Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:46.183Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.183Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:46.183Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:58:46.184Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:58:46.184Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:46.276Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4ecd552f-54f8-4e36-9af7-5b4fb57b426b 1 ASDC deployResourceStructure
2021-07-29T04:58:46.277Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:46.277Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:46.277Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:58:46.277Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:46.279Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:46.279Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534726276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:58:46.379Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:46.380Z||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-29T04:58:46.380Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:46.387Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:46.388Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:47.279Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:47.280Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:47.280Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:58:47.280Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:47.282Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:47.282Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534727279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T04:58:47.382Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:47.383Z||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-29T04:58:47.383Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:47.391Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:47.392Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:48.283Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:48.284Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:48.284Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:58:48.284Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:48.287Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:48.287Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534728283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-29T04:58:48.386Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-07-29T04:58:48.387Z||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-29T04:58:48.387Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:48.396Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:48.396Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:49.288Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:49.288Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||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-29T04:58:49.289Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:58:49.289Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:58:49.290Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:58:49.290Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534729288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:58:49.391Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:58:49.391Z||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-29T04:58:49.391Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:58:49.399Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:58:49.399Z||pool-99-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:58:50.291Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b65c680-6675-47ff-b1a7-e17d296c9e82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:58:50.302Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b65c680-6675-47ff-b1a7-e17d296c9e82
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-29T04:58:50.305Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:58:50.305Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T04:58:50.305Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T04:58:50.305Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T04:58:50.305Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:58:50.305Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:58:50.305Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:58:50.305Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:58:50.305Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:58:50.305Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T04:58:50.306Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|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-29T04:58:50.309Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T04:59:20.310Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b65c680-6675-47ff-b1a7-e17d296c9e82 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-29T04:59:20.314Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b65c680-6675-47ff-b1a7-e17d296c9e82 and serviceModelVersionId: 6cd665fa-14c5-4fe7-bfde-00502d1aed98
2021-07-29T04:59:20.314Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3d95b9c-091b-49e6-9a9b-89c4edabf963
2021-07-29T04:59:20.315Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3d95b9c-091b-49e6-9a9b-89c4edabf963/model-vers/model-ver/6cd665fa-14c5-4fe7-bfde-00502d1aed98?depth=0
2021-07-29T04:59:20.319Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T04:59:20.351Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|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/b3d95b9c-091b-49e6-9a9b-89c4edabf963/model-vers/model-ver/6cd665fa-14c5-4fe7-bfde-00502d1aed98?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-29T04:59:20.352Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b3d95b9c-091b-49e6-9a9b-89c4edabf963/model-vers/model-ver/6cd665fa-14c5-4fe7-bfde-00502d1aed98?depth=0|INFO|500||Invoke
2021-07-29T04:59:20.374Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b3d95b9c-091b-49e6-9a9b-89c4edabf963/model-vers/model-ver/6cd665fa-14c5-4fe7-bfde-00502d1aed98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T04:59:21.256Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b3d95b9c-091b-49e6-9a9b-89c4edabf963/model-vers/model-ver/6cd665fa-14c5-4fe7-bfde-00502d1aed98?depth=0|INFO|500||InvokeReturn
2021-07-29T04:59:21.256Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|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/b3d95b9c-091b-49e6-9a9b-89c4edabf963/model-vers/model-ver/6cd665fa-14c5-4fe7-bfde-00502d1aed98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210729-04:59:20:382-59519], vertex-id=[438416], Content-Length=[0], Date=[Thu, 29 Jul 2021 04:59:20 GMT], Content-Type=[application/json]}
2021-07-29T04:59:21.257Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-07-29T04:59:21.257Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T04:59:21.257Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|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-29T04:59:21.262Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|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-29T04:59:21.262Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b65c680-6675-47ff-b1a7-e17d296c9e82 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T04:59:21.262Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T04:59:21.263Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:59:21.264Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:59:21.264Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534761262,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:59:21.365Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:59:21.365Z||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-29T04:59:21.365Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:21.377Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:21.377Z||pool-100-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-29T04:59:22.277Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:59:22.278Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|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-29T04:59:22.278Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:26.571Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:26.572Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T04:59:26.572Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f1ff37d-7718-40df-b4bd-33c06e5a62de","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0b1e32b7-d304-45b0-bf2a-7a7c92cf8494","serviceDescription":"service","serviceInvariantUUID":"785fd315-3232-4122-955e-7e8a648119d0","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4a90b529-0a20-4093-96e4-447402449993","resourceInvariantUUID":"4ea82784-8340-46c7-8847-297be678b104","resourceCustomizationUUID":"6a650600-77c2-441c-8c49-902db7d84492","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":"MmU0OTZlZTgzYzZmYmJkNzc2YWViMTVjYmM2ZmJkMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8949fa4e-19b7-42cd-9377-941d797c8439","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":"d8bcf49f-66fe-4cc6-b020-ad578554d22d","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":"36cb0990-bb41-4d58-ba92-29372cf4ac26","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":"MDk3N2E3Y2M4OGFlMWIxMDBhNGZkOTdhMzc4MTc1YWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"401527b2-4645-45db-9b5d-dc4e9e64c48d","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":"ec55148f-899c-4e9e-8327-fd8ceb1d57f8","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":"dd8bd7e5-178c-422c-87e8-d96ea12ec441","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":"dcf06414-01af-4d63-a8d3-7c1ce5a24e2c","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":"ZjE5MjBmMjk4OTAxYjY1YTRjOWExMTMzMzYwM2E5MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af79f7b6-d517-4420-8ac6-736caa9a74ab","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmRjNzkxZjIwZjE5MzI1YmY3NTdjZjVjMzNiYzI5MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa96de4f-a35a-4b16-a3ed-8f02e407f343","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T04:59:26.573Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:59:26.574Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:59:26.575Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:59:26.575Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:59:26.675Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:59:26.676Z||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-29T04:59:26.676Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:26.685Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:26.685Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:59:27.576Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:59:27.577Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:59:27.578Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:59:27.579Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:59:27.679Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:59:27.680Z||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-29T04:59:27.680Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:27.689Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:27.690Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:59:28.579Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:59:28.580Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:59:28.582Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:59:28.582Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:59:28.683Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:59:28.683Z||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-29T04:59:28.683Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:28.692Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:28.693Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:59:29.583Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:59:29.584Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:59:29.586Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:59:29.587Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:59:29.687Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:59:29.687Z||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-29T04:59:29.687Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:29.696Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:29.696Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:59:30.587Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:59:30.588Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:59:30.590Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:59:30.590Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:59:30.690Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:59:30.691Z||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-29T04:59:30.691Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:30.699Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:30.700Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:59:31.590Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:59:31.591Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:59:31.593Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:59:31.593Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:59:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:59:31.683Z||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-29T04:59:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:31.693Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:59:31.694Z||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-29T04:59:31.694Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:31.699Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:31.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-29T04:59:31.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:59:31.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534598774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534603542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:59:31.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534605957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534607651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534608780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534609783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534610787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534611790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:59:31.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:59:31.702Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:31.703Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:59:32.594Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:59:32.595Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:59:32.596Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:59:32.597Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:59:32.697Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:59:32.698Z||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-29T04:59:32.698Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:32.714Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:32.715Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:59:33.597Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:59:33.598Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:59:33.600Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:59:33.600Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T04:59:33.700Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:59:33.701Z||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-29T04:59:33.701Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:33.710Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:33.710Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:59:34.601Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:59:34.601Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:59:34.603Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:59:34.603Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T04:59:34.703Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:59:34.704Z||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-29T04:59:34.704Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:34.713Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:34.714Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:59:35.604Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0b1e32b7-d304-45b0-bf2a-7a7c92cf8494",
  "serviceDescription": "service",
  "serviceInvariantUUID": "785fd315-3232-4122-955e-7e8a648119d0",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6a650600-77c2-441c-8c49-902db7d84492",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4a90b529-0a20-4093-96e4-447402449993",
      "resourceInvariantUUID": "4ea82784-8340-46c7-8847-297be678b104",
      "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": "YmRjNzkxZjIwZjE5MzI1YmY3NTdjZjVjMzNiYzI5MmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa96de4f-a35a-4b16-a3ed-8f02e407f343"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T04:59:35.604Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T04:59:35.604Z|9b65c680-6675-47ff-b1a7-e17d296c9e82|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b1e32b7-d304-45b0-bf2a-7a7c92cf8494 ASDC
2021-07-29T04:59:35.605Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f1ff37d-7718-40df-b4bd-33c06e5a62de
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0b1e32b7-d304-45b0-bf2a-7a7c92cf8494
ServiceInvariantUUID:785fd315-3232-4122-955e-7e8a648119d0
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:aa96de4f-a35a-4b16-a3ed-8f02e407f343
ArtifactChecksum:YmRjNzkxZjIwZjE5MzI1YmY3NTdjZjVjMzNiYzI5MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6a650600-77c2-441c-8c49-902db7d84492
ResourceInvariantUUID:4ea82784-8340-46c7-8847-297be678b104
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:4a90b529-0a20-4093-96e4-447402449993
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-29T04:59:35.605Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b1e32b7-d304-45b0-bf2a-7a7c92cf8494 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-29T04:59:35.637Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:59:35.638Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:59:35.638Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:59:35.638Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aa96de4f-a35a-4b16-a3ed-8f02e407f343 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-29T04:59:35.638Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:59:35.638Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-29T04:59:36.769Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:59:36.776Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar aa96de4f-a35a-4b16-a3ed-8f02e407f343 105563
2021-07-29T04:59:36.776Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||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-29T04:59:36.776Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||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-29T04:59:36.777Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:59:36.777Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:59:36.779Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:59:36.779Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534776776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T04:59:36.879Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:59:36.879Z||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-29T04:59:36.880Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:36.888Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:36.889Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:59:37.779Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:59:37.780Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:59:37.780Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: aa96de4f-a35a-4b16-a3ed-8f02e407f343, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-29T04:59:37.781Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-07-29T04:59:37.781Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-29T04:59:37.781Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-29T04:59:38.299Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15032293415152996097/Definitions/service-TestPnfMacro-template.yml
2021-07-29T04:59:39.040Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T04:59:39.041Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:59:39.041Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-29T04:59:39.041Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-29T04:59:39.041Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|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-TestPnfMacro-csar.csar
2021-07-29T04:59:39.041Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|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-TestPnfMacro-csar.csar
2021-07-29T04:59:39.041Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||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-29T04:59:39.041Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|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-TestPnfMacro-csar.csar
2021-07-29T04:59:39.041Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|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-TestPnfMacro-csar.csar
2021-07-29T04:59:39.041Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|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-TestPnfMacro-csar.csar
2021-07-29T04:59:39.041Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|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-TestPnfMacro-csar.csar
2021-07-29T04:59:39.041Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:59:39.042Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:59:39.042Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:59:39.042Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-07-29T04:59:39.042Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:59:39.043Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:59:39.043Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:59:39.043Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:59:39.043Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-07-29T04:59:39.043Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:59:39.044Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:59:39.044Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:59:39.044Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:59:39.044Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:59:39.044Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:59:39.045Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:59:39.045Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:59:39.045Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:59:39.045Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:59:39.045Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:59:39.045Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:59:39.045Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:0b1e32b7-d304-45b0-bf2a-7a7c92cf8494
Model Version:NULL
Model InvariantUuid:785fd315-3232-4122-955e-7e8a648119d0
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-29T04:59:39.052Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4a90b529-0a20-4093-96e4-447402449993
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-29T04:59:39.054Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||test-pnf 0
2021-07-29T04:59:39.055Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4a90b529-0a20-4093-96e4-447402449993
2021-07-29T04:59:39.055Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 0b1e32b7-d304-45b0-bf2a-7a7c92cf8494
2021-07-29T04:59:39.055Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0b1e32b7-d304-45b0-bf2a-7a7c92cf8494
2021-07-29T04:59:39.055Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4a90b529-0a20-4093-96e4-447402449993 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-29T04:59:39.059Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:59:39.059Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:59:39.060Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0b1e32b7-d304-45b0-bf2a-7a7c92cf8494: test-pnf
2021-07-29T04:59:39.060Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||Processing PNF resource: 4a90b529-0a20-4093-96e4-447402449993
2021-07-29T04:59:39.060Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T04:59:39.060Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:59:39.061Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||Resource customization UUID: 6a650600-77c2-441c-8c49-902db7d84492 is the same as notified resource customizationUUID: 6a650600-77c2-441c-8c49-902db7d84492
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-29T04:59:39.093Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 4a90b529-0a20-4093-96e4-447402449993 0 ASDC deployResourceStructure
2021-07-29T04:59:39.094Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||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-29T04:59:39.094Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||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-29T04:59:39.094Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:59:39.094Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:59:39.096Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:59:39.097Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534779094,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T04:59:39.197Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:59:39.198Z||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-29T04:59:39.198Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:59:39.207Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T04:59:39.207Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:59:40.098Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f1ff37d-7718-40df-b4bd-33c06e5a62de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T04:59:40.111Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f1ff37d-7718-40df-b4bd-33c06e5a62de
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-29T04:59:40.113Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:59:40.113Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:59:40.113Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:00:10.113Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f1ff37d-7718-40df-b4bd-33c06e5a62de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:00:10.122Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f1ff37d-7718-40df-b4bd-33c06e5a62de
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-29T05:00:10.124Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:00:10.124Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:00:10.124Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:00:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:00:31.682Z||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-29T05:00:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:00:31.707Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:00:31.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534675385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "cds",
  "timestamp": 1627534680662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534672095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "aai-ml",
  "timestamp": 1627534681049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "policy-id",
  "timestamp": 1627534681993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534675385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534672095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "cds",
  "timestamp": 1627534680662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "aai-ml",
  "timestamp": 1627534681049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "policy-id",
  "timestamp": 1627534681993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534675385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "cds",
  "timestamp": 1627534680662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534672095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "aai-ml",
  "timestamp": 1627534681049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "policy-id",
  "timestamp": 1627534681993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534675385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534672095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "cds",
  "timestamp": 1627534680662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "aai-ml",
  "timestamp": 1627534681049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "policy-id",
  "timestamp": 1627534681993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "cds",
  "timestamp": 1627534680662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534675385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534672095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "aai-ml",
  "timestamp": 1627534681049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "policy-id",
  "timestamp": 1627534681993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "dcae-sch",
  "timestamp": 1627534686270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534675385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "cds",
  "timestamp": 1627534680662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534672095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "aai-ml",
  "timestamp": 1627534681049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "policy-id",
  "timestamp": 1627534681993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "dcae-sch",
  "timestamp": 1627534686270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534675385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "cds",
  "timestamp": 1627534680662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534672095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-29T05:00:31.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "aai-ml",
  "timestamp": 1627534681049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "policy-id",
  "timestamp": 1627534681993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "dcae-sch",
  "timestamp": 1627534686270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534675385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "cds",
  "timestamp": 1627534680662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534672095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "aai-ml",
  "timestamp": 1627534681049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "policy-id",
  "timestamp": 1627534681993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "dcae-sch",
  "timestamp": 1627534686270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534675385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:00:31.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "cds",
  "timestamp": 1627534680662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:00:31.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534672095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "aai-ml",
  "timestamp": 1627534681049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:00:31.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "policy-id",
  "timestamp": 1627534681993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:00:31.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "dcae-sch",
  "timestamp": 1627534686270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "cds",
  "timestamp": 1627534691686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:00:31.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:00:31.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534691798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:00:31.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:00:31.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "dcae-sch",
  "timestamp": 1627534686270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "aai-ml",
  "timestamp": 1627534691972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:00:31.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:00:31.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "policy-id",
  "timestamp": 1627534692595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:00:31.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:00:31.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534692826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T05:00:31.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:00:31.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "dcae-sch",
  "timestamp": 1627534686270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "cds",
  "timestamp": 1627534692966,
  "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-29T05:00:31.739Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f1ff37d-7718-40df-b4bd-33c06e5a62de
2021-07-29T05:00:31.739Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f1ff37d-7718-40df-b4bd-33c06e5a62de 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-29T05:00:31.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "policy-id",
  "timestamp": 1627534693603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:00:31.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:00:31.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534693828,
  "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-29T05:00:31.757Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4f1ff37d-7718-40df-b4bd-33c06e5a62de
2021-07-29T05:00:31.758Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f1ff37d-7718-40df-b4bd-33c06e5a62de 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-29T05:00:31.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "dcae-sch",
  "timestamp": 1627534686270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "policy-id",
  "timestamp": 1627534694606,
  "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-29T05:00:31.774Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f1ff37d-7718-40df-b4bd-33c06e5a62de
2021-07-29T05:00:31.774Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f1ff37d-7718-40df-b4bd-33c06e5a62de 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-29T05:00:31.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "dcae-sch",
  "timestamp": 1627534686270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "clamp",
  "timestamp": 1627534696499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "aai-ml",
  "timestamp": 1627534697478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:00:31.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:00:31.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "clamp",
  "timestamp": 1627534696499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "aai-ml",
  "timestamp": 1627534698481,
  "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-29T05:00:31.806Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f1ff37d-7718-40df-b4bd-33c06e5a62de
2021-07-29T05:00:31.806Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f1ff37d-7718-40df-b4bd-33c06e5a62de 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-29T05:00:31.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "clamp",
  "timestamp": 1627534696499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534699460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "clamp",
  "timestamp": 1627534696499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534699460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "clamp",
  "timestamp": 1627534696499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534699460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "clamp",
  "timestamp": 1627534696499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534699460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "clamp",
  "timestamp": 1627534696499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e569af5-7614-4b65-9eaf-24678553a742",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534703860,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534699460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "clamp",
  "timestamp": 1627534696499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534699460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "clamp",
  "timestamp": 1627534696499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534699460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534699460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534699460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534709754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:31.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:00:31.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:00:31.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:00:40.124Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f1ff37d-7718-40df-b4bd-33c06e5a62de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:00:40.134Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f1ff37d-7718-40df-b4bd-33c06e5a62de
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-29T05:00:40.136Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:00:40.137Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T05:00:40.137Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:00:40.137Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:01:10.137Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f1ff37d-7718-40df-b4bd-33c06e5a62de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:01:10.148Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f1ff37d-7718-40df-b4bd-33c06e5a62de
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-29T05:01:10.149Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:01:10.150Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T05:01:10.150Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:01:10.150Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:01:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:01:31.682Z||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-29T05:01:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:01:31.704Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:01:31.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534711688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:01:31.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534589611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534712691,
  "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-29T05:01:31.714Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f1ff37d-7718-40df-b4bd-33c06e5a62de
2021-07-29T05:01:31.714Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f1ff37d-7718-40df-b4bd-33c06e5a62de 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-29T05:01:31.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534713891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534717580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "clamp",
  "timestamp": 1627534717596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "clamp",
  "timestamp": 1627534718615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:01:31.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "clamp",
  "timestamp": 1627534719618,
  "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-29T05:01:31.728Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f1ff37d-7718-40df-b4bd-33c06e5a62de
2021-07-29T05:01:31.728Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f1ff37d-7718-40df-b4bd-33c06e5a62de 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-29T05:01:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534721162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534725151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534726276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T05:01:31.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534727279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534728283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534729288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "cds",
  "timestamp": 1627534740663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534735385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "policy-id",
  "timestamp": 1627534741993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "aai-ml",
  "timestamp": 1627534741049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "cds",
  "timestamp": 1627534740663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534735385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "policy-id",
  "timestamp": 1627534741993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "aai-ml",
  "timestamp": 1627534741049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "cds",
  "timestamp": 1627534740663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534735385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "policy-id",
  "timestamp": 1627534741993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "aai-ml",
  "timestamp": 1627534741049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534735385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "cds",
  "timestamp": 1627534740663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "policy-id",
  "timestamp": 1627534741993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "aai-ml",
  "timestamp": 1627534741049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534735385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "cds",
  "timestamp": 1627534740663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "policy-id",
  "timestamp": 1627534741993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "aai-ml",
  "timestamp": 1627534741049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "dcae-sch",
  "timestamp": 1627534746270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534735385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "cds",
  "timestamp": 1627534740663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "policy-id",
  "timestamp": 1627534741993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "aai-ml",
  "timestamp": 1627534741049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "dcae-sch",
  "timestamp": 1627534746270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534735385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "cds",
  "timestamp": 1627534740663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "policy-id",
  "timestamp": 1627534741993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "aai-ml",
  "timestamp": 1627534741049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "dcae-sch",
  "timestamp": 1627534746270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "cds",
  "timestamp": 1627534740663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534735385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "policy-id",
  "timestamp": 1627534741993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "aai-ml",
  "timestamp": 1627534741049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "dcae-sch",
  "timestamp": 1627534746270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "cds",
  "timestamp": 1627534740663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534735385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "policy-id",
  "timestamp": 1627534741993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "aai-ml",
  "timestamp": 1627534741049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "dcae-sch",
  "timestamp": 1627534746270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "dcae-sch",
  "timestamp": 1627534746270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "policy-id",
  "timestamp": 1627534752697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534752101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "cds",
  "timestamp": 1627534752780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534752801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "aai-ml",
  "timestamp": 1627534752903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "dcae-sch",
  "timestamp": 1627534746270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "policy-id",
  "timestamp": 1627534753703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534752101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "cds",
  "timestamp": 1627534753785,
  "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-29T05:01:31.759Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4
2021-07-29T05:01:31.759Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4 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-29T05:01:31.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "dcae-sch",
  "timestamp": 1627534746270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534754388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "policy-id",
  "timestamp": 1627534754705,
  "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-29T05:01:31.774Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4
2021-07-29T05:01:31.774Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4 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-29T05:01:31.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534752101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "dcae-sch",
  "timestamp": 1627534746270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534752101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534756575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534752101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "clamp",
  "timestamp": 1627534756499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534752101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "clamp",
  "timestamp": 1627534756499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534752101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "clamp",
  "timestamp": 1627534756499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534752101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534759460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "clamp",
  "timestamp": 1627534756499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534752101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534760756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534759460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "clamp",
  "timestamp": 1627534756499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b65c680-6675-47ff-b1a7-e17d296c9e82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534761262,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534761894,
  "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-29T05:01:31.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4
2021-07-29T05:01:31.793Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4 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-29T05:01:31.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534759460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "clamp",
  "timestamp": 1627534756499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534762896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534759460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "clamp",
  "timestamp": 1627534756499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534759460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "clamp",
  "timestamp": 1627534756499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534759460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "clamp",
  "timestamp": 1627534756499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534759460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "aai-ml",
  "timestamp": 1627534766442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534759460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "aai-ml",
  "timestamp": 1627534767445,
  "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-29T05:01:31.807Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4
2021-07-29T05:01:31.807Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4 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-29T05:01:31.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534759460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:01:31.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "clamp",
  "timestamp": 1627534769605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534769661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "clamp",
  "timestamp": 1627534770620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:01:31.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:01:40.150Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f1ff37d-7718-40df-b4bd-33c06e5a62de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:01:40.160Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f1ff37d-7718-40df-b4bd-33c06e5a62de
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-29T05:01:40.162Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:01:40.163Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T05:01:40.163Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T05:01:40.163Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T05:01:40.163Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:01:40.163Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:01:40.163Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:01:40.163Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:01:40.163Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:01:40.163Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:01:40.163Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:01:40.163Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|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-29T05:01:40.168Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T05:02:10.169Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f1ff37d-7718-40df-b4bd-33c06e5a62de 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-29T05:02:10.174Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f1ff37d-7718-40df-b4bd-33c06e5a62de and serviceModelVersionId: 0b1e32b7-d304-45b0-bf2a-7a7c92cf8494
2021-07-29T05:02:10.175Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 785fd315-3232-4122-955e-7e8a648119d0
2021-07-29T05:02:10.176Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/785fd315-3232-4122-955e-7e8a648119d0/model-vers/model-ver/0b1e32b7-d304-45b0-bf2a-7a7c92cf8494?depth=0
2021-07-29T05:02:10.180Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T05:02:10.212Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|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/785fd315-3232-4122-955e-7e8a648119d0/model-vers/model-ver/0b1e32b7-d304-45b0-bf2a-7a7c92cf8494?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-29T05:02:10.213Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/785fd315-3232-4122-955e-7e8a648119d0/model-vers/model-ver/0b1e32b7-d304-45b0-bf2a-7a7c92cf8494?depth=0|INFO|500||Invoke
2021-07-29T05:02:10.230Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/785fd315-3232-4122-955e-7e8a648119d0/model-vers/model-ver/0b1e32b7-d304-45b0-bf2a-7a7c92cf8494?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T05:02:10.312Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/785fd315-3232-4122-955e-7e8a648119d0/model-vers/model-ver/0b1e32b7-d304-45b0-bf2a-7a7c92cf8494?depth=0|INFO|500||InvokeReturn
2021-07-29T05:02:10.312Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|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/785fd315-3232-4122-955e-7e8a648119d0/model-vers/model-ver/0b1e32b7-d304-45b0-bf2a-7a7c92cf8494?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210729-05:02:10:237-19967], vertex-id=[462992], Content-Length=[0], Date=[Thu, 29 Jul 2021 05:02:10 GMT], Content-Type=[application/json]}
2021-07-29T05:02:10.313Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-07-29T05:02:10.313Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T05:02:10.313Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|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-29T05:02:10.318Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|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-29T05:02:10.318Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f1ff37d-7718-40df-b4bd-33c06e5a62de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T05:02:10.318Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T05:02:10.319Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:10.320Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:10.320Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534930318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:02:10.421Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T05:02:10.422Z||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-29T05:02:10.422Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:10.436Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:10.437Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-29T05:02:11.330Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T05:02:11.331Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f3e8fbc-b18f-475d-a992-c298ab0fa3f4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9dafa6dc-1c66-42dd-9c6e-ff5f774353b2","serviceDescription":"service","serviceInvariantUUID":"30c23d57-0f22-4f15-975f-ffaf9904556f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"83f775be-b94c-439f-999c-00be866c4ff0","resourceInvariantUUID":"bee7959c-2073-4077-b654-c67a4e563b87","resourceCustomizationUUID":"ba76f9ac-648a-4419-a1d1-b6a6b16fb1b4","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":"NmZlMWNiZmFmZGE1M2ZjYmUyZjg5ODZlNWYzYThmZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c28b1f2-d10d-4c97-9d43-7309031cd2f5","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":"5439342a-08fb-4619-b9bf-4e59c56c7c7a","artifactVersion":"2","generatedFromUUID":"11c280c2-7e76-4c4f-a803-0285b6a9ba64"},{"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":"11c280c2-7e76-4c4f-a803-0285b6a9ba64","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":"OTYyZTIxZjY1ODZjZDlkZjg0NTNkZjdhODRhMjI1ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca1d6ba1-8723-4c25-96a6-96e17cc40f42","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":"dc5bf25d-84a1-4e6e-9a78-e374a6ba03a5","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":"9ccc05fb-925f-400b-82e7-b744483bc507","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":"25405d68-2c81-40ec-8355-9d24078a9a20","artifactVersion":"2","generatedFromUUID":"dc5bf25d-84a1-4e6e-9a78-e374a6ba03a5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2JiZjFjYmRkNjZiMGVkYzkzNmRiZjA4NTJhMGJiMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22844663-c436-48d4-8425-a218dee438e6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTQxYWMzMTMyNTAwYjBkNWI3ZTE4NTg2NzIwYmNmZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"505f45c3-44f7-4c06-9395-9f2e50f249a2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T05:02:11.331Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:02:11.331Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:11.333Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:11.333Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:02:11.433Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:11.434Z||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-29T05:02:11.434Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:11.443Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:11.443Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:12.333Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:02:12.334Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:12.336Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:12.336Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-29T05:02:12.436Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:12.437Z||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-29T05:02:12.437Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:12.445Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:12.446Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:13.337Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:02:13.338Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:13.339Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:13.339Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-29T05:02:13.440Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T05:02:13.440Z||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-29T05:02:13.440Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:13.450Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:13.451Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:14.340Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:02:14.340Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:14.342Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:14.342Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T05:02:14.442Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:14.443Z||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-29T05:02:14.443Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:14.451Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:14.452Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:15.342Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:02:15.343Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:15.345Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:15.345Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-29T05:02:15.445Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:15.447Z||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-29T05:02:15.447Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:15.454Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:15.454Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:16.345Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:02:16.347Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:16.348Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:16.348Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:02:16.448Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:16.449Z||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-29T05:02:16.449Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:16.458Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:16.458Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:17.349Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:02:17.349Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:17.351Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:17.351Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-29T05:02:17.452Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T05:02:17.453Z||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-29T05:02:17.453Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:17.461Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:17.462Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:18.352Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:02:18.353Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:18.354Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:18.354Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:02:18.455Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:18.455Z||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-29T05:02:18.456Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:18.464Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:18.464Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:19.355Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:02:19.356Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:19.357Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:19.357Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:02:19.458Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T05:02:19.458Z||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-29T05:02:19.458Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:19.480Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:19.480Z||pool-121-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:20.359Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "9dafa6dc-1c66-42dd-9c6e-ff5f774353b2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "30c23d57-0f22-4f15-975f-ffaf9904556f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ba76f9ac-648a-4419-a1d1-b6a6b16fb1b4",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "83f775be-b94c-439f-999c-00be866c4ff0",
      "resourceInvariantUUID": "bee7959c-2073-4077-b654-c67a4e563b87",
      "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": "5439342a-08fb-4619-b9bf-4e59c56c7c7a",
          "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": "11c280c2-7e76-4c4f-a803-0285b6a9ba64",
          "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": "OTYyZTIxZjY1ODZjZDlkZjg0NTNkZjdhODRhMjI1ZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ca1d6ba1-8723-4c25-96a6-96e17cc40f42",
          "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": "dc5bf25d-84a1-4e6e-9a78-e374a6ba03a5",
          "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": "25405d68-2c81-40ec-8355-9d24078a9a20",
            "generatedFromUUID": "dc5bf25d-84a1-4e6e-9a78-e374a6ba03a5"
          },
          "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": "25405d68-2c81-40ec-8355-9d24078a9a20",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTQxYWMzMTMyNTAwYjBkNWI3ZTE4NTg2NzIwYmNmZDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "505f45c3-44f7-4c06-9395-9f2e50f249a2"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T05:02:20.359Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T05:02:20.359Z|4f1ff37d-7718-40df-b4bd-33c06e5a62de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9dafa6dc-1c66-42dd-9c6e-ff5f774353b2 ASDC
2021-07-29T05:02:20.359Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7f3e8fbc-b18f-475d-a992-c298ab0fa3f4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9dafa6dc-1c66-42dd-9c6e-ff5f774353b2
ServiceInvariantUUID:30c23d57-0f22-4f15-975f-ffaf9904556f
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:505f45c3-44f7-4c06-9395-9f2e50f249a2
ArtifactChecksum:NTQxYWMzMTMyNTAwYjBkNWI3ZTE4NTg2NzIwYmNmZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ba76f9ac-648a-4419-a1d1-b6a6b16fb1b4
ResourceInvariantUUID:bee7959c-2073-4077-b654-c67a4e563b87
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:83f775be-b94c-439f-999c-00be866c4ff0
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:5439342a-08fb-4619-b9bf-4e59c56c7c7a
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:11c280c2-7e76-4c4f-a803-0285b6a9ba64
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:ca1d6ba1-8723-4c25-96a6-96e17cc40f42
ArtifactChecksum:OTYyZTIxZjY1ODZjZDlkZjg0NTNkZjdhODRhMjI1ZjA=
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:dc5bf25d-84a1-4e6e-9a78-e374a6ba03a5
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:25405d68-2c81-40ec-8355-9d24078a9a20
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:25405d68-2c81-40ec-8355-9d24078a9a20
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-29T05:02:20.360Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dafa6dc-1c66-42dd-9c6e-ff5f774353b2 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-29T05:02:20.391Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T05:02:20.392Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T05:02:20.392Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T05:02:20.392Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 505f45c3-44f7-4c06-9395-9f2e50f249a2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-29T05:02:20.392Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T05:02:20.393Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-29T05:02:24.254Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T05:02:24.258Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 505f45c3-44f7-4c06-9395-9f2e50f249a2 68753
2021-07-29T05:02:24.259Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:24.259Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:24.259Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T05:02:24.259Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:24.261Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:24.261Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534944259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:02:24.361Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:24.362Z||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-29T05:02:24.362Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:24.374Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:24.375Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:25.262Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T05:02:25.263Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T05:02:25.263Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 505f45c3-44f7-4c06-9395-9f2e50f249a2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-29T05:02:25.263Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-07-29T05:02:25.264Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-29T05:02:25.264Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-29T05:02:25.415Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3548572109727184574/Definitions/service-BasicCnf-template.yml
2021-07-29T05:02:26.339Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T05:02:26.339Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T05:02:26.339Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-29T05:02:26.339Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-07-29T05:02:26.339Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:26.339Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:26.339Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|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-BasicCnf-csar.csar
2021-07-29T05:02:26.340Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:26.340Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T05:02:26.340Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.340Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:26.340Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-29T05:02:26.340Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T05:02:26.341Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T05:02:26.341Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.341Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:26.341Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-29T05:02:26.341Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T05:02:26.341Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T05:02:26.341Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.342Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:26.342Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.342Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-29T05:02:26.342Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-07-29T05:02:26.342Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2021-07-29T05:02:26.342Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-29T05:02:26.342Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.343Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T05:02:26.343Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.343Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-29T05:02:26.343Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T05:02:26.343Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.343Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-29T05:02:26.344Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T05:02:26.344Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.344Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-29T05:02:26.344Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T05:02:26.344Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.344Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-29T05:02:26.345Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-07-29T05:02:26.345Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=56cdd10c-90fb-4fff-8134-e60933fca451
2021-07-29T05:02:26.345Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.345Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:26.345Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.345Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:26.345Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.346Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:26.346Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:26.346Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:26.347Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9dafa6dc-1c66-42dd-9c6e-ff5f774353b2
Model Version:NULL
Model InvariantUuid:30c23d57-0f22-4f15-975f-ffaf9904556f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6066c7a1-31b4-419c-8c39-1d9abd4a4575
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bee7959c-2073-4077-b654-c67a4e563b87
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba76f9ac-648a-4419-a1d1-b6a6b16fb1b4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cd589e35-a3a8-44c8-8f14-9849976a1ac4
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e9ac15a1-0fc8-49aa-b853-4d6af23d6da6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:56cdd10c-90fb-4fff-8134-e60933fca451
ModelInvariantUuid:c3a01ff8-b2d8-4d5b-bd77-5bbc9ecfd0da
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e9538da6-88b1-4e84-9601-6b8748323c48
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:24bf8b24-7057-4fdc-8c0c-7269e02900ce
ModelInvariantUuid:90fe7b2a-2410-4693-8f90-70816ae98b17
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9362e19f-d9a0-4c08-90c1-e7ca6c098689
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-29T05:02:26.437Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 83f775be-b94c-439f-999c-00be866c4ff0
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-29T05:02:26.440Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||basic_cnf 0
2021-07-29T05:02:26.440Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 83f775be-b94c-439f-999c-00be866c4ff0
2021-07-29T05:02:26.440Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5439342a-08fb-4619-b9bf-4e59c56c7c7a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-29T05:02:26.441Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T05:02:26.441Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:27.448Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T05:02:27.449Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5439342a-08fb-4619-b9bf-4e59c56c7c7a 12
2021-07-29T05:02:27.449Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:27.449Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:27.449Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T05:02:27.449Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:27.451Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:27.451Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534947449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:02:27.551Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T05:02:27.552Z||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-29T05:02:27.552Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:27.560Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:27.561Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:28.454Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 11c280c2-7e76-4c4f-a803-0285b6a9ba64 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-29T05:02:28.454Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T05:02:28.454Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:29.057Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T05:02:29.057Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 11c280c2-7e76-4c4f-a803-0285b6a9ba64 2688
2021-07-29T05:02:29.058Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:29.058Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:29.058Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T05:02:29.058Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:29.059Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:29.059Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534949057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:02:29.160Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:29.161Z||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-29T05:02:29.161Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:29.169Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:29.170Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:30.061Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ca1d6ba1-8723-4c25-96a6-96e17cc40f42 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-29T05:02:30.061Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T05:02:30.061Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:30.278Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T05:02:30.278Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ca1d6ba1-8723-4c25-96a6-96e17cc40f42 828
2021-07-29T05:02:30.278Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:30.279Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:30.279Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T05:02:30.279Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:30.280Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:30.280Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534950278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:02:30.381Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T05:02:30.381Z||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-29T05:02:30.382Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:30.391Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:30.392Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:31.281Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cd589e35-a3a8-44c8-8f14-9849976a1ac4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9ac15a1-0fc8-49aa-b853-4d6af23d6da6",
    "vfModuleModelCustomizationUUID": "0dd94c73-344c-4bff-aa18-bbbad8ec309d",
    "isBase": true,
    "artifacts": [
      "dc5bf25d-84a1-4e6e-9a78-e374a6ba03a5",
      "11c280c2-7e76-4c4f-a803-0285b6a9ba64",
      "25405d68-2c81-40ec-8355-9d24078a9a20"
    ],
    "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-29T05:02:31.284Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9ac15a1-0fc8-49aa-b853-4d6af23d6da6
VfModuleModelInvariantUUID:cd589e35-a3a8-44c8-8f14-9849976a1ac4
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc5bf25d-84a1-4e6e-9a78-e374a6ba03a5
,
11c280c2-7e76-4c4f-a803-0285b6a9ba64
,
25405d68-2c81-40ec-8355-9d24078a9a20

}
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-29T05:02:31.286Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cd589e35-a3a8-44c8-8f14-9849976a1ac4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9ac15a1-0fc8-49aa-b853-4d6af23d6da6",
    "vfModuleModelCustomizationUUID": "0dd94c73-344c-4bff-aa18-bbbad8ec309d",
    "isBase": true,
    "artifacts": [
      "dc5bf25d-84a1-4e6e-9a78-e374a6ba03a5",
      "11c280c2-7e76-4c4f-a803-0285b6a9ba64",
      "25405d68-2c81-40ec-8355-9d24078a9a20"
    ],
    "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-29T05:02:31.286Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9ac15a1-0fc8-49aa-b853-4d6af23d6da6
VfModuleModelInvariantUUID:cd589e35-a3a8-44c8-8f14-9849976a1ac4
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc5bf25d-84a1-4e6e-9a78-e374a6ba03a5
,
11c280c2-7e76-4c4f-a803-0285b6a9ba64
,
25405d68-2c81-40ec-8355-9d24078a9a20

}
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-29T05:02:31.286Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dc5bf25d-84a1-4e6e-9a78-e374a6ba03a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-29T05:02:31.286Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T05:02:31.286Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:02:31.683Z||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-29T05:02:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:31.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:31.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:02:31.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:02:31.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:02:31.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:02:31.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "clamp",
  "timestamp": 1627534771623,
  "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-29T05:02:31.710Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4
2021-07-29T05:02:31.710Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4 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-29T05:02:31.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:02:31.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534771960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:02:31.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:02:31.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:02:31.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:02:31.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:02:31.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:02:31.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534772964,
  "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-29T05:02:31.728Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4
2021-07-29T05:02:31.728Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4 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-29T05:02:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:02:31.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:02:31.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:02:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:02:31.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:02:31.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:02:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:02:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534776776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:02:31.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:02:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:02:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534779094,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:02:31.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:02:31.881Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T05:02:31.882Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml dc5bf25d-84a1-4e6e-9a78-e374a6ba03a5 1164
2021-07-29T05:02:31.882Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:31.882Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:31.882Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T05:02:31.882Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:31.884Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:31.884Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534951882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:02:31.984Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:31.985Z||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-29T05:02:31.985Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:31.996Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:32.003Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:32.885Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 25405d68-2c81-40ec-8355-9d24078a9a20 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-29T05:02:32.885Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T05:02:32.885Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:33.767Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T05:02:33.768Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 25405d68-2c81-40ec-8355-9d24078a9a20 200
2021-07-29T05:02:33.768Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:33.768Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:33.768Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T05:02:33.769Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:33.771Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:33.771Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534953768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:02:33.871Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:33.872Z||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-29T05:02:33.872Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:33.881Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:33.882Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:34.771Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9dafa6dc-1c66-42dd-9c6e-ff5f774353b2
2021-07-29T05:02:34.772Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 83f775be-b94c-439f-999c-00be866c4ff0 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 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=?
2021-07-29T05:02:34.787Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-29T05:02:34.793Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.793Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:34.793Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-07-29T05:02:34.793Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ba76f9ac-648a-4419-a1d1-b6a6b16fb1b4
2021-07-29T05:02:34.793Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba76f9ac-648a-4419-a1d1-b6a6b16fb1b4 matches Tosca VF Customization UUID: ba76f9ac-648a-4419-a1d1-b6a6b16fb1b4
2021-07-29T05:02:34.794Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ba76f9ac-648a-4419-a1d1-b6a6b16fb1b4  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-29T05:02:34.796Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.796Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:34.796Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ba76f9ac-648a-4419-a1d1-b6a6b16fb1b4: {\"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-29T05:02:34.796Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c63156a
2021-07-29T05:02:34.797Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.797Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T05:02:34.797Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0dd94c73-344c-4bff-aa18-bbbad8ec309d
2021-07-29T05:02:34.797Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0dd94c73-344c-4bff-aa18-bbbad8ec309d
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-29T05:02:34.799Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.799Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-29T05:02:34.799Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T05:02:34.800Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.800Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-29T05:02:34.800Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T05:02:34.800Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.800Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-29T05:02:34.800Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-07-29T05:02:34.800Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=56cdd10c-90fb-4fff-8134-e60933fca451
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-29T05:02:34.802Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.802Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-29T05:02:34.802Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T05:02:34.802Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.803Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-29T05:02:34.803Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ba76f9ac-648a-4419-a1d1-b6a6b16fb1b4
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-29T05:02:34.804Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.804Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:34.804Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9dafa6dc-1c66-42dd-9c6e-ff5f774353b2: basic_cnf
2021-07-29T05:02:34.805Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.805Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:34.805Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.805Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:34.806Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.806Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:34.806Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.806Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:34.806Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:02:34.806Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:02:34.806Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:34.865Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 83f775be-b94c-439f-999c-00be866c4ff0 1 ASDC deployResourceStructure
2021-07-29T05:02:34.866Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:34.866Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:34.866Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-07-29T05:02:34.867Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:34.868Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:34.869Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534954866,
  "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-29T05:02:34.970Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T05:02:34.971Z||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-29T05:02:34.971Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:34.992Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:34.992Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-07-29T05:02:35.869Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:35.870Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:35.870Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-07-29T05:02:35.870Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:35.872Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:35.872Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534955869,
  "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-29T05:02:35.973Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:35.973Z||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-29T05:02:35.973Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:35.992Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:35.992Z||pool-129-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:36.873Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:36.873Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:36.873Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T05:02:36.873Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:36.875Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:36.875Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534956873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T05:02:36.975Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:36.976Z||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-29T05:02:36.976Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:36.984Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:36.985Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:37.876Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:37.876Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:37.876Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T05:02:37.877Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:37.878Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:37.879Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534957876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T05:02:37.979Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:37.979Z||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-29T05:02:37.980Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:37.988Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:37.989Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-29T05:02:38.879Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:38.880Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:38.880Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T05:02:38.880Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:38.881Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:38.881Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534958879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-07-29T05:02:38.982Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:02:38.982Z||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-29T05:02:38.982Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:38.991Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:38.991Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:39.882Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:39.883Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||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-29T05:02:39.883Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T05:02:39.883Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:02:39.884Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:02:39.885Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534959882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:02:39.987Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-07-29T05:02:39.988Z||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-29T05:02:39.988Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:02:40.003Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:02:40.003Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:02:40.886Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:02:40.904Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4
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-29T05:02:40.906Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:02:40.906Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T05:02:40.906Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T05:02:40.906Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T05:02:40.906Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:02:40.906Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:02:40.906Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:02:40.907Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:02:40.907Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:02:40.907Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:02:40.907Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|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-29T05:02:40.911Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T05:03:10.912Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4 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-29T05:03:10.917Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4 and serviceModelVersionId: 9dafa6dc-1c66-42dd-9c6e-ff5f774353b2
2021-07-29T05:03:10.918Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30c23d57-0f22-4f15-975f-ffaf9904556f
2021-07-29T05:03:10.918Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30c23d57-0f22-4f15-975f-ffaf9904556f/model-vers/model-ver/9dafa6dc-1c66-42dd-9c6e-ff5f774353b2?depth=0
2021-07-29T05:03:10.924Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T05:03:10.969Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|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/30c23d57-0f22-4f15-975f-ffaf9904556f/model-vers/model-ver/9dafa6dc-1c66-42dd-9c6e-ff5f774353b2?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-29T05:03:10.970Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30c23d57-0f22-4f15-975f-ffaf9904556f/model-vers/model-ver/9dafa6dc-1c66-42dd-9c6e-ff5f774353b2?depth=0|INFO|500||Invoke
2021-07-29T05:03:11.007Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30c23d57-0f22-4f15-975f-ffaf9904556f/model-vers/model-ver/9dafa6dc-1c66-42dd-9c6e-ff5f774353b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T05:03:11.146Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30c23d57-0f22-4f15-975f-ffaf9904556f/model-vers/model-ver/9dafa6dc-1c66-42dd-9c6e-ff5f774353b2?depth=0|INFO|500||InvokeReturn
2021-07-29T05:03:11.147Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|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/30c23d57-0f22-4f15-975f-ffaf9904556f/model-vers/model-ver/9dafa6dc-1c66-42dd-9c6e-ff5f774353b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210729-05:03:11:024-22716], vertex-id=[200808], Content-Length=[0], Date=[Thu, 29 Jul 2021 05:03:11 GMT], Content-Type=[application/json]}
2021-07-29T05:03:11.147Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-07-29T05:03:11.148Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T05:03:11.148Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|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-29T05:03:11.161Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|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-29T05:03:11.162Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f3e8fbc-b18f-475d-a992-c298ab0fa3f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T05:03:11.162Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T05:03:11.162Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:03:11.164Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:03:11.164Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534991162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:03:11.265Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:03:11.265Z||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-29T05:03:11.265Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:11.278Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:11.279Z||pool-134-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-29T05:03:12.192Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:03:12.193Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|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-29T05:03:12.193Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:16.505Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:16.505Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T05:03:16.506Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"19bb42a9-42f1-49fd-9e78-d7a355fc16b8","serviceName":"Demo_pNF_lvTxE4ASlcGdrfcup23Q","serviceVersion":"1.0","serviceUUID":"3b4b4b1c-4017-466a-8668-95480ce2709d","serviceDescription":"catalog service description","serviceInvariantUUID":"78f1f834-84aa-453d-a16b-f0ca3ee8cd31","resources":[{"resourceInstanceName":"pNF 97bca40d-48b5 0","resourceName":"pNF 97bca40d-48b5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"05167306-52b1-490c-a4cb-2aa7b3dcd46f","resourceInvariantUUID":"abdc136b-2eec-432d-a6e4-99dfa9dd2113","resourceCustomizationUUID":"1108e165-8c67-46da-bfae-df920e043cd0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vf-license-model.xml","artifactChecksum":"YmM5ZDkyOTQ3OTc2MWZkOTIzNjMwNDUxNTljZWI4ODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2689b84-2371-490a-8ee1-8ea3c19c9007","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/pNF.csar","artifactChecksum":"ODQ4MGMzNjQ0OGVkYTg2ZjM3MGMzOWEyYjQ4ZTkzODk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8801bd0-2174-4cff-b71c-56714bd06d20","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"127ef29c-09b4-463f-aec1-cedd5a0388a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vendor-license-model.xml","artifactChecksum":"ZDNiYWU2OTg4YmZjYWJhNjBkMzUyYTIxMWE2NjUxMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ac67edf6-d469-4b44-84a6-e8742a54c502","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bb5e5b8-cf03-4370-9f48-86080c48d25b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ab919551-c838-4143-9809-996eed73555a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml","artifactChecksum":"OWJmNGM5MGVkZjY0YjZhZjViOWFiZmEyYmE3ZjZkZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e001b590-2ac1-4014-88e8-56f8e2882e62","artifactVersion":"1"},{"artifactName":"service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar","artifactChecksum":"NThlMDU0MzBkOTE5YjFmZjMyNzY5NjA2NzMxNThlY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"238d8d80-5601-4e61-931f-a97f2d54ae8b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T05:03:16.507Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:03:16.507Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:03:16.509Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:03:16.509Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:03:16.609Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:03:16.610Z||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-29T05:03:16.610Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:16.617Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:16.617Z||pool-135-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:03:17.509Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:03:17.510Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:03:17.512Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:03:17.512Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:03:17.612Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:03:17.613Z||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-29T05:03:17.613Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:17.623Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:17.624Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-29T05:03:18.513Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:03:18.513Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:03:18.515Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:03:18.515Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:03:18.615Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T05:03:18.616Z||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-29T05:03:18.616Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:18.625Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:18.626Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:03:19.516Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:03:19.517Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:03:19.519Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:03:19.519Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:03:19.619Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T05:03:19.620Z||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-29T05:03:19.620Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:19.630Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:19.630Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:03:20.520Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:03:20.521Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:03:20.522Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:03:20.522Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:03:20.623Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T05:03:20.623Z||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-29T05:03:20.624Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:20.633Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:20.634Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:03:21.523Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:03:21.524Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:03:21.525Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:03:21.526Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:03:21.626Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:03:21.626Z||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-29T05:03:21.626Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:21.635Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:21.635Z||pool-140-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-29T05:03:22.526Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:03:22.527Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:03:22.529Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:03:22.529Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:03:22.629Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:03:22.630Z||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-29T05:03:22.630Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:22.639Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:22.639Z||pool-141-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:03:23.529Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:03:23.530Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:03:23.532Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:03:23.532Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:03:23.632Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:03:23.633Z||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-29T05:03:23.633Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:23.643Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:23.643Z||pool-142-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:03:24.533Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "serviceName": "Demo_pNF_lvTxE4ASlcGdrfcup23Q",
  "serviceVersion": "1.0",
  "serviceUUID": "3b4b4b1c-4017-466a-8668-95480ce2709d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "78f1f834-84aa-453d-a16b-f0ca3ee8cd31",
  "resources": [
    {
      "resourceInstanceName": "pNF 97bca40d-48b5 0",
      "resourceCustomizationUUID": "1108e165-8c67-46da-bfae-df920e043cd0",
      "resourceName": "pNF 97bca40d-48b5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "05167306-52b1-490c-a4cb-2aa7b3dcd46f",
      "resourceInvariantUUID": "abdc136b-2eec-432d-a6e4-99dfa9dd2113",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
      "artifactChecksum": "NThlMDU0MzBkOTE5YjFmZjMyNzY5NjA2NzMxNThlY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "238d8d80-5601-4e61-931f-a97f2d54ae8b"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T05:03:24.534Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T05:03:24.534Z|7f3e8fbc-b18f-475d-a992-c298ab0fa3f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b4b4b1c-4017-466a-8668-95480ce2709d ASDC
2021-07-29T05:03:24.534Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:19bb42a9-42f1-49fd-9e78-d7a355fc16b8
ServiceName:Demo_pNF_lvTxE4ASlcGdrfcup23Q
ServiceVersion:1.0
ServiceUUID:3b4b4b1c-4017-466a-8668-95480ce2709d
ServiceInvariantUUID:78f1f834-84aa-453d-a16b-f0ca3ee8cd31
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
ArtifactUUID:238d8d80-5601-4e61-931f-a97f2d54ae8b
ArtifactChecksum:NThlMDU0MzBkOTE5YjFmZjMyNzY5NjA2NzMxNThlY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 97bca40d-48b5 0
ResourceCustomizationUUID:1108e165-8c67-46da-bfae-df920e043cd0
ResourceInvariantUUID:abdc136b-2eec-432d-a6e4-99dfa9dd2113
ResourceName:pNF 97bca40d-48b5
ResourceType:PNF
ResourceUUID:05167306-52b1-490c-a4cb-2aa7b3dcd46f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-29T05:03:24.534Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b4b4b1c-4017-466a-8668-95480ce2709d 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-29T05:03:24.557Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T05:03:24.558Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T05:03:24.558Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T05:03:24.558Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 238d8d80-5601-4e61-931f-a97f2d54ae8b from URL: /sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:24.558Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T05:03:24.558Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:25.242Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T05:03:25.247Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar 238d8d80-5601-4e61-931f-a97f2d54ae8b 82526
2021-07-29T05:03:25.247Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar ASDC sendASDCNotification
2021-07-29T05:03:25.247Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:25.247Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T05:03:25.248Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:03:25.249Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:03:25.250Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535005247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:03:25.350Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:03:25.351Z||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-29T05:03:25.351Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:25.360Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:25.360Z||pool-143-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:03:26.250Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T05:03:26.251Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T05:03:26.252Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 238d8d80-5601-4e61-931f-a97f2d54ae8b, URL: /sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar to file: /app/ASDC/1/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.252Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.252Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.253Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.369Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15344229226203097031/Definitions/service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml
2021-07-29T05:03:26.949Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T05:03:26.949Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T05:03:26.949Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.949Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-29T05:03:26.949Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|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-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.949Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|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-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.949Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|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-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.949Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|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-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.949Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|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-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.949Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 97bca40d-48b5 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-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.949Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|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-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.950Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T05:03:26.950Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:03:26.950Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lvTxE4ASlcGdrfcup23Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:03:26.950Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 97bca40d-48b5 0 is matching search criteria
2021-07-29T05:03:26.950Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T05:03:26.950Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 97bca40d-48b5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T05:03:26.950Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:03:26.950Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lvTxE4ASlcGdrfcup23Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:03:26.950Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 97bca40d-48b5 0 is matching search criteria
2021-07-29T05:03:26.951Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T05:03:26.951Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 97bca40d-48b5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T05:03:26.951Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:03:26.951Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lvTxE4ASlcGdrfcup23Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:03:26.951Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:03:26.951Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lvTxE4ASlcGdrfcup23Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:03:26.951Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:03:26.951Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lvTxE4ASlcGdrfcup23Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:03:26.951Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:03:26.952Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lvTxE4ASlcGdrfcup23Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:03:26.952Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:03:26.952Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lvTxE4ASlcGdrfcup23Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:03:26.952Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_lvTxE4ASlcGdrfcup23Q
Description:catalog service description
Model UUID:3b4b4b1c-4017-466a-8668-95480ce2709d
Model Version:NULL
Model InvariantUuid:78f1f834-84aa-453d-a16b-f0ca3ee8cd31
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-29T05:03:26.958Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 05167306-52b1-490c-a4cb-2aa7b3dcd46f
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-29T05:03:26.960Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||pNF 97bca40d-48b5 0
2021-07-29T05:03:26.960Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 05167306-52b1-490c-a4cb-2aa7b3dcd46f
2021-07-29T05:03:26.961Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3b4b4b1c-4017-466a-8668-95480ce2709d
2021-07-29T05:03:26.961Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3b4b4b1c-4017-466a-8668-95480ce2709d
2021-07-29T05:03:26.961Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 97bca40d-48b5 0 05167306-52b1-490c-a4cb-2aa7b3dcd46f 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-29T05:03:26.964Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:03:26.965Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lvTxE4ASlcGdrfcup23Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:03:26.965Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3b4b4b1c-4017-466a-8668-95480ce2709d: pNF 97bca40d-48b5
2021-07-29T05:03:26.965Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||Processing PNF resource: 05167306-52b1-490c-a4cb-2aa7b3dcd46f
2021-07-29T05:03:26.965Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:03:26.965Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_lvTxE4ASlcGdrfcup23Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:03:26.965Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||Resource customization UUID: 1108e165-8c67-46da-bfae-df920e043cd0 is the same as notified resource customizationUUID: 1108e165-8c67-46da-bfae-df920e043cd0
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-29T05:03:26.993Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 97bca40d-48b5 05167306-52b1-490c-a4cb-2aa7b3dcd46f 0 ASDC deployResourceStructure
2021-07-29T05:03:26.993Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar ASDC sendASDCNotification
2021-07-29T05:03:26.993Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar
2021-07-29T05:03:26.993Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T05:03:26.994Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:03:26.995Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:03:26.995Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535006993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:03:27.096Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T05:03:27.096Z||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-29T05:03:27.097Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:27.106Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:27.107Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:03:27.996Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:03:28.005Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
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-29T05:03:28.006Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:03:28.007Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:03:28.007Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:03:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:03:31.683Z||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-29T05:03:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:03:31.701Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:03:31.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1ff37d-7718-40df-b4bd-33c06e5a62de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534930318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:03:31.702Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:03:31.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:03:31.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:03:31.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-29T05:03:31.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:03:31.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-29T05:03:31.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:03:31.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-29T05:03:31.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:03:31.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-29T05:03:31.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:03:31.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:03:31.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:03:31.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-29T05:03:31.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:03:31.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534762277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534944259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534947449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534949057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:03:31.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:03:31.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:03:31.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534950278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:03:31.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:03:58.007Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:03:58.015Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
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-29T05:03:58.017Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:03:58.017Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:03:58.017Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:04:28.017Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:04:28.026Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
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-29T05:04:28.028Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:04:28.028Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:04:28.028Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:04:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:04:31.683Z||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-29T05:04:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:04:31.712Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:04:31.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:04:31.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534951882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:04:31.713Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:04:58.029Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:04:58.037Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
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-29T05:04:58.038Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:04:58.039Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:04:58.039Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:05:28.039Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:05:28.050Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
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-29T05:05:28.052Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:05:28.052Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:05:28.052Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:05:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:05:31.682Z||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-29T05:05:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:05:32.204Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:05:32.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534953768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:05:32.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534954866,
  "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-29T05:05:32.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534955869,
  "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-29T05:05:32.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534956873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534957876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534958879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534959882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534969460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "cds",
  "timestamp": 1627534965662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "dcae-sch",
  "timestamp": 1627534966270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "clamp",
  "timestamp": 1627534966499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534972095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "dcae-sch",
  "timestamp": 1627534966270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "cds",
  "timestamp": 1627534965662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534969460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "clamp",
  "timestamp": 1627534966499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534972095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "cds",
  "timestamp": 1627534965662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "dcae-sch",
  "timestamp": 1627534966270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534969460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "clamp",
  "timestamp": 1627534966499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534972095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "cds",
  "timestamp": 1627534965662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534969460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "dcae-sch",
  "timestamp": 1627534966270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "clamp",
  "timestamp": 1627534966499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534972095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534975385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "cds",
  "timestamp": 1627534965662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "dcae-sch",
  "timestamp": 1627534966270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534969460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "clamp",
  "timestamp": 1627534966499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534972095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534975385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "cds",
  "timestamp": 1627534965662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "dcae-sch",
  "timestamp": 1627534966270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534969460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "clamp",
  "timestamp": 1627534966499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534972095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534975385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "cds",
  "timestamp": 1627534965662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "dcae-sch",
  "timestamp": 1627534966270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534969460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "clamp",
  "timestamp": 1627534966499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534972095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534975385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "cds",
  "timestamp": 1627534965662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "dcae-sch",
  "timestamp": 1627534966270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534969460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "clamp",
  "timestamp": 1627534966499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534972095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534975385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534975385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "aai-ml",
  "timestamp": 1627534981049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "cds",
  "timestamp": 1627534981770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534975385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534982160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534982166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "policy-id",
  "timestamp": 1627534981993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "aai-ml",
  "timestamp": 1627534981049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "cds",
  "timestamp": 1627534982776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-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-29T05:05:32.602Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
2021-07-29T05:05:32.602Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bb42a9-42f1-49fd-9e78-d7a355fc16b8 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-29T05:05:32.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627534975385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:05:32.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534983178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T05:05:32.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "policy-id",
  "timestamp": 1627534981993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "aai-ml",
  "timestamp": 1627534981049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534984114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:05:32.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627534984181,
  "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-29T05:05:32.621Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
2021-07-29T05:05:32.621Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bb42a9-42f1-49fd-9e78-d7a355fc16b8 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-29T05:05:32.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "policy-id",
  "timestamp": 1627534981993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "aai-ml",
  "timestamp": 1627534981049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627534985117,
  "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-29T05:05:32.636Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
2021-07-29T05:05:32.636Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bb42a9-42f1-49fd-9e78-d7a355fc16b8 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-29T05:05:32.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "policy-id",
  "timestamp": 1627534981993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "aai-ml",
  "timestamp": 1627534981049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "policy-id",
  "timestamp": 1627534981993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "aai-ml",
  "timestamp": 1627534981049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "policy-id",
  "timestamp": 1627534981993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "aai-ml",
  "timestamp": 1627534981049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "policy-id",
  "timestamp": 1627534981993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "aai-ml",
  "timestamp": 1627534981049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:05:32.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "clamp",
  "timestamp": 1627534989655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:05:32.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "policy-id",
  "timestamp": 1627534981993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:05:32.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "aai-ml",
  "timestamp": 1627534989887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:05:32.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "clamp",
  "timestamp": 1627534990671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:05:32.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "policy-id",
  "timestamp": 1627534990801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:05:32.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f3e8fbc-b18f-475d-a992-c298ab0fa3f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534991162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:05:32.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "clamp",
  "timestamp": 1627534991674,
  "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-29T05:05:32.655Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
2021-07-29T05:05:32.655Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bb42a9-42f1-49fd-9e78-d7a355fc16b8 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-29T05:05:32.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "policy-id",
  "timestamp": 1627534991805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:05:32.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "policy-id",
  "timestamp": 1627534993217,
  "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-29T05:05:32.667Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
2021-07-29T05:05:32.667Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bb42a9-42f1-49fd-9e78-d7a355fc16b8 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-29T05:05:32.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "aai-ml",
  "timestamp": 1627534995973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:05:32.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "aai-ml",
  "timestamp": 1627534996976,
  "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-29T05:05:32.680Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
2021-07-29T05:05:32.680Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bb42a9-42f1-49fd-9e78-d7a355fc16b8 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-29T05:05:32.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/resourceInstances/pnf97bca40d48b50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:05:32.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627534992192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:05:32.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:05:32.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535005247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:05:32.692Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:32.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:05:32.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535006993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLvtxe4aslcgdrfcup23q/1.0/artifacts/service-DemoPnfLvtxe4aslcgdrfcup23q-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:05:32.692Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:05:58.052Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:05:58.060Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8
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-29T05:05:58.062Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:05:58.062Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T05:05:58.062Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T05:05:58.062Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T05:05:58.063Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:05:58.063Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:05:58.063Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:05:58.063Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:05:58.063Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:05:58.063Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:05:58.063Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:05:58.063Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|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-29T05:05:58.067Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T05:06:28.067Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8 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-29T05:06:28.072Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19bb42a9-42f1-49fd-9e78-d7a355fc16b8 and serviceModelVersionId: 3b4b4b1c-4017-466a-8668-95480ce2709d
2021-07-29T05:06:28.072Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 78f1f834-84aa-453d-a16b-f0ca3ee8cd31
2021-07-29T05:06:28.072Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/78f1f834-84aa-453d-a16b-f0ca3ee8cd31/model-vers/model-ver/3b4b4b1c-4017-466a-8668-95480ce2709d?depth=0
2021-07-29T05:06:28.076Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T05:06:28.103Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/78f1f834-84aa-453d-a16b-f0ca3ee8cd31/model-vers/model-ver/3b4b4b1c-4017-466a-8668-95480ce2709d?depth=0|INFO|500||Invoke
2021-07-29T05:06:28.103Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/78f1f834-84aa-453d-a16b-f0ca3ee8cd31/model-vers/model-ver/3b4b4b1c-4017-466a-8668-95480ce2709d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/78f1f834-84aa-453d-a16b-f0ca3ee8cd31/model-vers/model-ver/3b4b4b1c-4017-466a-8668-95480ce2709d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19bb42a9-42f1-49fd-9e78-d7a355fc16b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1dedd9d7-5e2f-4c11-8667-34e73b240d9b], X-ECOMP-RequestID=[19bb42a9-42f1-49fd-9e78-d7a355fc16b8], X-TransactionId=[], X-ONAP-RequestID=[19bb42a9-42f1-49fd-9e78-d7a355fc16b8], Content-Type=[application/merge-patch+json]}
2021-07-29T05:06:28.118Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/78f1f834-84aa-453d-a16b-f0ca3ee8cd31/model-vers/model-ver/3b4b4b1c-4017-466a-8668-95480ce2709d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T05:06:28.267Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/78f1f834-84aa-453d-a16b-f0ca3ee8cd31/model-vers/model-ver/3b4b4b1c-4017-466a-8668-95480ce2709d?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/78f1f834-84aa-453d-a16b-f0ca3ee8cd31/model-vers/model-ver/3b4b4b1c-4017-466a-8668-95480ce2709d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210729-05:06:28:127-87037], vertex-id=[274440], Content-Length=[0], Date=[Thu, 29 Jul 2021 05:06:28 GMT], Content-Type=[application/json]}
2021-07-29T05:06:28.268Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/78f1f834-84aa-453d-a16b-f0ca3ee8cd31/model-vers/model-ver/3b4b4b1c-4017-466a-8668-95480ce2709d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-29T05:06:28.268Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/78f1f834-84aa-453d-a16b-f0ca3ee8cd31/model-vers/model-ver/3b4b4b1c-4017-466a-8668-95480ce2709d?depth=0|INFO|500||InvokeReturn
2021-07-29T05:06:28.269Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T05:06:28.269Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|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-29T05:06:28.272Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|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-29T05:06:28.272Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19bb42a9-42f1-49fd-9e78-d7a355fc16b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T05:06:28.272Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T05:06:28.273Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:06:28.274Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:06:28.274Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535188272,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:06:28.375Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:06:28.375Z||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-29T05:06:28.375Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:28.387Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:28.388Z||pool-145-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-29T05:06:29.286Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:06:29.287Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|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-29T05:06:29.287Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:06:31.683Z||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-29T05:06:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:32.306Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:32.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "cds",
  "timestamp": 1627535145662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535149460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "dcae-sch",
  "timestamp": 1627535146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "clamp",
  "timestamp": 1627535146499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535152095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "dcae-sch",
  "timestamp": 1627535146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "cds",
  "timestamp": 1627535145662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "clamp",
  "timestamp": 1627535146499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535152095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535149460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "dcae-sch",
  "timestamp": 1627535146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535149460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "clamp",
  "timestamp": 1627535146499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535152095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "cds",
  "timestamp": 1627535145662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535155385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "dcae-sch",
  "timestamp": 1627535146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "cds",
  "timestamp": 1627535145662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "clamp",
  "timestamp": 1627535146499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535152095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535149460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535155385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "cds",
  "timestamp": 1627535145662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "dcae-sch",
  "timestamp": 1627535146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535152095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "clamp",
  "timestamp": 1627535146499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535149460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535155385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "cds",
  "timestamp": 1627535145662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "dcae-sch",
  "timestamp": 1627535146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "clamp",
  "timestamp": 1627535146499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535152095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-29T05:06:32.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535149460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535155385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "cds",
  "timestamp": 1627535145662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "dcae-sch",
  "timestamp": 1627535146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "clamp",
  "timestamp": 1627535146499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535152095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535149460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535155385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "cds",
  "timestamp": 1627535145662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "dcae-sch",
  "timestamp": 1627535146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "clamp",
  "timestamp": 1627535146499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535152095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535149460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535155385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "aai-ml",
  "timestamp": 1627535161049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535155385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "policy-id",
  "timestamp": 1627535161993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "aai-ml",
  "timestamp": 1627535161049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535155385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:06:32.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "policy-id",
  "timestamp": 1627535161993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "aai-ml",
  "timestamp": 1627535161049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535164152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:06:32.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:06:32.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "cds",
  "timestamp": 1627535164148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:06:32.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:06:32.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535164257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:06:32.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:06:32.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "policy-id",
  "timestamp": 1627535161993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "aai-ml",
  "timestamp": 1627535161049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "cds",
  "timestamp": 1627535165154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-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-29T05:06:32.335Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12039563-caff-4737-90db-3bf999e4d64f
2021-07-29T05:06:32.335Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12039563-caff-4737-90db-3bf999e4d64f 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-29T05:06:32.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535165169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T05:06:32.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:06:32.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "policy-id",
  "timestamp": 1627535161993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "aai-ml",
  "timestamp": 1627535161049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535166171,
  "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-29T05:06:32.352Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 12039563-caff-4737-90db-3bf999e4d64f
2021-07-29T05:06:32.352Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12039563-caff-4737-90db-3bf999e4d64f 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-29T05:06:32.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535166270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:06:32.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:06:32.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "policy-id",
  "timestamp": 1627535161993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "aai-ml",
  "timestamp": 1627535161049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535167274,
  "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-29T05:06:32.364Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12039563-caff-4737-90db-3bf999e4d64f
2021-07-29T05:06:32.364Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12039563-caff-4737-90db-3bf999e4d64f 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-29T05:06:32.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "policy-id",
  "timestamp": 1627535161993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "aai-ml",
  "timestamp": 1627535161049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "policy-id",
  "timestamp": 1627535161993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:32.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "aai-ml",
  "timestamp": 1627535161049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:06:32.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "policy-id",
  "timestamp": 1627535161993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:06:32.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:06:32.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "aai-ml",
  "timestamp": 1627535169883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:06:32.374Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:06:32.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "policy-id",
  "timestamp": 1627535170807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:06:32.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:06:32.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "policy-id",
  "timestamp": 1627535171811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:06:32.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:06:32.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "policy-id",
  "timestamp": 1627535172815,
  "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-29T05:06:32.380Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12039563-caff-4737-90db-3bf999e4d64f
2021-07-29T05:06:32.380Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12039563-caff-4737-90db-3bf999e4d64f 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-29T05:06:32.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "clamp",
  "timestamp": 1627535173687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:06:32.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:06:32.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "aai-ml",
  "timestamp": 1627535175072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:06:32.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:06:32.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "clamp",
  "timestamp": 1627535175696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:06:32.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:06:32.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "aai-ml",
  "timestamp": 1627535176075,
  "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-29T05:06:32.393Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12039563-caff-4737-90db-3bf999e4d64f
2021-07-29T05:06:32.393Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12039563-caff-4737-90db-3bf999e4d64f 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-29T05:06:32.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "clamp",
  "timestamp": 1627535176698,
  "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-29T05:06:32.405Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 12039563-caff-4737-90db-3bf999e4d64f
2021-07-29T05:06:32.405Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12039563-caff-4737-90db-3bf999e4d64f 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-29T05:06:32.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:06:32.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bb42a9-42f1-49fd-9e78-d7a355fc16b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535188272,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:06:32.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:06:33.576Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:33.577Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T05:06:33.577Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"12039563-caff-4737-90db-3bf999e4d64f","serviceName":"Demo_pNF_5vqlEsLKI7kvXuWLb54K","serviceVersion":"1.0","serviceUUID":"8bd06096-febc-4a70-8ea1-26df92cbaf22","serviceDescription":"catalog service description","serviceInvariantUUID":"18edf776-3a75-4c57-ada3-8ba1d7a23e52","resources":[{"resourceInstanceName":"pNF 492faec9-a025 0","resourceName":"pNF 492faec9-a025","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c45010d1-80df-4f2d-b6d5-36e1c304e639","resourceInvariantUUID":"ad88c6ec-9d82-431f-98ad-3e711387f5c9","resourceCustomizationUUID":"d460ed57-0bd0-44ba-8be0-84c16e5071ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vf-license-model.xml","artifactChecksum":"YzFlZjg5ZTA4ODY3MDdmY2I4OGNkYzJmMjA2YTQyYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c5cf1e7-258a-49aa-8ce7-8f2f8e9acd74","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/pNF.csar","artifactChecksum":"ODQ4MGMzNjQ0OGVkYTg2ZjM3MGMzOWEyYjQ4ZTkzODk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"982c5028-05bb-43a3-b7ce-792508a2f3d3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d1d336db-0556-4e4f-a286-6ab0f55d73f6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vendor-license-model.xml","artifactChecksum":"NGE2NThhMDQwOGM4MjNhYzRiZjkxOTM5NmM1OWVhMGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"39feb8a3-b291-4707-a35d-9005bb375d89","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"235e98d7-abcb-4894-ae94-cd3a149bf370","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66d8f2d5-df23-41c7-a005-817fbe3bbd12","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5vqleslki7kvxuwlb54k-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-template.yml","artifactChecksum":"NzI4MjdiYjA0MDZkNmE5ZjRiZjI1MDkxZWZhYjNiN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd96afb6-3039-4350-87ad-7f9c12e8600e","artifactVersion":"1"},{"artifactName":"service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar","artifactChecksum":"YjgyMzUzN2IxNzk0NGE5Njc1YjA2NWE3YWZhY2M0NzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f305a7f-7a23-4e99-b9b8-af0960f43aa7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T05:06:33.578Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:06:33.578Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:06:33.580Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:06:33.580Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:33.680Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:06:33.681Z||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-29T05:06:33.681Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:33.690Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:33.690Z||pool-146-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:06:34.580Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:06:34.581Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:06:34.583Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:06:34.583Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:34.683Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T05:06:34.684Z||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-29T05:06:34.684Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:34.691Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:34.692Z||pool-147-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:06:35.584Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:06:35.584Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:06:35.586Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:06:35.586Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:35.686Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:06:35.687Z||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-29T05:06:35.687Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:35.697Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:35.697Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:06:36.586Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:06:36.587Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:06:36.589Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:06:36.589Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:36.689Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:06:36.689Z||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-29T05:06:36.690Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:36.699Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:36.700Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:06:37.589Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:06:37.590Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:06:37.591Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:06:37.591Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:37.692Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T05:06:37.694Z||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-29T05:06:37.694Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:37.702Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:37.703Z||pool-150-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:06:38.592Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:06:38.593Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:06:38.594Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:06:38.594Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:38.695Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T05:06:38.695Z||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-29T05:06:38.695Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:38.704Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:38.705Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:06:39.595Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:06:39.596Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:06:39.598Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:06:39.598Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:06:39.698Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:06:39.699Z||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-29T05:06:39.699Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:39.708Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:39.708Z||pool-152-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:06:40.598Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:06:40.599Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:06:40.601Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:06:40.601Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:06:40.701Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:06:40.702Z||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-29T05:06:40.702Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:40.710Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:40.710Z||pool-153-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-29T05:06:41.602Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "serviceName": "Demo_pNF_5vqlEsLKI7kvXuWLb54K",
  "serviceVersion": "1.0",
  "serviceUUID": "8bd06096-febc-4a70-8ea1-26df92cbaf22",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "18edf776-3a75-4c57-ada3-8ba1d7a23e52",
  "resources": [
    {
      "resourceInstanceName": "pNF 492faec9-a025 0",
      "resourceCustomizationUUID": "d460ed57-0bd0-44ba-8be0-84c16e5071ab",
      "resourceName": "pNF 492faec9-a025",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c45010d1-80df-4f2d-b6d5-36e1c304e639",
      "resourceInvariantUUID": "ad88c6ec-9d82-431f-98ad-3e711387f5c9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
      "artifactChecksum": "YjgyMzUzN2IxNzk0NGE5Njc1YjA2NWE3YWZhY2M0NzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f305a7f-7a23-4e99-b9b8-af0960f43aa7"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T05:06:41.602Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T05:06:41.602Z|19bb42a9-42f1-49fd-9e78-d7a355fc16b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8bd06096-febc-4a70-8ea1-26df92cbaf22 ASDC
2021-07-29T05:06:41.603Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:12039563-caff-4737-90db-3bf999e4d64f
ServiceName:Demo_pNF_5vqlEsLKI7kvXuWLb54K
ServiceVersion:1.0
ServiceUUID:8bd06096-febc-4a70-8ea1-26df92cbaf22
ServiceInvariantUUID:18edf776-3a75-4c57-ada3-8ba1d7a23e52
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
ArtifactUUID:1f305a7f-7a23-4e99-b9b8-af0960f43aa7
ArtifactChecksum:YjgyMzUzN2IxNzk0NGE5Njc1YjA2NWE3YWZhY2M0NzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 492faec9-a025 0
ResourceCustomizationUUID:d460ed57-0bd0-44ba-8be0-84c16e5071ab
ResourceInvariantUUID:ad88c6ec-9d82-431f-98ad-3e711387f5c9
ResourceName:pNF 492faec9-a025
ResourceType:PNF
ResourceUUID:c45010d1-80df-4f2d-b6d5-36e1c304e639
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-29T05:06:41.603Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bd06096-febc-4a70-8ea1-26df92cbaf22 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-29T05:06:41.624Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T05:06:41.625Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T05:06:41.625Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T05:06:41.625Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1f305a7f-7a23-4e99-b9b8-af0960f43aa7 from URL: /sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:41.625Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T05:06:41.625Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:43.154Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T05:06:43.157Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar 1f305a7f-7a23-4e99-b9b8-af0960f43aa7 82545
2021-07-29T05:06:43.157Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar ASDC sendASDCNotification
2021-07-29T05:06:43.157Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:43.157Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T05:06:43.158Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:06:43.159Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:06:43.159Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535203157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:06:43.260Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T05:06:43.260Z||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-29T05:06:43.260Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:43.269Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:43.269Z||pool-154-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:06:44.160Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T05:06:44.161Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T05:06:44.161Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1f305a7f-7a23-4e99-b9b8-af0960f43aa7, URL: /sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar to file: /app/ASDC/1/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:44.161Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:44.162Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:44.162Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:44.318Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14129214174710200433/Definitions/service-DemoPnf5vqleslki7kvxuwlb54k-template.yml
2021-07-29T05:06:44.986Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T05:06:44.986Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|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-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|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-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|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-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|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-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|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-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|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-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 492faec9-a025 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-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5vqlEsLKI7kvXuWLb54K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Node template pNF 492faec9-a025 0 is matching search criteria
2021-07-29T05:06:44.987Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 492faec9-a025 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5vqlEsLKI7kvXuWLb54K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Node template pNF 492faec9-a025 0 is matching search criteria
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 492faec9-a025 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5vqlEsLKI7kvXuWLb54K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5vqlEsLKI7kvXuWLb54K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5vqlEsLKI7kvXuWLb54K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:06:44.988Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5vqlEsLKI7kvXuWLb54K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:06:44.989Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:06:44.989Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5vqlEsLKI7kvXuWLb54K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:06:44.989Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5vqlEsLKI7kvXuWLb54K
Description:catalog service description
Model UUID:8bd06096-febc-4a70-8ea1-26df92cbaf22
Model Version:NULL
Model InvariantUuid:18edf776-3a75-4c57-ada3-8ba1d7a23e52
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-29T05:06:44.996Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: c45010d1-80df-4f2d-b6d5-36e1c304e639
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-29T05:06:44.998Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||pNF 492faec9-a025 0
2021-07-29T05:06:44.999Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c45010d1-80df-4f2d-b6d5-36e1c304e639
2021-07-29T05:06:44.999Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 8bd06096-febc-4a70-8ea1-26df92cbaf22
2021-07-29T05:06:44.999Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8bd06096-febc-4a70-8ea1-26df92cbaf22
2021-07-29T05:06:44.999Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 492faec9-a025 0 c45010d1-80df-4f2d-b6d5-36e1c304e639 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-29T05:06:45.003Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:06:45.003Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5vqlEsLKI7kvXuWLb54K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:06:45.003Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8bd06096-febc-4a70-8ea1-26df92cbaf22: pNF 492faec9-a025
2021-07-29T05:06:45.003Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||Processing PNF resource: c45010d1-80df-4f2d-b6d5-36e1c304e639
2021-07-29T05:06:45.003Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:06:45.003Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5vqlEsLKI7kvXuWLb54K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:06:45.003Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||Resource customization UUID: d460ed57-0bd0-44ba-8be0-84c16e5071ab is the same as notified resource customizationUUID: d460ed57-0bd0-44ba-8be0-84c16e5071ab
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-29T05:06:45.033Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 492faec9-a025 c45010d1-80df-4f2d-b6d5-36e1c304e639 0 ASDC deployResourceStructure
2021-07-29T05:06:45.033Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar ASDC sendASDCNotification
2021-07-29T05:06:45.033Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar
2021-07-29T05:06:45.033Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T05:06:45.033Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:06:45.035Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:06:45.035Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535205033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:06:45.136Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T05:06:45.136Z||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-29T05:06:45.136Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:06:45.146Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:06:45.146Z||pool-155-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:06:46.036Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12039563-caff-4737-90db-3bf999e4d64f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:06:46.046Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12039563-caff-4737-90db-3bf999e4d64f
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-29T05:06:46.048Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:06:46.048Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T05:06:46.048Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T05:06:46.048Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T05:06:46.048Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:06:46.048Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:06:46.048Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:06:46.049Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:06:46.049Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:06:46.049Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:06:46.049Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:06:46.049Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:06:46.054Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T05:07:16.054Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12039563-caff-4737-90db-3bf999e4d64f 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-29T05:07:16.058Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12039563-caff-4737-90db-3bf999e4d64f and serviceModelVersionId: 8bd06096-febc-4a70-8ea1-26df92cbaf22
2021-07-29T05:07:16.059Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18edf776-3a75-4c57-ada3-8ba1d7a23e52
2021-07-29T05:07:16.059Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18edf776-3a75-4c57-ada3-8ba1d7a23e52/model-vers/model-ver/8bd06096-febc-4a70-8ea1-26df92cbaf22?depth=0
2021-07-29T05:07:16.062Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T05:07:16.088Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18edf776-3a75-4c57-ada3-8ba1d7a23e52/model-vers/model-ver/8bd06096-febc-4a70-8ea1-26df92cbaf22?depth=0|INFO|500||Invoke
2021-07-29T05:07:16.088Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18edf776-3a75-4c57-ada3-8ba1d7a23e52/model-vers/model-ver/8bd06096-febc-4a70-8ea1-26df92cbaf22?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18edf776-3a75-4c57-ada3-8ba1d7a23e52/model-vers/model-ver/8bd06096-febc-4a70-8ea1-26df92cbaf22?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[12039563-caff-4737-90db-3bf999e4d64f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b8b243f-080b-4986-b2ef-22246c29ec77], X-ECOMP-RequestID=[12039563-caff-4737-90db-3bf999e4d64f], X-TransactionId=[], X-ONAP-RequestID=[12039563-caff-4737-90db-3bf999e4d64f], Content-Type=[application/merge-patch+json]}
2021-07-29T05:07:16.102Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18edf776-3a75-4c57-ada3-8ba1d7a23e52/model-vers/model-ver/8bd06096-febc-4a70-8ea1-26df92cbaf22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T05:07:16.355Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18edf776-3a75-4c57-ada3-8ba1d7a23e52/model-vers/model-ver/8bd06096-febc-4a70-8ea1-26df92cbaf22?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/18edf776-3a75-4c57-ada3-8ba1d7a23e52/model-vers/model-ver/8bd06096-febc-4a70-8ea1-26df92cbaf22?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210729-05:07:16:111-82394], vertex-id=[274680], Content-Length=[0], Date=[Thu, 29 Jul 2021 05:07:16 GMT], Content-Type=[application/json]}
2021-07-29T05:07:16.355Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18edf776-3a75-4c57-ada3-8ba1d7a23e52/model-vers/model-ver/8bd06096-febc-4a70-8ea1-26df92cbaf22?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-29T05:07:16.356Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18edf776-3a75-4c57-ada3-8ba1d7a23e52/model-vers/model-ver/8bd06096-febc-4a70-8ea1-26df92cbaf22?depth=0|INFO|500||InvokeReturn
2021-07-29T05:07:16.356Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T05:07:16.356Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:07:16.359Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:07:16.360Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12039563-caff-4737-90db-3bf999e4d64f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T05:07:16.360Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T05:07:16.360Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:07:16.362Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:07:16.362Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535236360,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:07:16.462Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:07:16.462Z||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-29T05:07:16.463Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:07:16.473Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:07:16.473Z||pool-156-thread-1|||||INFO|500||cambria reply ok (11 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-29T05:07:17.382Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:07:17.382Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:07:17.382Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:07:26.927Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:07:26.927Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:07:26.928Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:07:26.928Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:07:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:07:31.682Z||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-29T05:07:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:07:32.305Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:07:32.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:07:32.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:07:32.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:07:32.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:07:32.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:07:32.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:07:32.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:07:32.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:07:32.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:07:32.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:07:32.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:07:32.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:07:32.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:07:32.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:07:32.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:07:32.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:07:32.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/resourceInstances/pnf492faec9a0250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:07:32.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:07:32.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:07:32.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:07:32.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:07:32.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:07:32.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535189286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:07:32.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:07:32.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:07:32.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535203157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:07:32.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:07:32.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:07:32.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535205033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5vqleslki7kvxuwlb54k/1.0/artifacts/service-DemoPnf5vqleslki7kvxuwlb54k-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:07:32.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:07:32.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:07:32.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12039563-caff-4737-90db-3bf999e4d64f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535236360,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:07:32.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:07:36.464Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:07:36.465Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:07:36.465Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:07:36.465Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:07:45.999Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:07:46.000Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:07:46.000Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:07:46.000Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:07:55.540Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:07:55.540Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:07:55.540Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:07:55.540Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:08:05.076Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:08:05.076Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:08:05.077Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:08:05.077Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:08:14.626Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:08:14.626Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:08:14.627Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:08:14.627Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:08:24.163Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:08:24.163Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:08:24.163Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:08:24.164Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:08:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:08:31.682Z||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-29T05:08:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:08:33.707Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:08:33.707Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:08:33.707Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:08:33.707Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:08:41.222Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:08:43.249Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:08:43.250Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:08:43.250Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:08:43.251Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:08:52.831Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:09:31.680Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:09:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:09:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:09:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:09:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T05:09:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:09:41.225Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:09:41.226Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:10:31.680Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:10:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:10:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:10:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:10:31.682Z||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-29T05:10:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:10:41.222Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:10:41.223Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:11:31.680Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:11:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:11:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:11:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:11:31.682Z||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-29T05:11:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:11:41.220Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:11:41.221Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:12:31.680Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:12:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:12:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:12:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:12:31.682Z||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-29T05:12:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:12:41.225Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:12:41.225Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:13:31.680Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:13:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:13:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:13:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:13:31.682Z||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-29T05:13:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:13:41.218Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:13:41.218Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:14:31.680Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:14:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:14:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:14:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:14:31.682Z||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-29T05:14:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:14:41.226Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:14:41.226Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:31.680Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:15:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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-29T05:15:31.681Z|12039563-caff-4737-90db-3bf999e4d64f|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:15:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:15:31.682Z||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-29T05:15:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:15:31.804Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:31.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "dcae-sch",
  "timestamp": 1627535706270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "policy-id",
  "timestamp": 1627535701993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "dcae-sch",
  "timestamp": 1627535706270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "policy-id",
  "timestamp": 1627535701993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535712095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "dcae-sch",
  "timestamp": 1627535706270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "policy-id",
  "timestamp": 1627535701993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535712095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "dcae-sch",
  "timestamp": 1627535706270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "policy-id",
  "timestamp": 1627535701993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535712095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "dcae-sch",
  "timestamp": 1627535706270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "policy-id",
  "timestamp": 1627535701993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535712095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535715385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "cds",
  "timestamp": 1627535715662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "dcae-sch",
  "timestamp": 1627535706270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "policy-id",
  "timestamp": 1627535701993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535712095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535715385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "clamp",
  "timestamp": 1627535716499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "cds",
  "timestamp": 1627535715662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "dcae-sch",
  "timestamp": 1627535706270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "policy-id",
  "timestamp": 1627535701993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535712095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-29T05:15:31.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535715385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "clamp",
  "timestamp": 1627535716499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "cds",
  "timestamp": 1627535715662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "dcae-sch",
  "timestamp": 1627535706270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "policy-id",
  "timestamp": 1627535701993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:15:31.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535712095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535715385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "clamp",
  "timestamp": 1627535716499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "cds",
  "timestamp": 1627535715662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535712095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535715385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535719460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "clamp",
  "timestamp": 1627535716499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "cds",
  "timestamp": 1627535715662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535715385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535719460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "clamp",
  "timestamp": 1627535716499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "policy-id",
  "timestamp": 1627535721246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:15:31.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:15:31.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "cds",
  "timestamp": 1627535715662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535715385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535722056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:15:31.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:15:31.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535719460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "clamp",
  "timestamp": 1627535716499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "policy-id",
  "timestamp": 1627535722250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:15:31.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:15:31.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "cds",
  "timestamp": 1627535715662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627535715385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:15:31.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535723071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T05:15:31.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:15:31.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535719460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "clamp",
  "timestamp": 1627535716499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "policy-id",
  "timestamp": 1627535723253,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-29T05:15:31.838Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7026c42c-40fc-4aee-9c63-537afa33a3e9
2021-07-29T05:15:31.838Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7026c42c-40fc-4aee-9c63-537afa33a3e9 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-29T05:15:31.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "cds",
  "timestamp": 1627535715662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:15:31.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627535724073,
  "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-29T05:15:31.849Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7026c42c-40fc-4aee-9c63-537afa33a3e9
2021-07-29T05:15:31.849Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7026c42c-40fc-4aee-9c63-537afa33a3e9 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-29T05:15:31.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535719460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "clamp",
  "timestamp": 1627535716499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:15:31.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535719460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "cds",
  "timestamp": 1627535725160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:15:31.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:15:31.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535719460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:31.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "cds",
  "timestamp": 1627535726164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-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-29T05:15:31.862Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7026c42c-40fc-4aee-9c63-537afa33a3e9
2021-07-29T05:15:31.862Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7026c42c-40fc-4aee-9c63-537afa33a3e9 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-29T05:15:31.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535719460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:15:31.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:15:31.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535728262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:15:31.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:15:31.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "clamp",
  "timestamp": 1627535728795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:15:31.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:15:31.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535730160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:15:31.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:15:31.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "clamp",
  "timestamp": 1627535730804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:15:31.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:15:31.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:15:31.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627535731163,
  "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-29T05:15:31.874Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7026c42c-40fc-4aee-9c63-537afa33a3e9
2021-07-29T05:15:31.874Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7026c42c-40fc-4aee-9c63-537afa33a3e9 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-29T05:15:32.302Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:32.303Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T05:15:32.303Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7026c42c-40fc-4aee-9c63-537afa33a3e9","serviceName":"Demo_pNF_aHfA4Jo4OES5bkbyqcRA","serviceVersion":"1.0","serviceUUID":"3a18582f-7812-4fe0-9f7e-fa52bb86d544","serviceDescription":"catalog service description","serviceInvariantUUID":"1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb","resources":[{"resourceInstanceName":"pNF 8e04b2a6-11ee 0","resourceName":"pNF 8e04b2a6-11ee","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"705e9461-a3a7-4a76-8449-3ba996a2986e","resourceInvariantUUID":"2ad8fb41-7ee8-4972-8832-1baacbb2bdd0","resourceCustomizationUUID":"0c46145a-13fe-4542-bb47-4b942e3609ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vf-license-model.xml","artifactChecksum":"ODY4NmMxYzNlZWNiMTdjZGNlMDlhMzY5MzZlNjdlOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"272aa49f-238d-4e25-9c36-9b2fc56b2628","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/pNF.csar","artifactChecksum":"ODQ4MGMzNjQ0OGVkYTg2ZjM3MGMzOWEyYjQ4ZTkzODk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a5626dc4-4c21-4053-9063-193a55c2c29b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a9e9462-0d18-4b44-ab85-7edb0d855533","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vendor-license-model.xml","artifactChecksum":"OTA2ODBjYWQwNzZlMmJhZmZlZGJlNTllNzU3MmVkZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"52e47cb9-8fea-4b58-a17d-dccbc2927393","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b242a553-3eec-41b6-a46a-ea8571137c00","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"477eef57-fd38-4ff9-8e3c-31fd37e536e4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml","artifactChecksum":"N2I0NjM0NzcyNDM2ODg4NGRmYmJkMzlhYzEyYTkzOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6544be5-ed3d-43f0-918e-3474abcc354a","artifactVersion":"1"},{"artifactName":"service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar","artifactChecksum":"ZDg0ODQ3Yzg0Yjk3Mjc4ZTNjZTM4ZjQ0OGEyYzdmMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"862d95aa-9993-4253-b533-1d78e1891731","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T05:15:32.304Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:15:32.304Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:15:32.306Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:15:32.306Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:32.406Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:15:32.407Z||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-29T05:15:32.407Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:15:32.416Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:32.416Z||pool-157-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:15:33.307Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:15:33.307Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:15:33.309Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:15:33.309Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:33.409Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:15:33.410Z||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-29T05:15:33.410Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:15:33.418Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:33.418Z||pool-158-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:15:34.309Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:15:34.310Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:15:34.311Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:15:34.311Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:34.412Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:15:34.412Z||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-29T05:15:34.412Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:15:34.420Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:34.420Z||pool-159-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:15:35.312Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:15:35.313Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:15:35.315Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:15:35.315Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:35.415Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:15:35.416Z||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-29T05:15:35.416Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:15:35.425Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:35.426Z||pool-160-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:15:36.315Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:15:36.316Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:15:36.317Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:15:36.318Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:36.418Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:15:36.419Z||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-29T05:15:36.419Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:15:36.428Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:36.428Z||pool-161-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-29T05:15:37.318Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:15:37.319Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:15:37.320Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:15:37.320Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:37.421Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:15:37.421Z||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-29T05:15:37.421Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:15:37.430Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:37.430Z||pool-162-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:15:38.321Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:15:38.322Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:15:38.323Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:15:38.323Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:15:38.423Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:15:38.424Z||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-29T05:15:38.424Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:15:38.434Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:38.434Z||pool-163-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:15:39.324Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:15:39.324Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:15:39.326Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:15:39.326Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:15:39.426Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:15:39.427Z||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-29T05:15:39.427Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:15:39.437Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:39.438Z||pool-164-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:15:40.327Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "serviceName": "Demo_pNF_aHfA4Jo4OES5bkbyqcRA",
  "serviceVersion": "1.0",
  "serviceUUID": "3a18582f-7812-4fe0-9f7e-fa52bb86d544",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 8e04b2a6-11ee 0",
      "resourceCustomizationUUID": "0c46145a-13fe-4542-bb47-4b942e3609ad",
      "resourceName": "pNF 8e04b2a6-11ee",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "705e9461-a3a7-4a76-8449-3ba996a2986e",
      "resourceInvariantUUID": "2ad8fb41-7ee8-4972-8832-1baacbb2bdd0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
      "artifactChecksum": "ZDg0ODQ3Yzg0Yjk3Mjc4ZTNjZTM4ZjQ0OGEyYzdmMTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "862d95aa-9993-4253-b533-1d78e1891731"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T05:15:40.328Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T05:15:40.328Z|12039563-caff-4737-90db-3bf999e4d64f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3a18582f-7812-4fe0-9f7e-fa52bb86d544 ASDC
2021-07-29T05:15:40.328Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7026c42c-40fc-4aee-9c63-537afa33a3e9
ServiceName:Demo_pNF_aHfA4Jo4OES5bkbyqcRA
ServiceVersion:1.0
ServiceUUID:3a18582f-7812-4fe0-9f7e-fa52bb86d544
ServiceInvariantUUID:1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
ArtifactUUID:862d95aa-9993-4253-b533-1d78e1891731
ArtifactChecksum:ZDg0ODQ3Yzg0Yjk3Mjc4ZTNjZTM4ZjQ0OGEyYzdmMTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8e04b2a6-11ee 0
ResourceCustomizationUUID:0c46145a-13fe-4542-bb47-4b942e3609ad
ResourceInvariantUUID:2ad8fb41-7ee8-4972-8832-1baacbb2bdd0
ResourceName:pNF 8e04b2a6-11ee
ResourceType:PNF
ResourceUUID:705e9461-a3a7-4a76-8449-3ba996a2986e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-29T05:15:40.329Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a18582f-7812-4fe0-9f7e-fa52bb86d544 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-29T05:15:40.358Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T05:15:40.359Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T05:15:40.359Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T05:15:40.360Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 862d95aa-9993-4253-b533-1d78e1891731 from URL: /sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:40.360Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T05:15:40.360Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:41.282Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T05:15:41.286Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar 862d95aa-9993-4253-b533-1d78e1891731 82536
2021-07-29T05:15:41.287Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar ASDC sendASDCNotification
2021-07-29T05:15:41.287Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:41.288Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T05:15:41.288Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:15:41.290Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:15:41.290Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535741287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:15:41.390Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:15:41.391Z||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-29T05:15:41.391Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:15:41.399Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:41.399Z||pool-165-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:15:42.290Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T05:15:42.291Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T05:15:42.291Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 862d95aa-9993-4253-b533-1d78e1891731, URL: /sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar to file: /app/ASDC/1/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:42.292Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:42.292Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:42.292Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:42.425Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5704433734765694187/Definitions/service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml
2021-07-29T05:15:43.054Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T05:15:43.055Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T05:15:43.055Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:43.055Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-29T05:15:43.055Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8e04b2a6-11ee 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-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:43.055Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:43.055Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:43.055Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:43.055Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:43.055Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:43.055Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:43.055Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T05:15:43.056Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:15:43.056Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aHfA4Jo4OES5bkbyqcRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:15:43.056Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Node template pNF 8e04b2a6-11ee 0 is matching search criteria
2021-07-29T05:15:43.056Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T05:15:43.056Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8e04b2a6-11ee 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T05:15:43.056Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:15:43.056Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aHfA4Jo4OES5bkbyqcRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:15:43.057Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Node template pNF 8e04b2a6-11ee 0 is matching search criteria
2021-07-29T05:15:43.057Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T05:15:43.057Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8e04b2a6-11ee 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T05:15:43.057Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:15:43.057Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aHfA4Jo4OES5bkbyqcRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:15:43.057Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:15:43.057Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aHfA4Jo4OES5bkbyqcRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:15:43.057Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:15:43.057Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aHfA4Jo4OES5bkbyqcRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:15:43.057Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:15:43.058Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aHfA4Jo4OES5bkbyqcRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:15:43.058Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:15:43.058Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aHfA4Jo4OES5bkbyqcRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:15:43.058Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_aHfA4Jo4OES5bkbyqcRA
Description:catalog service description
Model UUID:3a18582f-7812-4fe0-9f7e-fa52bb86d544
Model Version:NULL
Model InvariantUuid:1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb
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-29T05:15:43.063Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 705e9461-a3a7-4a76-8449-3ba996a2986e
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-29T05:15:43.066Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||pNF 8e04b2a6-11ee 0
2021-07-29T05:15:43.066Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 705e9461-a3a7-4a76-8449-3ba996a2986e
2021-07-29T05:15:43.066Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3a18582f-7812-4fe0-9f7e-fa52bb86d544
2021-07-29T05:15:43.066Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3a18582f-7812-4fe0-9f7e-fa52bb86d544
2021-07-29T05:15:43.066Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8e04b2a6-11ee 0 705e9461-a3a7-4a76-8449-3ba996a2986e 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-29T05:15:43.071Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:15:43.071Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aHfA4Jo4OES5bkbyqcRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:15:43.071Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3a18582f-7812-4fe0-9f7e-fa52bb86d544: pNF 8e04b2a6-11ee
2021-07-29T05:15:43.071Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||Processing PNF resource: 705e9461-a3a7-4a76-8449-3ba996a2986e
2021-07-29T05:15:43.071Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:15:43.071Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_aHfA4Jo4OES5bkbyqcRA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:15:43.072Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||Resource customization UUID: 0c46145a-13fe-4542-bb47-4b942e3609ad is the same as notified resource customizationUUID: 0c46145a-13fe-4542-bb47-4b942e3609ad
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-29T05:15:43.099Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8e04b2a6-11ee 705e9461-a3a7-4a76-8449-3ba996a2986e 0 ASDC deployResourceStructure
2021-07-29T05:15:43.099Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar ASDC sendASDCNotification
2021-07-29T05:15:43.099Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar
2021-07-29T05:15:43.100Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T05:15:43.100Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:15:43.101Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:15:43.102Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535743099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:15:43.202Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:15:43.203Z||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-29T05:15:43.203Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:15:43.211Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:15:43.212Z||pool-166-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:15:44.102Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:15:44.112Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
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-29T05:15:44.114Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:15:44.114Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:15:44.114Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:16:14.115Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:16:14.125Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
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-29T05:16:14.127Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:16:14.127Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:16:14.127Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:16:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:16:31.683Z||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-29T05:16:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:16:31.701Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:16:31.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:16:31.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "aai-ml",
  "timestamp": 1627535731049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:16:31.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:16:44.128Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:16:44.138Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
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-29T05:16:44.140Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:16:44.140Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:16:44.140Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:17:14.140Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:17:14.150Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
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-29T05:17:14.152Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:17:14.152Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:17:14.152Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:17:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:17:31.683Z||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-29T05:17:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:17:31.701Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:17:31.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:17:31.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "clamp",
  "timestamp": 1627535731808,
  "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-29T05:17:31.711Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7026c42c-40fc-4aee-9c63-537afa33a3e9
2021-07-29T05:17:31.711Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7026c42c-40fc-4aee-9c63-537afa33a3e9 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-29T05:17:44.153Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:17:44.164Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
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-29T05:17:44.167Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:17:44.167Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:17:44.167Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:18:14.168Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:18:14.180Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
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-29T05:18:14.182Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:18:14.182Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:18:14.182Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:18:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:18:31.683Z||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-29T05:18:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:18:32.202Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:18:32.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "aai-ml",
  "timestamp": 1627535731049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "aai-ml",
  "timestamp": 1627535731049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "aai-ml",
  "timestamp": 1627535731049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "aai-ml",
  "timestamp": 1627535731049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "aai-ml",
  "timestamp": 1627535731049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/resourceInstances/pnf8e04b2a611ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "aai-ml",
  "timestamp": 1627535731049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "aai-ml",
  "timestamp": 1627535731049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535731680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "aai-ml",
  "timestamp": 1627535740864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:18:32.206Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:18:32.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535741287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:18:32.206Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:18:32.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535743099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:18:32.206Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:18:32.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "aai-ml",
  "timestamp": 1627535745642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhfa4jo4oes5bkbyqcra/1.0/artifacts/service-DemoPnfAhfa4jo4oes5bkbyqcra-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:18:32.206Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:18:32.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:18:32.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "aai-ml",
  "timestamp": 1627535746646,
  "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-29T05:18:32.213Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7026c42c-40fc-4aee-9c63-537afa33a3e9
2021-07-29T05:18:32.213Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7026c42c-40fc-4aee-9c63-537afa33a3e9 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-29T05:18:44.183Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:18:44.192Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9
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-29T05:18:44.194Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:18:44.194Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T05:18:44.194Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T05:18:44.194Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T05:18:44.195Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:18:44.195Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:18:44.195Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:18:44.195Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:18:44.195Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:18:44.195Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:18:44.195Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:18:44.195Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-29T05:18:44.199Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T05:19:14.199Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9 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-29T05:19:14.205Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7026c42c-40fc-4aee-9c63-537afa33a3e9 and serviceModelVersionId: 3a18582f-7812-4fe0-9f7e-fa52bb86d544
2021-07-29T05:19:14.205Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb
2021-07-29T05:19:14.206Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb/model-vers/model-ver/3a18582f-7812-4fe0-9f7e-fa52bb86d544?depth=0
2021-07-29T05:19:14.211Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T05:19:14.242Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb/model-vers/model-ver/3a18582f-7812-4fe0-9f7e-fa52bb86d544?depth=0|INFO|500||Invoke
2021-07-29T05:19:14.243Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb/model-vers/model-ver/3a18582f-7812-4fe0-9f7e-fa52bb86d544?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb/model-vers/model-ver/3a18582f-7812-4fe0-9f7e-fa52bb86d544?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7026c42c-40fc-4aee-9c63-537afa33a3e9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fca08d1d-cd6f-43c1-abb1-9d08049c1125], X-ECOMP-RequestID=[7026c42c-40fc-4aee-9c63-537afa33a3e9], X-TransactionId=[], X-ONAP-RequestID=[7026c42c-40fc-4aee-9c63-537afa33a3e9], Content-Type=[application/merge-patch+json]}
2021-07-29T05:19:14.258Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb/model-vers/model-ver/3a18582f-7812-4fe0-9f7e-fa52bb86d544?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T05:19:14.471Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb/model-vers/model-ver/3a18582f-7812-4fe0-9f7e-fa52bb86d544?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/1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb/model-vers/model-ver/3a18582f-7812-4fe0-9f7e-fa52bb86d544?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210729-05:19:14:266-15138], vertex-id=[229496], Content-Length=[0], Date=[Thu, 29 Jul 2021 05:19:14 GMT], Content-Type=[application/json]}
2021-07-29T05:19:14.471Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb/model-vers/model-ver/3a18582f-7812-4fe0-9f7e-fa52bb86d544?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-29T05:19:14.472Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b79ee9a-6ed5-4b61-97ae-38c7f729f2cb/model-vers/model-ver/3a18582f-7812-4fe0-9f7e-fa52bb86d544?depth=0|INFO|500||InvokeReturn
2021-07-29T05:19:14.472Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T05:19:14.472Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-29T05:19:14.478Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-29T05:19:14.478Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7026c42c-40fc-4aee-9c63-537afa33a3e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T05:19:14.478Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T05:19:14.479Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:19:14.481Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:19:14.481Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535954478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:19:14.581Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:19:14.582Z||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-29T05:19:14.582Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:19:14.593Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:19:14.594Z||pool-167-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-29T05:19:15.491Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:19:15.491Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-29T05:19:15.491Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:19:25.697Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:19:25.697Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:19:25.698Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-29T05:19:25.698Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:19:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:19:31.682Z||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-29T05:19:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:19:32.300Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:19:32.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-29T05:19:32.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7026c42c-40fc-4aee-9c63-537afa33a3e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627535954478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:19:32.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:19:35.236Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:19:35.236Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:19:35.237Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-29T05:19:35.237Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:19:44.772Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:19:44.773Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:19:44.773Z||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-29T05:19:44.773Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:19:54.316Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:20:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:20:31.681Z||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-29T05:20:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:20:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:20:31.682Z||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-29T05:20:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:20:41.238Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:20:41.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:21:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:21:31.681Z||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-29T05:21:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:21:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:21:31.685Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T05:21:31.686Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:21:41.227Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:21:41.230Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:22:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:22:31.681Z||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-29T05:22:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:22:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:22:31.682Z||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-29T05:22:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:22:41.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:22:41.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:23:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:23:31.681Z||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-29T05:23:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:23:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:23:31.682Z||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-29T05:23:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:23:41.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:23:41.224Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:24:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:24:31.681Z||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-29T05:24:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:24:31.682Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:24:31.682Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-29T05:24:31.682Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:24:41.226Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:24:41.228Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:25:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:25:31.681Z||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-29T05:25:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:25:31.682Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:25:31.682Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-29T05:25:31.682Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:25:41.228Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:25:41.228Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:26:31.681Z||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-29T05:26:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:26:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:26:31.683Z||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-29T05:26:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:26:31.808Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:31.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "policy-id",
  "timestamp": 1627536361993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "dcae-sch",
  "timestamp": 1627536366270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "policy-id",
  "timestamp": 1627536361993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "dcae-sch",
  "timestamp": 1627536366270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536372095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "policy-id",
  "timestamp": 1627536361993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "dcae-sch",
  "timestamp": 1627536366270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536372095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "policy-id",
  "timestamp": 1627536361993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "dcae-sch",
  "timestamp": 1627536366270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536372095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "policy-id",
  "timestamp": 1627536361993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "dcae-sch",
  "timestamp": 1627536366270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536372095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536375385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "cds",
  "timestamp": 1627536375662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "policy-id",
  "timestamp": 1627536361993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "dcae-sch",
  "timestamp": 1627536366270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536372095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536375385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "clamp",
  "timestamp": 1627536376499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "cds",
  "timestamp": 1627536375662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "policy-id",
  "timestamp": 1627536361993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "dcae-sch",
  "timestamp": 1627536366270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536372095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-29T05:26:31.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536375385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "clamp",
  "timestamp": 1627536376499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "cds",
  "timestamp": 1627536375662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "policy-id",
  "timestamp": 1627536361993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:26:31.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "dcae-sch",
  "timestamp": 1627536366270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536372095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536375385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "clamp",
  "timestamp": 1627536376499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "cds",
  "timestamp": 1627536375662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536372095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536375385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627536379460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "clamp",
  "timestamp": 1627536376499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "cds",
  "timestamp": 1627536375662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536375385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627536379460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "clamp",
  "timestamp": 1627536376499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "policy-id",
  "timestamp": 1627536381173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:26:31.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:26:31.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "cds",
  "timestamp": 1627536375662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536381855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:26:31.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:26:31.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536375385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627536379460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "clamp",
  "timestamp": 1627536376499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "policy-id",
  "timestamp": 1627536382178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:26:31.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:26:31.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "cds",
  "timestamp": 1627536375662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536382867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T05:26:31.825Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:26:31.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536375385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:26:31.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627536379460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "clamp",
  "timestamp": 1627536376499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "policy-id",
  "timestamp": 1627536383181,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-29T05:26:31.838Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eed95591-a93c-4107-98aa-36e43f80c474
2021-07-29T05:26:31.839Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eed95591-a93c-4107-98aa-36e43f80c474 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-29T05:26:31.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "cds",
  "timestamp": 1627536375662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:26:31.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536383869,
  "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-29T05:26:31.848Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of eed95591-a93c-4107-98aa-36e43f80c474
2021-07-29T05:26:31.849Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eed95591-a93c-4107-98aa-36e43f80c474 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-29T05:26:31.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627536379460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "clamp",
  "timestamp": 1627536376499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:26:31.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "cds",
  "timestamp": 1627536385053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:26:31.857Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:26:31.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627536379460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "cds",
  "timestamp": 1627536386058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-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-29T05:26:31.861Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eed95591-a93c-4107-98aa-36e43f80c474
2021-07-29T05:26:31.861Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eed95591-a93c-4107-98aa-36e43f80c474 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-29T05:26:31.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627536379460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:31.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627536379460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:26:31.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:26:31.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "clamp",
  "timestamp": 1627536387399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:26:31.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:26:31.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627536388283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:26:31.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:26:31.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "clamp",
  "timestamp": 1627536388940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:26:31.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:26:31.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "clamp",
  "timestamp": 1627536389944,
  "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-29T05:26:31.874Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eed95591-a93c-4107-98aa-36e43f80c474
2021-07-29T05:26:31.874Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eed95591-a93c-4107-98aa-36e43f80c474 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-29T05:26:31.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627536390164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:26:31.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:26:31.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:26:31.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627536391167,
  "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-29T05:26:31.884Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eed95591-a93c-4107-98aa-36e43f80c474
2021-07-29T05:26:31.884Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eed95591-a93c-4107-98aa-36e43f80c474 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-29T05:26:32.304Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:32.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:26:32.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"eed95591-a93c-4107-98aa-36e43f80c474","serviceName":"Demo_pNF_pZ3DGpREonEW03HwTUbY","serviceVersion":"1.0","serviceUUID":"96b36201-345a-4b5c-8d71-c26390687875","serviceDescription":"catalog service description","serviceInvariantUUID":"29bd793c-bed9-4b25-b28d-40e993b3751c","resources":[{"resourceInstanceName":"pNF afec3fa0-7184 0","resourceName":"pNF afec3fa0-7184","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"547a4165-9948-4f18-9856-47f6acae1dbb","resourceInvariantUUID":"f94bcd34-ed3d-4910-a8c2-7f159dd87cd4","resourceCustomizationUUID":"98f6edfe-48b6-49af-80fa-28fc0f95326a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vf-license-model.xml","artifactChecksum":"NjcxYTQ5MTk5Y2U1MGEzZDRlOTRmZGRkMmRmNGFkMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a415e293-e1f0-45e5-aedb-65f543700ec6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/pNF.csar","artifactChecksum":"ODQ4MGMzNjQ0OGVkYTg2ZjM3MGMzOWEyYjQ4ZTkzODk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1de525f6-2fd7-4362-93fc-70b1a7cfb51c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4b32efe6-7bb0-4e41-a203-84ce155cdce3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyY2U4OTZmNTQ2M2Y2YjJhNmM2ZDQwYTRjYzRhYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9efd65fe-7123-4ff1-a879-b9d408afcc63","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d02f594f-487e-4e40-929f-5add0cceebf5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"727c6fef-fc08-4a79-b836-68c7baec31cf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPz3dgpreonew03hwtuby-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-template.yml","artifactChecksum":"NGU2YWVkMTQxZWU3ZWIyNTY5NTE2NTUwMDUxYjI0MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5cd60d1e-909e-4429-9bf4-2119a5aac5dc","artifactVersion":"1"},{"artifactName":"service-DemoPnfPz3dgpreonew03hwtuby-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar","artifactChecksum":"ODNiZjczZjc4MzQ5N2NhYjg0YTgyMTUxZjgzZDVkMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79b63926-9441-48b1-80f4-5c086798cf80","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T05:26:32.306Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:26:32.306Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:26:32.308Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:26:32.308Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:32.408Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:26:32.409Z||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-29T05:26:32.409Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:26:32.418Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:32.419Z||pool-168-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:26:33.309Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:26:33.309Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:26:33.311Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:26:33.311Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:33.411Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:26:33.412Z||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-29T05:26:33.412Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:26:33.420Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:33.420Z||pool-169-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:26:34.311Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:26:34.312Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:26:34.314Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:26:34.314Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:34.414Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:26:34.415Z||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-29T05:26:34.416Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:26:34.426Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:34.426Z||pool-170-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:26:35.315Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:26:35.315Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:26:35.317Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:26:35.317Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:35.417Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:26:35.418Z||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-29T05:26:35.418Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:26:35.427Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:35.427Z||pool-171-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-29T05:26:36.318Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:26:36.318Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:26:36.320Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:26:36.320Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:36.420Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T05:26:36.421Z||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-29T05:26:36.421Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:26:36.428Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:36.429Z||pool-172-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:26:37.321Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:26:37.322Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:26:37.324Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:26:37.324Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:37.424Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:26:37.425Z||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-29T05:26:37.425Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:26:37.434Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:37.434Z||pool-173-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:26:38.325Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:26:38.325Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:26:38.327Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:26:38.327Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:26:38.427Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:26:38.428Z||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-29T05:26:38.428Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:26:38.437Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:38.437Z||pool-174-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:26:39.328Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:26:39.328Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:26:39.330Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:26:39.330Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:26:39.431Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:26:39.432Z||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-29T05:26:39.432Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:26:39.440Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:39.440Z||pool-175-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:26:40.332Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "serviceName": "Demo_pNF_pZ3DGpREonEW03HwTUbY",
  "serviceVersion": "1.0",
  "serviceUUID": "96b36201-345a-4b5c-8d71-c26390687875",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "29bd793c-bed9-4b25-b28d-40e993b3751c",
  "resources": [
    {
      "resourceInstanceName": "pNF afec3fa0-7184 0",
      "resourceCustomizationUUID": "98f6edfe-48b6-49af-80fa-28fc0f95326a",
      "resourceName": "pNF afec3fa0-7184",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "547a4165-9948-4f18-9856-47f6acae1dbb",
      "resourceInvariantUUID": "f94bcd34-ed3d-4910-a8c2-7f159dd87cd4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
      "artifactChecksum": "ODNiZjczZjc4MzQ5N2NhYjg0YTgyMTUxZjgzZDVkMjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79b63926-9441-48b1-80f4-5c086798cf80"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T05:26:40.332Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T05:26:40.332Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96b36201-345a-4b5c-8d71-c26390687875 ASDC
2021-07-29T05:26:40.332Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:eed95591-a93c-4107-98aa-36e43f80c474
ServiceName:Demo_pNF_pZ3DGpREonEW03HwTUbY
ServiceVersion:1.0
ServiceUUID:96b36201-345a-4b5c-8d71-c26390687875
ServiceInvariantUUID:29bd793c-bed9-4b25-b28d-40e993b3751c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
ArtifactUUID:79b63926-9441-48b1-80f4-5c086798cf80
ArtifactChecksum:ODNiZjczZjc4MzQ5N2NhYjg0YTgyMTUxZjgzZDVkMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF afec3fa0-7184 0
ResourceCustomizationUUID:98f6edfe-48b6-49af-80fa-28fc0f95326a
ResourceInvariantUUID:f94bcd34-ed3d-4910-a8c2-7f159dd87cd4
ResourceName:pNF afec3fa0-7184
ResourceType:PNF
ResourceUUID:547a4165-9948-4f18-9856-47f6acae1dbb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-29T05:26:40.332Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96b36201-345a-4b5c-8d71-c26390687875 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-29T05:26:40.366Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T05:26:40.367Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-07-29T05:26:40.368Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-07-29T05:26:40.368Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 79b63926-9441-48b1-80f4-5c086798cf80 from URL: /sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:40.368Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-07-29T05:26:40.368Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:41.165Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-07-29T05:26:41.169Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar 79b63926-9441-48b1-80f4-5c086798cf80 82548
2021-07-29T05:26:41.171Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar ASDC sendASDCNotification
2021-07-29T05:26:41.171Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:41.171Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T05:26:41.172Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:26:41.182Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:26:41.183Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536401171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:26:41.274Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-07-29T05:26:41.275Z||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-29T05:26:41.275Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:26:41.282Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:41.283Z||pool-176-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-29T05:26:42.183Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T05:26:42.184Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-07-29T05:26:42.184Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 79b63926-9441-48b1-80f4-5c086798cf80, URL: /sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar to file: /app/ASDC/1/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:42.185Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:42.185Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:42.185Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:42.307Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6988608780473192125/Definitions/service-DemoPnfPz3dgpreonew03hwtuby-template.yml
2021-07-29T05:26:42.957Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T05:26:42.957Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-07-29T05:26:42.957Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:42.957Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-29T05:26:42.957Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF afec3fa0-7184 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-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:42.958Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||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-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:42.958Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:42.958Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||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-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:42.958Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:42.958Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:42.958Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:42.958Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-07-29T05:26:42.958Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:26:42.958Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pZ3DGpREonEW03HwTUbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:26:42.959Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Node template pNF afec3fa0-7184 0 is matching search criteria
2021-07-29T05:26:42.959Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-07-29T05:26:42.959Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF afec3fa0-7184 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T05:26:42.959Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:26:42.959Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pZ3DGpREonEW03HwTUbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:26:42.960Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Node template pNF afec3fa0-7184 0 is matching search criteria
2021-07-29T05:26:42.960Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-07-29T05:26:42.960Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF afec3fa0-7184 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T05:26:42.960Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:26:42.960Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pZ3DGpREonEW03HwTUbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:26:42.960Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:26:42.961Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pZ3DGpREonEW03HwTUbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:26:42.961Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:26:42.961Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pZ3DGpREonEW03HwTUbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:26:42.961Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:26:42.961Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pZ3DGpREonEW03HwTUbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:26:42.961Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:26:42.961Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pZ3DGpREonEW03HwTUbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:26:42.961Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pZ3DGpREonEW03HwTUbY
Description:catalog service description
Model UUID:96b36201-345a-4b5c-8d71-c26390687875
Model Version:NULL
Model InvariantUuid:29bd793c-bed9-4b25-b28d-40e993b3751c
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-29T05:26:42.972Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 547a4165-9948-4f18-9856-47f6acae1dbb
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-29T05:26:42.974Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||pNF afec3fa0-7184 0
2021-07-29T05:26:42.975Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 547a4165-9948-4f18-9856-47f6acae1dbb
2021-07-29T05:26:42.975Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 96b36201-345a-4b5c-8d71-c26390687875
2021-07-29T05:26:42.975Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 96b36201-345a-4b5c-8d71-c26390687875
2021-07-29T05:26:42.975Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF afec3fa0-7184 0 547a4165-9948-4f18-9856-47f6acae1dbb 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-29T05:26:42.979Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:26:42.979Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pZ3DGpREonEW03HwTUbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:26:42.979Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 96b36201-345a-4b5c-8d71-c26390687875: pNF afec3fa0-7184
2021-07-29T05:26:42.979Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||Processing PNF resource: 547a4165-9948-4f18-9856-47f6acae1dbb
2021-07-29T05:26:42.980Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:26:42.980Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pZ3DGpREonEW03HwTUbY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:26:42.980Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||Resource customization UUID: 98f6edfe-48b6-49af-80fa-28fc0f95326a is the same as notified resource customizationUUID: 98f6edfe-48b6-49af-80fa-28fc0f95326a
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-29T05:26:43.010Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF afec3fa0-7184 547a4165-9948-4f18-9856-47f6acae1dbb 0 ASDC deployResourceStructure
2021-07-29T05:26:43.010Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar ASDC sendASDCNotification
2021-07-29T05:26:43.010Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar
2021-07-29T05:26:43.010Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T05:26:43.010Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:26:43.012Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:26:43.012Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536403010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:26:43.112Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:26:43.113Z||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-29T05:26:43.113Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:26:43.120Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:26:43.120Z||pool-177-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:26:44.013Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eed95591-a93c-4107-98aa-36e43f80c474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:26:44.021Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eed95591-a93c-4107-98aa-36e43f80c474
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-29T05:26:44.022Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:26:44.022Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:26:44.022Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:27:14.023Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eed95591-a93c-4107-98aa-36e43f80c474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:27:14.031Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eed95591-a93c-4107-98aa-36e43f80c474
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-29T05:27:14.033Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:27:14.033Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:27:14.033Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:27:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:27:31.682Z||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-29T05:27:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:27:31.700Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:27:31.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:27:31.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "aai-ml",
  "timestamp": 1627536391049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:27:31.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:27:44.033Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eed95591-a93c-4107-98aa-36e43f80c474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:27:44.040Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eed95591-a93c-4107-98aa-36e43f80c474
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-29T05:27:44.042Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:27:44.043Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:27:44.043Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:28:14.043Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eed95591-a93c-4107-98aa-36e43f80c474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:28:14.053Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eed95591-a93c-4107-98aa-36e43f80c474
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-29T05:28:14.055Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:28:14.055Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:28:14.055Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:28:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:28:31.683Z||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-29T05:28:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:28:32.201Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:28:32.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "aai-ml",
  "timestamp": 1627536391049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "aai-ml",
  "timestamp": 1627536391049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "aai-ml",
  "timestamp": 1627536391049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "aai-ml",
  "timestamp": 1627536391049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "aai-ml",
  "timestamp": 1627536391049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/resourceInstances/pnfafec3fa071840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "aai-ml",
  "timestamp": 1627536391049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "aai-ml",
  "timestamp": 1627536391049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536391680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "aai-ml",
  "timestamp": 1627536401165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536401171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536403010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "aai-ml",
  "timestamp": 1627536405942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPz3dgpreonew03hwtuby/1.0/artifacts/service-DemoPnfPz3dgpreonew03hwtuby-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T05:28:32.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "aai-ml",
  "timestamp": 1627536406946,
  "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-29T05:28:32.211Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eed95591-a93c-4107-98aa-36e43f80c474
2021-07-29T05:28:32.211Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eed95591-a93c-4107-98aa-36e43f80c474 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-29T05:28:44.055Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eed95591-a93c-4107-98aa-36e43f80c474
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:28:44.064Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eed95591-a93c-4107-98aa-36e43f80c474
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-29T05:28:44.067Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:28:44.067Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T05:28:44.067Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T05:28:44.067Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T05:28:44.067Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:28:44.068Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:28:44.068Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:28:44.068Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:28:44.068Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:28:44.068Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:28:44.068Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:28:44.069Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-29T05:28:44.073Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T05:29:14.074Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eed95591-a93c-4107-98aa-36e43f80c474 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-29T05:29:14.079Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eed95591-a93c-4107-98aa-36e43f80c474 and serviceModelVersionId: 96b36201-345a-4b5c-8d71-c26390687875
2021-07-29T05:29:14.080Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29bd793c-bed9-4b25-b28d-40e993b3751c
2021-07-29T05:29:14.080Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29bd793c-bed9-4b25-b28d-40e993b3751c/model-vers/model-ver/96b36201-345a-4b5c-8d71-c26390687875?depth=0
2021-07-29T05:29:14.084Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T05:29:14.108Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29bd793c-bed9-4b25-b28d-40e993b3751c/model-vers/model-ver/96b36201-345a-4b5c-8d71-c26390687875?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-29T05:29:14.109Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29bd793c-bed9-4b25-b28d-40e993b3751c/model-vers/model-ver/96b36201-345a-4b5c-8d71-c26390687875?depth=0|INFO|500||Invoke
2021-07-29T05:29:14.126Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29bd793c-bed9-4b25-b28d-40e993b3751c/model-vers/model-ver/96b36201-345a-4b5c-8d71-c26390687875?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T05:29:14.289Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29bd793c-bed9-4b25-b28d-40e993b3751c/model-vers/model-ver/96b36201-345a-4b5c-8d71-c26390687875?depth=0|INFO|500||InvokeReturn
2021-07-29T05:29:14.289Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/29bd793c-bed9-4b25-b28d-40e993b3751c/model-vers/model-ver/96b36201-345a-4b5c-8d71-c26390687875?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210729-05:29:14:134-47640], vertex-id=[237672], Content-Length=[0], Date=[Thu, 29 Jul 2021 05:29:14 GMT], Content-Type=[application/json]}
2021-07-29T05:29:14.289Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-07-29T05:29:14.290Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T05:29:14.290Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||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-29T05:29:14.293Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-29T05:29:14.294Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eed95591-a93c-4107-98aa-36e43f80c474 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T05:29:14.294Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T05:29:14.294Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:29:14.296Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:29:14.296Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536554294,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:29:14.396Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:29:14.397Z||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-29T05:29:14.397Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:29:14.409Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:29:14.409Z||pool-178-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-29T05:29:15.308Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:29:15.308Z|eed95591-a93c-4107-98aa-36e43f80c474|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-29T05:29:15.308Z|eed95591-a93c-4107-98aa-36e43f80c474|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:29:25.531Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:29:25.531Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:29:25.532Z|eed95591-a93c-4107-98aa-36e43f80c474|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-29T05:29:25.532Z|eed95591-a93c-4107-98aa-36e43f80c474|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:29:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:29:31.682Z||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-29T05:29:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:29:32.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:29:32.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-29T05:29:32.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eed95591-a93c-4107-98aa-36e43f80c474",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536554294,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:29:32.301Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:29:35.071Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:29:35.072Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:29:35.073Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:29:35.073Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:29:44.613Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:30:31.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:30:31.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:30:31.681Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:30:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:30:31.682Z||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-29T05:30:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:30:41.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:30:41.226Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:31:31.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:31:31.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:31:31.681Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:31:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:31:31.682Z||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-29T05:31:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:31:41.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:31:41.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:32:31.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:32:31.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:32:31.681Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:32:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:32:31.682Z||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-29T05:32:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:32:41.219Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:32:41.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:33:31.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:33:31.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:33:31.681Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:33:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:33:31.682Z||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-29T05:33:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:33:41.221Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:33:41.222Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:34:31.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:34:31.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:34:31.681Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:34:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:34:31.682Z||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-29T05:34:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:34:41.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:34:41.229Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:35:31.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:35:31.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:35:31.681Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:35:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:35:31.682Z||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-29T05:35:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:35:41.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:35:41.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:31.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:36:31.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:36:31.681Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:36:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:36:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T05:36:31.683Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:36:32.303Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:32.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-29T05:36:32.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"559df2b0-3b69-4221-ad14-01cee746336c","serviceName":"Demo_pNF_lpQdsKafmJik78RFXe2T","serviceVersion":"1.0","serviceUUID":"83276232-ff0e-4e3a-b650-51bea489a20c","serviceDescription":"catalog service description","serviceInvariantUUID":"18279c32-eaaa-40fd-95ac-cc3d1e93c3aa","resources":[{"resourceInstanceName":"pNF 2ede772d-8d6f 0","resourceName":"pNF 2ede772d-8d6f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5c0edd4d-42c2-4bca-bc0b-397d2dfbc508","resourceInvariantUUID":"41371b7f-f9fa-428f-a2ee-875a2e83b0bf","resourceCustomizationUUID":"180d3d7c-0cfe-4cb0-96ce-057e685ad6c9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vf-license-model.xml","artifactChecksum":"MGIxZjcyZTg1MjJjZmEyYjhiNDJkMTM1ZDAxNzUzZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c50ea54-2cc8-489c-b637-8aeaf5c87f7c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/pNF.csar","artifactChecksum":"ODQ4MGMzNjQ0OGVkYTg2ZjM3MGMzOWEyYjQ4ZTkzODk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5cd38beb-8818-4287-b540-f61ec2cbdcd5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99cfa752-1741-4041-8e3d-f047a879ab65","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vendor-license-model.xml","artifactChecksum":"NWIxNjYyZGExMjJiN2VhZjhjNGQ4MDE2Njc0NjM1MGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fdf2b236-66d3-46c7-b638-e86e41d460c4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"64eebfc8-a5ff-4b78-a82f-c6908bad78cf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b973e6b1-ea80-4221-9668-23a551bcae07","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLpqdskafmjik78rfxe2t-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-template.yml","artifactChecksum":"MmQzODA4NmE2NTg3NDlkM2NhYTI5MDhlNmM0NmI2NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3d07a76f-a356-4182-b3ca-8d3b38407dea","artifactVersion":"1"},{"artifactName":"service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar","artifactChecksum":"M2Q1NGYyZDM4YjljNmEzZjliNjcwMzUzOWVjODFlODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93a698de-ca07-45d8-b327-4dfe8dff59e6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T05:36:32.305Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:36:32.305Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:36:32.308Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:36:32.308Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:36:32.408Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:36:32.409Z||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-29T05:36:32.409Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:36:32.419Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:32.419Z||pool-179-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:36:32.439Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:32.439Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:36:32.439Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "cds",
  "timestamp": 1627536990663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:36:32.440Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:36:33.309Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:36:33.309Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:36:33.311Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:36:33.311Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:36:33.411Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:36:33.412Z||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-29T05:36:33.412Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:36:33.420Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:33.420Z||pool-180-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:36:34.311Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:36:34.312Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:36:34.314Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:36:34.314Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:36:34.414Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:36:34.415Z||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-29T05:36:34.415Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:36:34.441Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:34.442Z||pool-181-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:36:35.314Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:36:35.315Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:36:35.317Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:36:35.317Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:36:35.417Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:36:35.418Z||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-29T05:36:35.418Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:36:35.426Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:35.426Z||pool-182-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:36:36.317Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:36:36.318Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:36:36.320Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:36:36.320Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:36:36.420Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:36:36.421Z||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-29T05:36:36.421Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:36:36.430Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:36.430Z||pool-183-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:36:37.320Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:36:37.321Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:36:37.323Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:36:37.323Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:36:37.423Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:36:37.424Z||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-29T05:36:37.424Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:36:37.433Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:37.433Z||pool-184-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:36:38.323Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:36:38.324Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:36:38.326Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:36:38.326Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:36:38.426Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:36:38.427Z||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-29T05:36:38.427Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:36:38.435Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:38.435Z||pool-185-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:36:39.327Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T05:36:39.327Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:36:39.329Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:36:39.329Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:36:39.429Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:36:39.430Z||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-29T05:36:39.430Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:36:39.437Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:39.437Z||pool-186-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:36:40.330Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "serviceName": "Demo_pNF_lpQdsKafmJik78RFXe2T",
  "serviceVersion": "1.0",
  "serviceUUID": "83276232-ff0e-4e3a-b650-51bea489a20c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "18279c32-eaaa-40fd-95ac-cc3d1e93c3aa",
  "resources": [
    {
      "resourceInstanceName": "pNF 2ede772d-8d6f 0",
      "resourceCustomizationUUID": "180d3d7c-0cfe-4cb0-96ce-057e685ad6c9",
      "resourceName": "pNF 2ede772d-8d6f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5c0edd4d-42c2-4bca-bc0b-397d2dfbc508",
      "resourceInvariantUUID": "41371b7f-f9fa-428f-a2ee-875a2e83b0bf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
      "artifactChecksum": "M2Q1NGYyZDM4YjljNmEzZjliNjcwMzUzOWVjODFlODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "93a698de-ca07-45d8-b327-4dfe8dff59e6"
    }
  ],
  "workloadContext": "Production"
}
2021-07-29T05:36:40.330Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T05:36:40.330Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 83276232-ff0e-4e3a-b650-51bea489a20c ASDC
2021-07-29T05:36:40.331Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:559df2b0-3b69-4221-ad14-01cee746336c
ServiceName:Demo_pNF_lpQdsKafmJik78RFXe2T
ServiceVersion:1.0
ServiceUUID:83276232-ff0e-4e3a-b650-51bea489a20c
ServiceInvariantUUID:18279c32-eaaa-40fd-95ac-cc3d1e93c3aa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
ArtifactUUID:93a698de-ca07-45d8-b327-4dfe8dff59e6
ArtifactChecksum:M2Q1NGYyZDM4YjljNmEzZjliNjcwMzUzOWVjODFlODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2ede772d-8d6f 0
ResourceCustomizationUUID:180d3d7c-0cfe-4cb0-96ce-057e685ad6c9
ResourceInvariantUUID:41371b7f-f9fa-428f-a2ee-875a2e83b0bf
ResourceName:pNF 2ede772d-8d6f
ResourceType:PNF
ResourceUUID:5c0edd4d-42c2-4bca-bc0b-397d2dfbc508
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-29T05:36:40.331Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83276232-ff0e-4e3a-b650-51bea489a20c 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-29T05:36:40.355Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T05:36:40.356Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-29T05:36:40.356Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-29T05:36:40.356Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 93a698de-ca07-45d8-b327-4dfe8dff59e6 from URL: /sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:40.356Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-29T05:36:40.356Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:41.556Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-29T05:36:41.559Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar 93a698de-ca07-45d8-b327-4dfe8dff59e6 82537
2021-07-29T05:36:41.559Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar ASDC sendASDCNotification
2021-07-29T05:36:41.560Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:41.560Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T05:36:41.560Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:36:41.562Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:36:41.562Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627537001559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:36:41.662Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:36:41.663Z||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-29T05:36:41.663Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:36:41.671Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:41.672Z||pool-187-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T05:36:42.562Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T05:36:42.563Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-29T05:36:42.564Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 93a698de-ca07-45d8-b327-4dfe8dff59e6, URL: /sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar to file: /app/ASDC/1/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:42.564Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:42.564Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:42.564Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:42.661Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16434695471651235065/Definitions/service-DemoPnfLpqdskafmjik78rfxe2t-template.yml
2021-07-29T05:36:43.318Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T05:36:43.318Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-29T05:36:43.318Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:43.318Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-29T05:36:43.318Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||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-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:43.318Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||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-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2ede772d-8d6f 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-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lpQdsKafmJik78RFXe2T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Node template pNF 2ede772d-8d6f 0 is matching search criteria
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 2ede772d-8d6f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lpQdsKafmJik78RFXe2T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:36:43.319Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Node template pNF 2ede772d-8d6f 0 is matching search criteria
2021-07-29T05:36:43.320Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-29T05:36:43.320Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 2ede772d-8d6f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T05:36:43.320Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:36:43.320Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lpQdsKafmJik78RFXe2T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:36:43.320Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:36:43.320Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lpQdsKafmJik78RFXe2T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:36:43.320Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:36:43.321Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lpQdsKafmJik78RFXe2T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:36:43.321Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:36:43.321Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lpQdsKafmJik78RFXe2T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:36:43.321Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:36:43.321Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lpQdsKafmJik78RFXe2T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:36:43.321Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_lpQdsKafmJik78RFXe2T
Description:catalog service description
Model UUID:83276232-ff0e-4e3a-b650-51bea489a20c
Model Version:NULL
Model InvariantUuid:18279c32-eaaa-40fd-95ac-cc3d1e93c3aa
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-29T05:36:43.329Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5c0edd4d-42c2-4bca-bc0b-397d2dfbc508
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-29T05:36:43.332Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||pNF 2ede772d-8d6f 0
2021-07-29T05:36:43.332Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5c0edd4d-42c2-4bca-bc0b-397d2dfbc508
2021-07-29T05:36:43.332Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 83276232-ff0e-4e3a-b650-51bea489a20c
2021-07-29T05:36:43.332Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 83276232-ff0e-4e3a-b650-51bea489a20c
2021-07-29T05:36:43.333Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2ede772d-8d6f 0 5c0edd4d-42c2-4bca-bc0b-397d2dfbc508 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-29T05:36:43.336Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:36:43.337Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lpQdsKafmJik78RFXe2T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:36:43.337Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 83276232-ff0e-4e3a-b650-51bea489a20c: pNF 2ede772d-8d6f
2021-07-29T05:36:43.337Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||Processing PNF resource: 5c0edd4d-42c2-4bca-bc0b-397d2dfbc508
2021-07-29T05:36:43.337Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-29T05:36:43.337Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_lpQdsKafmJik78RFXe2T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T05:36:43.338Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||Resource customization UUID: 180d3d7c-0cfe-4cb0-96ce-057e685ad6c9 is the same as notified resource customizationUUID: 180d3d7c-0cfe-4cb0-96ce-057e685ad6c9
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-29T05:36:43.370Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2ede772d-8d6f 5c0edd4d-42c2-4bca-bc0b-397d2dfbc508 0 ASDC deployResourceStructure
2021-07-29T05:36:43.370Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar ASDC sendASDCNotification
2021-07-29T05:36:43.371Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar
2021-07-29T05:36:43.371Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T05:36:43.371Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:36:43.372Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:36:43.372Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627537003370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:36:43.473Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:36:43.474Z||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-29T05:36:43.474Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:36:43.482Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:36:43.483Z||pool-188-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-29T05:36:44.373Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:36:44.383Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
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-29T05:36:44.385Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:36:44.385Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:36:44.385Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:37:14.385Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:37:14.393Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
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-29T05:37:14.395Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:37:14.395Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:37:14.395Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:37:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:37:31.683Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T05:37:31.683Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:37:31.703Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:37:31.703Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:37:31.703Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "aai-ml",
  "timestamp": 1627536991049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:37:31.704Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:37:44.395Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:37:44.406Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
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-29T05:37:44.407Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:37:44.407Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:37:44.408Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:38:14.408Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:38:14.416Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
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-29T05:38:14.417Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:38:14.418Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:38:14.418Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:38:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:38:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T05:38:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:38:31.702Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:38:31.703Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:38:31.703Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:38:31.704Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:38:31.704Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:38:31.704Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "dcae-sch",
  "timestamp": 1627536986270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:38:31.704Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:38:44.418Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:38:44.428Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
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-29T05:38:44.430Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:38:44.430Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:38:44.430Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:39:14.430Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:39:14.441Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
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-29T05:39:14.443Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:39:14.443Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T05:39:14.444Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T05:39:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:39:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-29T05:39:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:39:32.202Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:39:32.204Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.204Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536992095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.205Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.205Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.205Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "cds",
  "timestamp": 1627536990663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.205Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.205Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.205Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "aai-ml",
  "timestamp": 1627536991049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.205Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.205Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.205Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "dcae-sch",
  "timestamp": 1627536986270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.205Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536992095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "cds",
  "timestamp": 1627536990663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "aai-ml",
  "timestamp": 1627536991049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "dcae-sch",
  "timestamp": 1627536986270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.206Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536992095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "cds",
  "timestamp": 1627536990663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "aai-ml",
  "timestamp": 1627536991049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "dcae-sch",
  "timestamp": 1627536986270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536992095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536995385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "cds",
  "timestamp": 1627536990663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.207Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "aai-ml",
  "timestamp": 1627536991049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "dcae-sch",
  "timestamp": 1627536986270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536992095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536995385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "cds",
  "timestamp": 1627536990663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "aai-ml",
  "timestamp": 1627536991049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.208Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "dcae-sch",
  "timestamp": 1627536986270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536992095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536995385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "cds",
  "timestamp": 1627536990663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "aai-ml",
  "timestamp": 1627536991049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.209Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "dcae-sch",
  "timestamp": 1627536986270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536992095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536995385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "cds",
  "timestamp": 1627536990663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "aai-ml",
  "timestamp": 1627536991049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.210Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "dcae-sch",
  "timestamp": 1627536986270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627536991680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627536992095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536995385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536995385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "aai-ml",
  "timestamp": 1627537001478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "cds",
  "timestamp": 1627537001560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.211Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.212Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627537001559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:39:32.212Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.212Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.212Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627537001962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:39:32.212Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.212Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.212Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536995385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.212Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.212Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.212Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "cds",
  "timestamp": 1627537002565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-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-29T05:39:32.219Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 559df2b0-3b69-4221-ad14-01cee746336c
2021-07-29T05:39:32.219Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 559df2b0-3b69-4221-ad14-01cee746336c 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-29T05:39:32.227Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "policy-id",
  "timestamp": 1627537001993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627537002974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627536995385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627537003370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "policy-id",
  "timestamp": 1627537001993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.228Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.229Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.229Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627537003977,
  "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-29T05:39:32.233Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 559df2b0-3b69-4221-ad14-01cee746336c
2021-07-29T05:39:32.233Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 559df2b0-3b69-4221-ad14-01cee746336c 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-29T05:39:32.242Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.242Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "policy-id",
  "timestamp": 1627537001993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.243Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.243Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.243Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "policy-id",
  "timestamp": 1627537001993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.243Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.243Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.243Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "aai-ml",
  "timestamp": 1627537006240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:39:32.243Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.243Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.243Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "policy-id",
  "timestamp": 1627537001993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.243Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.243Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.244Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "clamp",
  "timestamp": 1627537006499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.244Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.244Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.244Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "aai-ml",
  "timestamp": 1627537007243,
  "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-29T05:39:32.249Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 559df2b0-3b69-4221-ad14-01cee746336c
2021-07-29T05:39:32.250Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 559df2b0-3b69-4221-ad14-01cee746336c 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-29T05:39:32.259Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.259Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "policy-id",
  "timestamp": 1627537001993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.259Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.259Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.259Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "clamp",
  "timestamp": 1627537006499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.259Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.259Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.259Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "policy-id",
  "timestamp": 1627537001993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.259Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.259Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.259Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "clamp",
  "timestamp": 1627537006499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.259Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "policy-id",
  "timestamp": 1627537001993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627537009460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "clamp",
  "timestamp": 1627537006499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "policy-id",
  "timestamp": 1627537010853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.260Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627537009460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "clamp",
  "timestamp": 1627537006499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "policy-id",
  "timestamp": 1627537011857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627537009460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "clamp",
  "timestamp": 1627537006499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.261Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "policy-id",
  "timestamp": 1627537012859,
  "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-29T05:39:32.267Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 559df2b0-3b69-4221-ad14-01cee746336c
2021-07-29T05:39:32.267Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 559df2b0-3b69-4221-ad14-01cee746336c 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-29T05:39:32.278Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.278Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627537009460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.278Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.278Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.278Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "clamp",
  "timestamp": 1627537006499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627537009460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "clamp",
  "timestamp": 1627537006499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627537009460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/resourceInstances/pnf2ede772d8d6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627537009460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627537009460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "NOTIFIED"
}
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627537019462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627537021330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:39:32.279Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.280Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.280Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627537022334,
  "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-29T05:39:32.285Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 559df2b0-3b69-4221-ad14-01cee746336c
2021-07-29T05:39:32.285Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 559df2b0-3b69-4221-ad14-01cee746336c 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-29T05:39:32.306Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.306Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "clamp",
  "timestamp": 1627537025045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-29T05:39:32.306Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.307Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.307Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "clamp",
  "timestamp": 1627537026062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLpqdskafmjik78rfxe2t/1.0/artifacts/service-DemoPnfLpqdskafmjik78rfxe2t-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-29T05:39:32.307Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:39:32.307Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T05:39:32.307Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "clamp",
  "timestamp": 1627537027064,
  "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-29T05:39:32.315Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 559df2b0-3b69-4221-ad14-01cee746336c
2021-07-29T05:39:32.315Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 559df2b0-3b69-4221-ad14-01cee746336c 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-29T05:39:44.444Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-29T05:39:44.456Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c
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-29T05:39:44.458Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T05:39:44.458Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T05:39:44.459Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T05:39:44.459Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T05:39:44.459Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:39:44.459Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:39:44.459Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:39:44.459Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:39:44.459Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:39:44.459Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:39:44.459Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-29T05:39:44.460Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-29T05:39:44.464Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T05:40:14.464Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 559df2b0-3b69-4221-ad14-01cee746336c 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-29T05:40:14.469Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 559df2b0-3b69-4221-ad14-01cee746336c and serviceModelVersionId: 83276232-ff0e-4e3a-b650-51bea489a20c
2021-07-29T05:40:14.469Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18279c32-eaaa-40fd-95ac-cc3d1e93c3aa
2021-07-29T05:40:14.470Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18279c32-eaaa-40fd-95ac-cc3d1e93c3aa/model-vers/model-ver/83276232-ff0e-4e3a-b650-51bea489a20c?depth=0
2021-07-29T05:40:14.475Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T05:40:14.511Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18279c32-eaaa-40fd-95ac-cc3d1e93c3aa/model-vers/model-ver/83276232-ff0e-4e3a-b650-51bea489a20c?depth=0|INFO|500||Invoke
2021-07-29T05:40:14.511Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18279c32-eaaa-40fd-95ac-cc3d1e93c3aa/model-vers/model-ver/83276232-ff0e-4e3a-b650-51bea489a20c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18279c32-eaaa-40fd-95ac-cc3d1e93c3aa/model-vers/model-ver/83276232-ff0e-4e3a-b650-51bea489a20c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[559df2b0-3b69-4221-ad14-01cee746336c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0d5943c-2ec5-48c2-a33c-56e5a475a304], X-ECOMP-RequestID=[559df2b0-3b69-4221-ad14-01cee746336c], X-TransactionId=[], X-ONAP-RequestID=[559df2b0-3b69-4221-ad14-01cee746336c], Content-Type=[application/merge-patch+json]}
2021-07-29T05:40:14.530Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18279c32-eaaa-40fd-95ac-cc3d1e93c3aa/model-vers/model-ver/83276232-ff0e-4e3a-b650-51bea489a20c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-29T05:40:14.794Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18279c32-eaaa-40fd-95ac-cc3d1e93c3aa/model-vers/model-ver/83276232-ff0e-4e3a-b650-51bea489a20c?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/18279c32-eaaa-40fd-95ac-cc3d1e93c3aa/model-vers/model-ver/83276232-ff0e-4e3a-b650-51bea489a20c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210729-05:40:14:538-68487], vertex-id=[299256], Content-Length=[0], Date=[Thu, 29 Jul 2021 05:40:14 GMT], Content-Type=[application/json]}
2021-07-29T05:40:14.794Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18279c32-eaaa-40fd-95ac-cc3d1e93c3aa/model-vers/model-ver/83276232-ff0e-4e3a-b650-51bea489a20c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-29T05:40:14.795Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/18279c32-eaaa-40fd-95ac-cc3d1e93c3aa/model-vers/model-ver/83276232-ff0e-4e3a-b650-51bea489a20c?depth=0|INFO|500||InvokeReturn
2021-07-29T05:40:14.795Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T05:40:14.795Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||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-29T05:40:14.798Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-29T05:40:14.798Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 559df2b0-3b69-4221-ad14-01cee746336c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T05:40:14.798Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T05:40:14.799Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-29T05:40:14.801Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T05:40:14.801Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627537214798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:40:14.901Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T05:40:14.902Z||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-29T05:40:14.902Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:40:14.914Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:40:14.914Z||pool-189-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-29T05:40:15.814Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:40:15.814Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:40:15.814Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:40:26.009Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:40:26.009Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:40:26.010Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:40:26.010Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:40:31.682Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:40:31.682Z|eed95591-a93c-4107-98aa-36e43f80c474|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-29T05:40:31.682Z|eed95591-a93c-4107-98aa-36e43f80c474|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:40:32.306Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:40:32.307Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T05:40:32.307Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "559df2b0-3b69-4221-ad14-01cee746336c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627537214798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T05:40:32.307Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T05:40:35.547Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:40:35.547Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:40:35.548Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:40:35.548Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:40:45.090Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:40:45.090Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:40:45.091Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:40:45.091Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:40:54.629Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:41:31.680Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:41:31.681Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:41:31.681Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:41:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:41:31.682Z||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-29T05:41:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:41:41.234Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:41:41.235Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:42:31.680Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:42:31.681Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T05:42:31.681Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T05:42:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:42:31.682Z||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-29T05:42:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:42:41.224Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:42:41.224Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:43:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:43:31.681Z||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-29T05:43:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:43:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:43:31.682Z||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-29T05:43:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:43:41.239Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:43:41.239Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:44:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:44:31.681Z||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-29T05:44:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:44:31.682Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:44:31.682Z|eed95591-a93c-4107-98aa-36e43f80c474|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-29T05:44:31.682Z|eed95591-a93c-4107-98aa-36e43f80c474|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:44:41.229Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:44:41.229Z|eed95591-a93c-4107-98aa-36e43f80c474|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:45:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:45:31.681Z||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-29T05:45:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:45:31.682Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:45:31.682Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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-29T05:45:31.682Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:45:41.223Z|7026c42c-40fc-4aee-9c63-537afa33a3e9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:45:41.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:46:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:46:31.682Z||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-29T05:46:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:46:31.682Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:46:31.682Z|559df2b0-3b69-4221-ad14-01cee746336c|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-29T05:46:31.682Z|559df2b0-3b69-4221-ad14-01cee746336c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:46:41.225Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:46:41.225Z|559df2b0-3b69-4221-ad14-01cee746336c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:47:01.458Z||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)
2021-07-29T05:47:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:47:31.681Z||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-29T05:47:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:47:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T05:47:31.682Z||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-29T05:47:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T05:47:41.227Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-29T05:47:41.227Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK