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-26T01:59:30.287Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-s8mgp with PID 14 (/app/app.jar started by so in /app)
2021-07-26T01:59:30.292Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-26T01:59:30.292Z||main|||||INFO|500||The following profiles are active: basic
2021-07-26T01:59:37.403Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-26T01:59:37.403Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-26T01:59:37.475Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-26T01:59:38.733Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-26T01:59:38.873Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-26T01:59:39.196Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-26T01:59:39.202Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-26T01:59:39.275Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-26T01:59:39.389Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-26T01:59:39.762Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-26T01:59:40.674Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-26T01:59:42.438Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-26T01:59:42.474Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-26T01:59:42.926Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-26T01:59:43.079Z||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-26T01:59:44.176Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-26T01:59:44.972Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-07-26T01:59:44.987Z||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$$f440c983.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-26T01:59:44.988Z||main|||||WARN|500||The sdc end point is not alive
2021-07-26T01:59:46.954Z||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-26T01:59:48.999Z||main|||||WARN|500||---
2021-07-26T01:59:49.000Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-26T01:59:49.000Z||main|||||WARN|500||---
2021-07-26T01:59:49.270Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-26T01:59:51.859Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-26T01:59:51.859Z||main|||||INFO|500||Started Application in 23.254 seconds (JVM running for 24.295)
2021-07-26T01:59:51.860Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-26T01:59:51.872Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-26T01:59:51.894Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-26T01:59:51.994Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f51901ea-fc2c-404c-af96-96c6e848e7d3 url= /sdc/v1/artifactTypes
2021-07-26T01:59:51.995Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-26T01:59:52.215Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-26T01:59:52.230Z||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-26T01:59:52.249Z||scheduling-1|||||DEBUG|500||create keys
2021-07-26T01:59:52.257Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-26T01:59:52.283Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T01:59:52.299Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f9ebcd31-9b9f-477f-a957-e9f8099144e5 url= /sdc/v1/registerForDistribution
2021-07-26T01:59:52.478Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f9ebcd31-9b9f-477f-a957-e9f8099144e5 url= /sdc/v1/registerForDistribution
2021-07-26T01:59:52.479Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-26T01:59:52.488Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T01:59:52.492Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-26T01:59:52.488Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T01:59:52.494Z||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-26T01:59:52.494Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T01:59:52.494Z||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-26T01:59:52.495Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:00:02.724Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:00:02.725Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:00:52.486Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:00:52.487Z||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-26T02:00:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:00:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:00:52.488Z||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-26T02:00:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:01:02.037Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:01:02.038Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:01:52.486Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:01:52.487Z||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-26T02:01:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:01:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:01:52.488Z||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-26T02:01:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:02:02.036Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:02:02.037Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:02:52.486Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:02:52.487Z||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-26T02:02:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:02:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:02:52.489Z||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-26T02:02:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:03:02.030Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:03:02.034Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:03:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:03:52.487Z||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-26T02:03:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:03:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:03:52.489Z||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-26T02:03:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:04:02.033Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:04:02.034Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:04:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:04:52.487Z||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-26T02:04:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:04:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:04:52.488Z||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-26T02:04:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:05:02.032Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:05:02.032Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:05:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:05:52.487Z||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-26T02:05:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:05:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:05:52.488Z||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-26T02:05:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:06:02.036Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:06:02.037Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:06:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:06:52.487Z||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-26T02:06:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:06:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:06:52.488Z||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-26T02:06:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:07:02.039Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:07:02.040Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:07:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:07:52.487Z||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-26T02:07:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:07:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:07:52.488Z||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-26T02:07:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:08:02.037Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:08:02.038Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:08:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:08:52.487Z||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-26T02:08:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:08:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:08:52.488Z||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-26T02:08:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:09:02.035Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:09:02.035Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:09:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:09:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:09:52.489Z||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-26T02:09:52.489Z||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-26T02:09:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:09:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:10:02.039Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:10:02.039Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:10:16.514Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-26T02:10:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:10:52.487Z||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-26T02:10:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:10:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:10:52.488Z||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-26T02:10:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:11:02.027Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:11:02.035Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:11:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:11:52.487Z||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-26T02:11:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:11:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:11:52.488Z||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-26T02:11:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:12:02.031Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:12:02.032Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:12:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:12:52.487Z||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-26T02:12:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:12:52.488Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:12:52.488Z||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-26T02:12:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:13:02.033Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:13:02.034Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:13:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:13:52.487Z||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-26T02:13:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:13:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:13:52.488Z||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-26T02:13:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:14:02.029Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:14:02.029Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:14:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:14:52.487Z||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-26T02:14:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:14:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:14:52.488Z||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-26T02:14:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:15:02.032Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:15:02.032Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:15:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:15:52.487Z||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-26T02:15:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:15:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:15:52.488Z||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-26T02:15:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:16:02.026Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:16:02.067Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:16:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:16:52.486Z||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-26T02:16:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:16:52.488Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:16:52.489Z||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-26T02:16:52.490Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:17:02.035Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:17:02.035Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:17:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:17:52.487Z||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-26T02:17:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:17:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:17:52.488Z||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-26T02:17:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:18:02.069Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:18:02.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:18:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:18:52.487Z||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-26T02:18:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:18:52.488Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:18:52.488Z||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-26T02:18:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:19:02.028Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:19:02.030Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:19:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:19:52.487Z||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-26T02:19:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:19:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:19:52.488Z||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-26T02:19:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:20:02.031Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:20:02.032Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:20:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:20:52.487Z||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-26T02:20:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:20:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:20:52.488Z||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-26T02:20:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:21:02.029Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:21:02.043Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:21:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:21:52.487Z||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-26T02:21:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:21:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:21:52.488Z||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-26T02:21:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:22:02.033Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:22:02.034Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:22:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:22:52.487Z||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-26T02:22:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:22:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:22:52.488Z||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-26T02:22:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:23:02.030Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:23:02.032Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:23:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:23:52.486Z||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-26T02:23:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:23:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:23:52.488Z||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-26T02:23:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:24:02.031Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:24:02.032Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:24:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:24:52.486Z||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-26T02:24:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:24:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:24:52.488Z||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-26T02:24:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:25:02.030Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:25:02.032Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:25:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:25:52.487Z||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-26T02:25:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:25:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:25:52.488Z||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-26T02:25:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:26:02.030Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:26:02.030Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:26:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:26:52.487Z||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-26T02:26:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:26:52.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:26:52.488Z||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-26T02:26:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:27:02.039Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:27:02.039Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:27:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:27:52.487Z||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-26T02:27:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:27:52.488Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:27:52.488Z||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-26T02:27:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:28:02.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:28:02.032Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:28:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:28:52.487Z||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-26T02:28:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:28:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:28:52.488Z||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-26T02:28:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:29:02.031Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:29:02.032Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:29:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:29:52.487Z||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-26T02:29:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:29:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:29:52.488Z||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-26T02:29:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:30:02.029Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:30:02.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:30:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:30:52.486Z||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-26T02:30:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:30:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:30:52.488Z||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-26T02:30:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:31:02.032Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:31:02.036Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:31:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:31:52.486Z||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-26T02:31:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:31:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:31:52.488Z||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-26T02:31:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:32:02.027Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:32:02.028Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:32:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:32:52.487Z||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-26T02:32:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:32:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:32:52.488Z||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-26T02:32:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:33:02.033Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:33:02.038Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:33:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:33:52.487Z||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-26T02:33:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:33:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:33:52.488Z||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-26T02:33:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:34:02.029Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:34:02.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:34:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:34:52.487Z||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-26T02:34:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:34:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:34:52.488Z||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-26T02:34:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:35:02.027Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:35:02.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:35:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:35:52.487Z||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-26T02:35:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:35:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:35:52.488Z||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-26T02:35:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:36:02.029Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:36:02.033Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:36:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:36:52.486Z||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-26T02:36:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:36:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:36:52.488Z||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-26T02:36:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:37:02.030Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:37:02.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:37:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:37:52.486Z||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-26T02:37:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:37:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:37:52.488Z||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-26T02:37:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:38:02.029Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:38:02.037Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:38:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:38:52.487Z||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-26T02:38:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:38:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:38:52.488Z||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-26T02:38:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:39:02.032Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:39:02.033Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:39:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:39:52.487Z||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-26T02:39:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:39:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:39:52.488Z||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-26T02:39:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:40:02.030Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:40:02.032Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:40:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:40:52.486Z||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-26T02:40:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:40:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:40:52.488Z||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-26T02:40:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:41:02.031Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:41:02.032Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:41:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:41:52.486Z||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-26T02:41:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:41:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:41:52.488Z||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-26T02:41:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:42:02.030Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:42:02.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:42:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:42:52.487Z||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-26T02:42:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:42:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:42:52.488Z||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-26T02:42:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:43:02.028Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:43:02.034Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:43:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:43:52.487Z||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-26T02:43:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:43:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:43:52.488Z||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-26T02:43:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:44:02.054Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:44:02.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:44:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:44:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:44:52.489Z||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-26T02:44:52.489Z||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-26T02:44:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:44:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:45:02.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:45:02.040Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:45:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:45:52.487Z||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-26T02:45:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:45:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:45:52.488Z||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-26T02:45:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:46:02.027Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:46:02.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:46:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:46:52.487Z||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-26T02:46:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:46:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:46:52.488Z||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-26T02:46:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:47:02.032Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:47:02.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:47:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:47:52.487Z||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-26T02:47:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:47:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:47:52.488Z||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-26T02:47:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:48:02.031Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:48:02.035Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:48:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:48:52.488Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:48:52.489Z||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-26T02:48:52.489Z||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-26T02:48:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:48:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:49:02.036Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:49:02.036Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:49:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:49:52.486Z||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-26T02:49:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:49:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:49:52.488Z||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-26T02:49:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:50:02.029Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:50:02.031Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:50:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:50:52.487Z||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-26T02:50:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:50:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:50:52.488Z||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-26T02:50:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:51:02.029Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:51:02.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:51:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:51:52.487Z||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-26T02:51:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:51:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:51:52.488Z||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-26T02:51:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:52:02.028Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:52:02.030Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:52:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:52:52.486Z||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-26T02:52:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:52:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:52:52.488Z||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-26T02:52:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:53:02.031Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:53:02.031Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:53:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:53:52.487Z||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-26T02:53:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:53:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:53:52.488Z||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-26T02:53:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:54:02.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:54:02.029Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:54:52.486Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:54:52.487Z||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-26T02:54:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:54:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:54:52.488Z||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-26T02:54:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:55:02.026Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:55:02.031Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:55:52.486Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:55:52.487Z||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-26T02:55:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:55:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:55:52.488Z||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-26T02:55:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:56:02.029Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:56:02.031Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:56:52.486Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:56:52.487Z||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-26T02:56:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:56:52.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:56:52.488Z||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-26T02:56:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:57:02.033Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:57:02.035Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:57:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:57:52.486Z||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-26T02:57:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:57:52.488Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:57:52.488Z||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-26T02:57:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:58:02.032Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:58:02.034Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:58:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:58:52.486Z||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-26T02:58:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:58:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:58:52.488Z||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-26T02:58:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:59:02.027Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:59:02.027Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T02:59:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:59:52.486Z||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-26T02:59:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:59:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:59:52.488Z||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-26T02:59:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:00:02.024Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:00:02.029Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:00:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:00:52.486Z||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-26T03:00:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:00:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:00:52.488Z||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-26T03:00:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:01:02.033Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:01:02.034Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:01:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:01:52.487Z||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-26T03:01:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:01:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:01:52.488Z||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-26T03:01:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:02:02.028Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:02:02.030Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:02:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:02:52.486Z||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-26T03:02:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:02:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:02:52.488Z||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-26T03:02:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:03:02.032Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:03:02.056Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:03:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:03:52.487Z||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-26T03:03:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:03:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:03:52.488Z||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-26T03:03:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:04:02.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:04:02.033Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:04:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:04:52.486Z||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-26T03:04:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:04:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:04:52.488Z||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-26T03:04:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:05:02.033Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:05:02.034Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:05:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:05:52.486Z||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-26T03:05:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:05:52.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:05:52.488Z||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-26T03:05:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:06:02.028Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:06:02.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:06:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:06:52.486Z||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-26T03:06:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:06:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:06:52.488Z||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-26T03:06:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:07:02.028Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:07:02.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:07:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:07:52.486Z||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-26T03:07:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:07:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:07:52.488Z||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-26T03:07:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:08:02.034Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:08:02.036Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:08:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:08:52.487Z||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-26T03:08:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:08:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:08:52.488Z||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-26T03:08:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:09:02.029Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:09:02.030Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:09:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:09:52.487Z||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-26T03:09:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:09:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:09:52.488Z||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-26T03:09:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:10:02.030Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:10:02.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:10:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:10:52.487Z||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-26T03:10:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:10:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:10:52.488Z||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-26T03:10:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:11:02.034Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:11:02.036Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:11:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:11:52.486Z||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-26T03:11:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:11:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:11:52.488Z||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-26T03:11:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:12:02.030Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:12:02.031Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:12:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:12:52.487Z||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-26T03:12:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:12:52.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:12:52.488Z||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-26T03:12:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:13:02.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:13:02.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:13:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:13:52.486Z||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-26T03:13:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:13:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:13:52.488Z||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-26T03:13:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:14:02.031Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:14:02.032Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:14:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:14:52.486Z||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-26T03:14:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:14:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:14:52.488Z||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-26T03:14:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:15:02.030Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:15:02.030Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:15:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:15:52.486Z||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-26T03:15:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:15:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:15:52.488Z||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-26T03:15:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:16:02.033Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:16:02.033Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:16:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:16:52.486Z||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-26T03:16:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:16:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:16:52.488Z||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-26T03:16:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:17:02.023Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:17:02.028Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:17:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:17:52.486Z||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-26T03:17:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:17:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:17:52.488Z||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-26T03:17:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:18:02.026Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:18:02.029Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:18:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:18:52.487Z||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-26T03:18:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:18:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:18:52.488Z||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-26T03:18:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:19:02.030Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:19:02.039Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:19:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:19:52.487Z||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-26T03:19:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:19:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:19:52.488Z||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-26T03:19:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:20:02.030Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:20:02.030Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:20:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:20:52.486Z||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-26T03:20:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:20:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:20:52.488Z||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-26T03:20:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:21:02.027Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:21:02.028Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:21:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:21:52.486Z||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-26T03:21:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:21:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:21:52.488Z||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-26T03:21:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:22:02.030Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:22:02.031Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:22:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:22:52.486Z||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-26T03:22:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:22:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:22:52.488Z||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-26T03:22:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:23:02.027Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:23:02.029Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:23:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:23:52.486Z||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-26T03:23:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:23:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:23:52.488Z||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-26T03:23:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:24:02.029Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:24:02.031Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:24:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:24:52.486Z||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-26T03:24:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:24:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:24:52.488Z||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-26T03:24:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:25:02.027Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:25:02.027Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:25:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:25:52.486Z||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-26T03:25:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:25:52.488Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:25:52.488Z||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-26T03:25:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:26:02.030Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:26:02.030Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:26:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:26:52.486Z||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-26T03:26:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:26:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:26:52.488Z||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-26T03:26:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:27:02.031Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:27:02.032Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:27:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:27:52.486Z||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-26T03:27:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:27:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:27:52.488Z||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-26T03:27:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:28:02.026Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:28:02.029Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:28:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:28:52.487Z||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-26T03:28:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:28:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:28:52.488Z||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-26T03:28:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:29:02.028Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:29:02.029Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:29:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:29:52.486Z||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-26T03:29:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:29:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:29:52.488Z||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-26T03:29:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:30:02.032Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:30:02.032Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:30:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:30:52.486Z||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-26T03:30:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:30:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:30:52.488Z||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-26T03:30:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:31:02.029Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:31:02.030Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:31:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:31:52.486Z||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-26T03:31:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:31:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:31:52.488Z||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-26T03:31:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:32:02.027Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:32:02.032Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:32:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:32:52.486Z||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-26T03:32:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:32:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:32:52.488Z||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-26T03:32:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:33:02.026Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:33:02.027Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:33:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:33:52.486Z||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-26T03:33:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:33:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:33:52.488Z||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-26T03:33:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:34:02.028Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:34:02.030Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:34:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:34:52.486Z||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-26T03:34:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:34:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:34:52.488Z||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-26T03:34:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:35:02.031Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:35:02.032Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:35:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:35:52.486Z||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-26T03:35:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:35:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:35:52.488Z||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-26T03:35:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:36:02.026Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:36:02.030Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:36:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:36:52.486Z||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-26T03:36:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:36:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:36:52.488Z||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-26T03:36:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:37:02.028Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:37:02.033Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:37:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:37:52.487Z||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-26T03:37:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:37:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:37:52.488Z||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-26T03:37:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:38:02.030Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:38:02.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:38:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:38:52.487Z||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-26T03:38:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:38:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:38:52.488Z||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-26T03:38:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:39:02.029Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:39:02.032Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:39:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:39:52.487Z||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-26T03:39:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:39:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:39:52.488Z||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-26T03:39:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:40:02.023Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:40:02.024Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:40:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:40:52.487Z||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-26T03:40:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:40:52.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:40:52.488Z||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-26T03:40:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:41:02.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:41:02.029Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:41:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:41:52.487Z||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-26T03:41:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:41:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:41:52.488Z||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-26T03:41:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:42:02.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:42:02.031Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:42:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:42:52.486Z||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-26T03:42:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:42:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:42:52.488Z||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-26T03:42:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:43:02.026Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:43:02.026Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:43:52.486Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:43:52.486Z||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-26T03:43:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:43:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:43:52.488Z||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-26T03:43:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:44:02.029Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:44:02.029Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:44:52.486Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:44:52.486Z||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-26T03:44:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:44:52.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:44:52.488Z||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-26T03:44:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:45:02.029Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:45:02.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:45:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:45:52.486Z||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-26T03:45:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:45:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:45:52.488Z||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-26T03:45:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:46:02.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:46:02.030Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:46:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:46:52.486Z||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-26T03:46:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:46:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:46:52.488Z||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-26T03:46:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:47:02.027Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:47:02.027Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:47:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:47:52.486Z||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-26T03:47:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:47:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:47:52.488Z||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-26T03:47:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:48:02.028Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:48:02.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:48:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:48:52.486Z||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-26T03:48:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:48:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:48:52.488Z||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-26T03:48:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:49:02.027Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:49:02.027Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:49:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:49:52.486Z||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-26T03:49:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:49:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:49:52.488Z||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-26T03:49:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:50:02.029Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:50:02.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:50:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:50:52.486Z||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-26T03:50:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:50:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:50:52.488Z||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-26T03:50:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:51:02.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:51:02.030Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:51:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:51:52.486Z||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-26T03:51:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:51:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:51:52.488Z||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-26T03:51:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:52:02.031Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:52:02.031Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:52:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:52:52.486Z||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-26T03:52:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:52:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:52:52.488Z||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-26T03:52:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:53:02.031Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:53:02.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:53:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:53:52.486Z||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-26T03:53:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:53:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:53:52.488Z||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-26T03:53:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:54:02.026Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:54:02.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:54:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:54:52.486Z||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-26T03:54:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:54:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:54:52.488Z||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-26T03:54:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:55:02.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:55:02.029Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:55:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:55:52.487Z||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-26T03:55:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:55:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:55:52.488Z||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-26T03:55:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:56:02.029Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:56:02.031Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:56:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:56:52.487Z||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-26T03:56:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:56:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:56:52.488Z||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-26T03:56:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:57:02.028Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:57:02.028Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:57:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:57:52.486Z||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-26T03:57:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:57:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:57:52.488Z||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-26T03:57:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:58:02.033Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:58:02.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:58:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:58:52.486Z||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-26T03:58:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:58:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:58:52.488Z||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-26T03:58:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:59:02.029Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:59:02.031Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T03:59:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:59:52.486Z||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-26T03:59:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:59:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:59:52.488Z||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-26T03:59:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:00:02.025Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:00:02.028Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:00:52.486Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:00:52.486Z||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-26T04:00:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:00:52.488Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:00:52.488Z||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-26T04:00:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:01:02.031Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:01:02.031Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:01:52.486Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:01:52.486Z||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-26T04:01:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:01:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:01:52.488Z||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-26T04:01:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:02:02.026Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:02:02.028Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:02:52.486Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:02:52.486Z||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-26T04:02:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:02:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:02:52.488Z||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-26T04:02:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:03:02.027Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:03:02.027Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:03:52.486Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:03:52.486Z||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-26T04:03:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:03:52.488Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:03:52.488Z||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-26T04:03:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:04:02.032Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:04:02.032Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:04:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:04:52.486Z||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-26T04:04:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:04:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:04:52.488Z||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-26T04:04:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:05:02.025Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:05:02.030Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:05:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:05:52.486Z||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-26T04:05:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:05:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:05:52.488Z||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-26T04:05:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:06:02.029Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:06:02.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:06:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:06:52.487Z||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-26T04:06:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:06:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:06:52.488Z||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-26T04:06:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:07:02.031Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:07:02.032Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:07:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:07:52.486Z||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-26T04:07:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:07:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:07:52.488Z||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-26T04:07:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:08:02.031Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:08:02.032Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:08:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:08:52.486Z||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-26T04:08:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:08:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:08:52.488Z||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-26T04:08:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:09:02.028Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:09:02.028Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:09:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:09:52.486Z||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-26T04:09:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:09:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:09:52.488Z||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-26T04:09:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:10:02.027Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:10:02.027Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:10:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:10:52.486Z||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-26T04:10:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:10:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:10:52.488Z||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-26T04:10:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:11:02.027Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:11:02.027Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:11:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:11:52.486Z||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-26T04:11:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:11:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:11:52.488Z||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-26T04:11:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:12:02.024Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:12:02.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:12:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:12:52.487Z||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-26T04:12:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:12:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:12:52.488Z||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-26T04:12:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:13:02.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:13:02.031Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:13:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:13:52.487Z||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-26T04:13:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:13:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:13:52.488Z||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-26T04:13:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:14:02.029Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:14:02.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:14:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:14:52.486Z||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-26T04:14:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:14:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:14:52.488Z||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-26T04:14:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:15:02.034Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:15:02.035Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:15:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:15:52.486Z||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-26T04:15:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:15:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:15:52.488Z||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-26T04:15:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:16:02.041Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:16:02.042Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:16:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:16:52.486Z||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-26T04:16:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:16:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:16:52.488Z||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-26T04:16:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:17:02.027Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:17:02.027Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:17:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:17:52.486Z||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-26T04:17:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:17:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:17:52.488Z||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-26T04:17:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:18:02.033Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:18:02.043Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:18:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:18:52.486Z||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-26T04:18:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:18:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:18:52.488Z||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-26T04:18:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:19:02.032Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:19:02.035Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:19:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:19:52.486Z||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-26T04:19:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:19:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:19:52.488Z||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-26T04:19:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:20:02.025Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:20:02.026Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:20:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:20:52.487Z||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-26T04:20:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:20:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:20:52.488Z||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-26T04:20:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:21:02.031Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:21:02.032Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:21:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:21:52.486Z||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-26T04:21:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:21:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:21:52.488Z||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-26T04:21:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:22:02.029Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:22:02.029Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:22:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:22:52.486Z||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-26T04:22:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:22:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:22:52.488Z||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-26T04:22:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:23:02.029Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:23:02.041Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:23:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:23:52.487Z||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-26T04:23:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:23:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:23:52.488Z||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-26T04:23:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:02.027Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:24:02.039Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:24:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:24:52.486Z||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-26T04:24:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:24:52.488Z||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-26T04:24:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:53.104Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:24:53.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.105Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:24:53.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"18cdb6f6-1c68-4217-a75f-4331aa13e2cb","serviceName":"vFW 2021-07-26 04-20-48","serviceVersion":"1.0","serviceUUID":"01e49f9b-44fe-4ad6-8659-6c866007b3d8","serviceDescription":"catalog service description","serviceInvariantUUID":"568a9b36-3223-44e4-a25a-09d68967bbda","resources":[{"resourceInstanceName":"vFW bf69d0ca-679e 0","resourceName":"vFW bf69d0ca-679e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb0490eb-b5f4-4216-8d2d-e574f22865ce","resourceInvariantUUID":"d320b50b-3b62-4a57-9793-b6b60d93c2db","resourceCustomizationUUID":"b7b70fa4-4c51-4557-80b8-e361cb964f9c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml","artifactChecksum":"YmUzY2FiMjJiODA3MDFkYjI4ZTQ0NWRmNTJlZmEzMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ef84812d-f96d-480f-b721-7f388a86e0f8","artifactVersion":"1"},{"artifactName":"vfwbf69d0ca679e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json","artifactChecksum":"YzJlNzRkNjBkM2MxMDgyOGI4ZjYyZWM4YWYyZjhkYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f24edb2d-32ba-4375-8d34-a50cc220862e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6df5fbb5-36f2-43c3-aa34-6a77b90b39f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml","artifactChecksum":"OTBjNmU5Y2RhZjlmYjQzYjc1NmM1NWI3ZjA5MTczN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc364ff7-add5-4535-852b-6bde40972126","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef6c5988-ed69-470a-adc1-6f517c226cd6","artifactVersion":"2","generatedFromUUID":"6df5fbb5-36f2-43c3-aa34-6a77b90b39f2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210726042048-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml","artifactChecksum":"YTExOWU4ODNlYmE4NDI3NWNmNzFlNmY5YzBiODcwZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3017c14e-71f8-4a2d-8bb4-0c77a4ee6c91","artifactVersion":"1"},{"artifactName":"service-Vfw20210726042048-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar","artifactChecksum":"MTdiYzYzMjk3NmFiYmZkMTA0ZWQ3MzY0YjVjMWZlMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"726b9b04-17df-4106-b768-54f2eb985778","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:24:53.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273488588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.112Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:53.116Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:53.123Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:53.123Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "cds",
  "timestamp": 1627273488744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273489364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273488588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "cds",
  "timestamp": 1627273488744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273489364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273488588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "cds",
  "timestamp": 1627273488744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273489364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273488588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "cds",
  "timestamp": 1627273488744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:24:53.223Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-07-26T04:24:53.226Z||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-26T04:24:53.226Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:53.233Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:24:53.234Z||pool-3-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:24:54.127Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:54.127Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:54.129Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:54.129Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:24:54.229Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:24:54.230Z||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-26T04:24:54.230Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:54.237Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:24:54.239Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:24:55.129Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:55.130Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:55.132Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:55.132Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:24:55.232Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:24:55.232Z||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-26T04:24:55.233Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:55.241Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:24:55.241Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:24:56.132Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:56.133Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:56.135Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:56.135Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:24:56.235Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:24:56.236Z||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-26T04:24:56.236Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:56.243Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:24:56.244Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:24:57.135Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:57.136Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:57.138Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:57.138Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-26T04:24:57.238Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:24:57.239Z||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-26T04:24:57.239Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:57.247Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:24:57.247Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:24:58.138Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:58.139Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:58.140Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:58.141Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:24:58.241Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:24:58.241Z||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-26T04:24:58.241Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:58.248Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:24:58.249Z||pool-8-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:24:59.141Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:59.142Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:59.144Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:59.144Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:24:59.244Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:24:59.245Z||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-26T04:24:59.245Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:59.252Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:24:59.252Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:00.145Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "serviceName": "vFW 2021-07-26 04-20-48",
  "serviceVersion": "1.0",
  "serviceUUID": "01e49f9b-44fe-4ad6-8659-6c866007b3d8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "568a9b36-3223-44e4-a25a-09d68967bbda",
  "resources": [
    {
      "resourceInstanceName": "vFW bf69d0ca-679e 0",
      "resourceCustomizationUUID": "b7b70fa4-4c51-4557-80b8-e361cb964f9c",
      "resourceName": "vFW bf69d0ca-679e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cb0490eb-b5f4-4216-8d2d-e574f22865ce",
      "resourceInvariantUUID": "d320b50b-3b62-4a57-9793-b6b60d93c2db",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbf69d0ca679e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
          "artifactChecksum": "YzJlNzRkNjBkM2MxMDgyOGI4ZjYyZWM4YWYyZjhkYjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f24edb2d-32ba-4375-8d34-a50cc220862e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6df5fbb5-36f2-43c3-aa34-6a77b90b39f2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ef6c5988-ed69-470a-adc1-6f517c226cd6",
            "generatedFromUUID": "6df5fbb5-36f2-43c3-aa34-6a77b90b39f2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ef6c5988-ed69-470a-adc1-6f517c226cd6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210726042048-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
      "artifactChecksum": "MTdiYzYzMjk3NmFiYmZkMTA0ZWQ3MzY0YjVjMWZlMDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "726b9b04-17df-4106-b768-54f2eb985778"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T04:25:00.146Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:25:00.146Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 01e49f9b-44fe-4ad6-8659-6c866007b3d8 ASDC
2021-07-26T04:25:00.222Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:18cdb6f6-1c68-4217-a75f-4331aa13e2cb
ServiceName:vFW 2021-07-26 04-20-48
ServiceVersion:1.0
ServiceUUID:01e49f9b-44fe-4ad6-8659-6c866007b3d8
ServiceInvariantUUID:568a9b36-3223-44e4-a25a-09d68967bbda
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210726042048-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar
ArtifactUUID:726b9b04-17df-4106-b768-54f2eb985778
ArtifactChecksum:MTdiYzYzMjk3NmFiYmZkMTA0ZWQ3MzY0YjVjMWZlMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bf69d0ca-679e 0
ResourceCustomizationUUID:b7b70fa4-4c51-4557-80b8-e361cb964f9c
ResourceInvariantUUID:d320b50b-3b62-4a57-9793-b6b60d93c2db
ResourceName:vFW bf69d0ca-679e
ResourceType:VF
ResourceUUID:cb0490eb-b5f4-4216-8d2d-e574f22865ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbf69d0ca679e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json
ArtifactUUID:f24edb2d-32ba-4375-8d34-a50cc220862e
ArtifactChecksum:YzJlNzRkNjBkM2MxMDgyOGI4ZjYyZWM4YWYyZjhkYjI=
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/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml
ArtifactUUID:6df5fbb5-36f2-43c3-aa34-6a77b90b39f2
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/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env
ArtifactUUID:ef6c5988-ed69-470a-adc1-6f517c226cd6
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/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env
ArtifactUUID:ef6c5988-ed69-470a-adc1-6f517c226cd6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-26T04:25:00.222Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01e49f9b-44fe-4ad6-8659-6c866007b3d8 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-26T04:25:00.411Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:25:00.412Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:25:00.412Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:25:00.413Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 726b9b04-17df-4106-b768-54f2eb985778 from URL: /sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:00.413Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:25:00.413Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:02.047Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:25:02.063Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar 726b9b04-17df-4106-b768-54f2eb985778 98760
2021-07-26T04:25:02.064Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar ASDC sendASDCNotification
2021-07-26T04:25:02.064Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:02.065Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:25:02.065Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:02.067Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:02.067Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273502063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:25:02.167Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:02.168Z||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-26T04:25:02.168Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:02.178Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:25:02.178Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:25:03.067Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:25:03.068Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:25:03.068Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 726b9b04-17df-4106-b768-54f2eb985778, URL: /sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar to file: /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:03.069Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210726042048-csar.csar
2021-07-26T04:25:03.173Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:03.173Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:03.725Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5657046484706530013/Definitions/service-Vfw20210726042048-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-07-26T04:25:05.978Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:25:05.982Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:25:05.982Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.983Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-07-26T04:25:05.983Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.983Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.983Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.983Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.984Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.984Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.984Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.984Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.984Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.984Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.985Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.985Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bf69d0ca-679e 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-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.985Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.985Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:25:05.992Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:05.994Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:05.998Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:05.999Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:25:06.000Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:25:06.002Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.003Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:06.003Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:06.003Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:25:06.004Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:25:06.004Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.004Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:06.008Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.008Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:06.008Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:06.008Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:06.008Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-26T04:25:06.009Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.009Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.009Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-26T04:25:06.009Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.009Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-26T04:25:06.009Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-26T04:25:06.010Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.010Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.010Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-26T04:25:06.010Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.010Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-26T04:25:06.011Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.011Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-26T04:25:06.011Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.011Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:25:06.012Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.012Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:06.012Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:06.013Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.013Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:06.013Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:06.013Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.013Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:06.014Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:06.014Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.014Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:06.014Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:06.014Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:06.014Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-26T04:25:06.015Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-26T04:25:06.015Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-26T04:25:06.015Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.015Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.015Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-26T04:25:06.015Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.016Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-26T04:25:06.016Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.016Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=247fa6c7-8ed7-4f65-a93c-cec4e4e21048
2021-07-26T04:25:06.016Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.016Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.018Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-26T04:25:06.018Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-26T04:25:06.018Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.018Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-26T04:25:06.018Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.018Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8b30d10-c167-483f-966a-aca23b79b0a4
2021-07-26T04:25:06.019Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.019Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:06.019Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:06.019Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:06.019Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-26T04:25:06.020Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.020Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.020Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-26T04:25:06.020Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.020Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-26T04:25:06.020Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-26T04:25:06.021Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.021Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.021Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-26T04:25:06.021Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e47d83d7-ad59-4db1-8504-635f951ebdd7
2021-07-26T04:25:06.021Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.021Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:06.022Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.022Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:06.022Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.022Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:06.023Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:06.023Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:06.023Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-07-26 04-20-48
Description:catalog service description
Model UUID:01e49f9b-44fe-4ad6-8659-6c866007b3d8
Model Version:NULL
Model InvariantUuid:568a9b36-3223-44e4-a25a-09d68967bbda
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW bf69d0ca-679e
Model UUID:84d76ef6-436d-4b9b-a95a-0a42375c2952
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d320b50b-3b62-4a57-9793-b6b60d93c2db
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7b70fa4-4c51-4557-80b8-e361cb964f9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fffdeb51-bf16-44ae-b63f-da1c292deb1b
ModelName:VfwBf69d0ca679e..base_vfw..module-0
ModelUuid:7aeb1cf4-0e25-4a37-8f98-0f383bb6787d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:247fa6c7-8ed7-4f65-a93c-cec4e4e21048
ModelInvariantUuid:d37ae49e-8de8-4da1-bc33-c4ef03d33312
ModelName:vFW bf69d0ca-679e-nodes.vfwCvfc
ModelUuid:f8ecb16e-a4cb-44c6-a3ba-11c192c375aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:40654cbb-9b32-4c04-83a7-fc8b86a69cfc
ModelInvariantUuid:004a9d8b-ae32-4d72-b36c-3f6edf4b8255
ModelName:VfwBf69d0ca679e.compute.nodes.heat.vfw
ModelUuid:98392907-3343-451e-a1e8-bd28e154d8d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d8b30d10-c167-483f-966a-aca23b79b0a4
ModelInvariantUuid:15e3757b-2b72-4ef6-a048-7d86bba8bea1
ModelName:vFW bf69d0ca-679e-nodes.vsnCvfc
ModelUuid:26b90356-917f-47e4-bf84-9fcd24d230e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1f5f220b-28e9-4e06-8054-91514a269c92
ModelInvariantUuid:2479b3f8-2047-432a-9029-72301054e67b
ModelName:VfwBf69d0ca679e.compute.nodes.heat.vsn
ModelUuid:519f3882-f0a3-494b-b724-85f3cea8146d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e47d83d7-ad59-4db1-8504-635f951ebdd7
ModelInvariantUuid:6a87ba61-6015-4323-8c93-ee5455ccb2ba
ModelName:vFW bf69d0ca-679e-nodes.vpgCvfc
ModelUuid:7d49b7af-8cab-42b4-baad-ca342b914202
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3abcb1c6-ba89-4f72-9bef-1157d9f3b6ed
ModelInvariantUuid:27cf4168-f988-419d-88f0-cad0e0aabd71
ModelName:VfwBf69d0ca679e.compute.nodes.heat.vpg
ModelUuid:abab3b86-f10f-417b-b7cf-9ac8fb2a6e89
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-26T04:25:06.041Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: cb0490eb-b5f4-4216-8d2d-e574f22865ce
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-26T04:25:06.108Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||vFW bf69d0ca-679e 0
2021-07-26T04:25:06.113Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb0490eb-b5f4-4216-8d2d-e574f22865ce
2021-07-26T04:25:06.113Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f24edb2d-32ba-4375-8d34-a50cc220862e from URL: /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json
2021-07-26T04:25:06.113Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:25:06.114Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json
2021-07-26T04:25:07.556Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:25:07.557Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json f24edb2d-32ba-4375-8d34-a50cc220862e 785
2021-07-26T04:25:07.557Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json ASDC sendASDCNotification
2021-07-26T04:25:07.557Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json
2021-07-26T04:25:07.557Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:25:07.558Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:07.560Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:07.560Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273507557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:25:07.660Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:07.661Z||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-26T04:25:07.662Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:07.672Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:25:07.672Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:08.562Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBf69d0ca679e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fffdeb51-bf16-44ae-b63f-da1c292deb1b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7aeb1cf4-0e25-4a37-8f98-0f383bb6787d",
    "vfModuleModelCustomizationUUID": "b38bf129-e40f-463a-a0aa-03d246a00789",
    "isBase": true,
    "artifacts": [
      "6df5fbb5-36f2-43c3-aa34-6a77b90b39f2",
      "ef6c5988-ed69-470a-adc1-6f517c226cd6"
    ],
    "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-26T04:25:08.582Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBf69d0ca679e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7aeb1cf4-0e25-4a37-8f98-0f383bb6787d
VfModuleModelInvariantUUID:fffdeb51-bf16-44ae-b63f-da1c292deb1b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6df5fbb5-36f2-43c3-aa34-6a77b90b39f2
,
ef6c5988-ed69-470a-adc1-6f517c226cd6

}
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-26T04:25:08.584Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBf69d0ca679e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fffdeb51-bf16-44ae-b63f-da1c292deb1b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7aeb1cf4-0e25-4a37-8f98-0f383bb6787d",
    "vfModuleModelCustomizationUUID": "b38bf129-e40f-463a-a0aa-03d246a00789",
    "isBase": true,
    "artifacts": [
      "6df5fbb5-36f2-43c3-aa34-6a77b90b39f2",
      "ef6c5988-ed69-470a-adc1-6f517c226cd6"
    ],
    "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-26T04:25:08.584Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBf69d0ca679e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7aeb1cf4-0e25-4a37-8f98-0f383bb6787d
VfModuleModelInvariantUUID:fffdeb51-bf16-44ae-b63f-da1c292deb1b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6df5fbb5-36f2-43c3-aa34-6a77b90b39f2
,
ef6c5988-ed69-470a-adc1-6f517c226cd6

}
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-26T04:25:08.585Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6df5fbb5-36f2-43c3-aa34-6a77b90b39f2 from URL: /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml
2021-07-26T04:25:08.585Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:25:08.585Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml
2021-07-26T04:25:09.596Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:25:09.596Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml 6df5fbb5-36f2-43c3-aa34-6a77b90b39f2 20368
2021-07-26T04:25:09.597Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-26T04:25:09.597Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml
2021-07-26T04:25:09.597Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:25:09.597Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:09.599Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:09.599Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273509597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:25:09.699Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:09.702Z||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-26T04:25:09.702Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:09.710Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:25:09.710Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:10.600Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef6c5988-ed69-470a-adc1-6f517c226cd6 from URL: /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env
2021-07-26T04:25:10.600Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:25:10.601Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env
2021-07-26T04:25:12.250Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:25:12.250Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env ef6c5988-ed69-470a-adc1-6f517c226cd6 2098
2021-07-26T04:25:12.250Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-26T04:25:12.250Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env
2021-07-26T04:25:12.250Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:25:12.250Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:12.252Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:12.252Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273512250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:25:12.352Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:12.353Z||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-26T04:25:12.353Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:12.362Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:25:12.362Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:13.253Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 01e49f9b-44fe-4ad6-8659-6c866007b3d8
2021-07-26T04:25:13.254Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bf69d0ca-679e 0 cb0490eb-b5f4-4216-8d2d-e574f22865ce 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-26T04:25:13.288Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.288Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.288Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-07-26T04:25:13.288Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b7b70fa4-4c51-4557-80b8-e361cb964f9c
2021-07-26T04:25:13.289Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7b70fa4-4c51-4557-80b8-e361cb964f9c matches Tosca VF Customization UUID: b7b70fa4-4c51-4557-80b8-e361cb964f9c
2021-07-26T04:25:13.289Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b7b70fa4-4c51-4557-80b8-e361cb964f9c  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-26T04:25:13.294Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.294Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.295Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b7b70fa4-4c51-4557-80b8-e361cb964f9c: {\"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-26T04:25:13.295Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cc073d2
2021-07-26T04:25:13.295Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.295Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:25:13.296Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b38bf129-e40f-463a-a0aa-03d246a00789
2021-07-26T04:25:13.296Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b38bf129-e40f-463a-a0aa-03d246a00789
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-26T04:25:13.300Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.300Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:13.300Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:13.301Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.301Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:13.301Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:13.301Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.301Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-26T04:25:13.303Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:13.303Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-26T04:25:13.303Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.303Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=247fa6c7-8ed7-4f65-a93c-cec4e4e21048
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-26T04:25:13.307Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8b30d10-c167-483f-966a-aca23b79b0a4
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-26T04:25:13.311Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.311Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:13.311Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e47d83d7-ad59-4db1-8504-635f951ebdd7
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-26T04:25:13.316Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.316Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:13.316Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:13.316Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.316Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:13.316Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=b7b70fa4-4c51-4557-80b8-e361cb964f9c
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-26T04:25:13.317Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.318Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.318Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 01e49f9b-44fe-4ad6-8659-6c866007b3d8: vFW bf69d0ca-679e
2021-07-26T04:25:13.318Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.318Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.318Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.318Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-07-26 04-20-48 
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-26T04:25:13.534Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bf69d0ca-679e cb0490eb-b5f4-4216-8d2d-e574f22865ce 1 ASDC deployResourceStructure
2021-07-26T04:25:13.534Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json ASDC sendASDCNotification
2021-07-26T04:25:13.534Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json
2021-07-26T04:25:13.534Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:25:13.534Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:13.536Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:13.536Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273513534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:25:13.636Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:13.637Z||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-26T04:25:13.637Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:13.645Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:25:13.646Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:14.537Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-26T04:25:14.537Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml
2021-07-26T04:25:14.537Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:25:14.537Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:14.538Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:14.539Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273514537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:25:14.639Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:14.639Z||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-26T04:25:14.639Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:14.647Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:25:14.647Z||pool-15-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:15.539Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-26T04:25:15.540Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env
2021-07-26T04:25:15.540Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:25:15.540Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:15.542Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:15.542Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273515539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-26T04:25:15.642Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:15.643Z||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-26T04:25:15.643Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:15.651Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:25:15.651Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:16.543Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar ASDC sendASDCNotification
2021-07-26T04:25:16.543Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:16.543Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:25:16.544Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:16.545Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:16.545Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273516543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:25:16.645Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:16.646Z||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-26T04:25:16.646Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:16.653Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:25:16.654Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:17.546Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:25:17.565Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:25:17.567Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:25:17.568Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:25:17.568Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:25:47.568Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:25:47.576Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:25:47.577Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:25:47.577Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:25:47.577Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:25:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:25:52.488Z||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-26T04:25:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:52.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:25:52.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:25:52.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273489364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:25:52.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:17.577Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:26:17.585Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:26:17.587Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:26:17.587Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:26:17.587Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:26:47.587Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:26:47.596Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:26:47.598Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:26:47.598Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:26:47.598Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:26:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:26:52.488Z||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-26T04:26:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:26:52.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:26:52.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273488588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "cds",
  "timestamp": 1627273488744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "clamp",
  "timestamp": 1627273493095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273489364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273488588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "cds",
  "timestamp": 1627273488744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "clamp",
  "timestamp": 1627273493095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273489364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273488588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "cds",
  "timestamp": 1627273488744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "clamp",
  "timestamp": 1627273493095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273489364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "clamp",
  "timestamp": 1627273493095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1627273496222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "policy-id",
  "timestamp": 1627273496374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "cds",
  "timestamp": 1627273497095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273497155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273497672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273497050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "clamp",
  "timestamp": 1627273493095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1627273496222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "policy-id",
  "timestamp": 1627273496374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "cds",
  "timestamp": 1627273498110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-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-26T04:26:52.526Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
2021-07-26T04:26:52.526Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:26:52.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "aai-ml",
  "timestamp": 1627273497418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273497050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "clamp",
  "timestamp": 1627273493095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273498852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1627273496222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "policy-id",
  "timestamp": 1627273496374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "aai-ml",
  "timestamp": 1627273497418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273492486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273497050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "clamp",
  "timestamp": 1627273493095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1627273496222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "policy-id",
  "timestamp": 1627273496374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "aai-ml",
  "timestamp": 1627273497418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273500455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273497050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1627273496222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "policy-id",
  "timestamp": 1627273496374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "aai-ml",
  "timestamp": 1627273497418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273497050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273501727,
  "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-26T04:26:52.541Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
2021-07-26T04:26:52.541Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:26:52.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1627273496222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273502063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "policy-id",
  "timestamp": 1627273496374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "aai-ml",
  "timestamp": 1627273497418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273502654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273497050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273502730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1627273496222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "policy-id",
  "timestamp": 1627273496374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "aai-ml",
  "timestamp": 1627273497418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273503659,
  "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-26T04:26:52.552Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
2021-07-26T04:26:52.552Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:26:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273497050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "aai-ml",
  "timestamp": 1627273497418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "policy-id",
  "timestamp": 1627273505465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "policy-id",
  "timestamp": 1627273506473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "aai-ml",
  "timestamp": 1627273507016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "policy-id",
  "timestamp": 1627273507477,
  "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-26T04:26:52.563Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
2021-07-26T04:26:52.563Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:26:52.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273507557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273509597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273512250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273513534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273514537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273515539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273516543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "clamp",
  "timestamp": 1627273518530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "clamp",
  "timestamp": 1627273519600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "clamp",
  "timestamp": 1627273520604,
  "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-26T04:26:52.573Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
2021-07-26T04:26:52.573Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:26:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "aai-ml",
  "timestamp": 1627273527587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:26:52.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "aai-ml",
  "timestamp": 1627273528593,
  "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-26T04:26:52.583Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
2021-07-26T04:26:52.583Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:27:17.598Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:27:17.607Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:27:17.610Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:27:17.610Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:27:17.610Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T04:27:17.614Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:27:47.614Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:27:47.621Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb and serviceModelVersionId: 01e49f9b-44fe-4ad6-8659-6c866007b3d8
2021-07-26T04:27:47.621Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 568a9b36-3223-44e4-a25a-09d68967bbda
2021-07-26T04:27:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:27:52.488Z||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-26T04:27:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:27:53.011Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "cds",
  "timestamp": 1627273578744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "dcae-sch",
  "timestamp": 1627273576222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273579363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273577050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "policy-id",
  "timestamp": 1627273576374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "clamp",
  "timestamp": 1627273583095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "cds",
  "timestamp": 1627273578744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "dcae-sch",
  "timestamp": 1627273576222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273579363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273577050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "policy-id",
  "timestamp": 1627273576374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "clamp",
  "timestamp": 1627273583095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "cds",
  "timestamp": 1627273578744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "dcae-sch",
  "timestamp": 1627273576222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273579363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273577050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "policy-id",
  "timestamp": 1627273576374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "clamp",
  "timestamp": 1627273583095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "cds",
  "timestamp": 1627273578744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "dcae-sch",
  "timestamp": 1627273576222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273579363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273577050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "policy-id",
  "timestamp": 1627273576374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "clamp",
  "timestamp": 1627273583095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "cds",
  "timestamp": 1627273578744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "dcae-sch",
  "timestamp": 1627273576222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273579363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273577050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "policy-id",
  "timestamp": 1627273576374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "clamp",
  "timestamp": 1627273583095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "aai-ml",
  "timestamp": 1627273587418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "cds",
  "timestamp": 1627273578744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "dcae-sch",
  "timestamp": 1627273576222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273579363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273577050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "policy-id",
  "timestamp": 1627273576374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "clamp",
  "timestamp": 1627273583095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "aai-ml",
  "timestamp": 1627273587418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "cds",
  "timestamp": 1627273578744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "dcae-sch",
  "timestamp": 1627273576222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273579363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627273577050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "policy-id",
  "timestamp": 1627273576374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273588588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "clamp",
  "timestamp": 1627273583095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "aai-ml",
  "timestamp": 1627273587418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273588588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "aai-ml",
  "timestamp": 1627273587418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273588588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "cds",
  "timestamp": 1627273591747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "policy-id",
  "timestamp": 1627273591781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "aai-ml",
  "timestamp": 1627273587418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273592074,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273588588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "cds",
  "timestamp": 1627273592751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-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-26T04:27:53.035Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 297da991-007a-4974-9269-676de77bd57e
2021-07-26T04:27:53.035Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297da991-007a-4974-9269-676de77bd57e 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-26T04:27:53.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "policy-id",
  "timestamp": 1627273592784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:27:53.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "aai-ml",
  "timestamp": 1627273587418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273588588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "policy-id",
  "timestamp": 1627273593786,
  "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-26T04:27:53.044Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 297da991-007a-4974-9269-676de77bd57e
2021-07-26T04:27:53.044Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297da991-007a-4974-9269-676de77bd57e 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-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "aai-ml",
  "timestamp": 1627273587418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273588588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273594467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273588588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627273595470,
  "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-26T04:27:53.055Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 297da991-007a-4974-9269-676de77bd57e
2021-07-26T04:27:53.055Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297da991-007a-4974-9269-676de77bd57e 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-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "aai-ml",
  "timestamp": 1627273596065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273597242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273598961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "clamp",
  "timestamp": 1627273599535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273600393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "clamp",
  "timestamp": 1627273600554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273601412,
  "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-26T04:27:53.065Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 297da991-007a-4974-9269-676de77bd57e
2021-07-26T04:27:53.065Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297da991-007a-4974-9269-676de77bd57e 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-26T04:27:53.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "clamp",
  "timestamp": 1627273601557,
  "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-26T04:27:53.074Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 297da991-007a-4974-9269-676de77bd57e
2021-07-26T04:27:53.074Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297da991-007a-4974-9269-676de77bd57e 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-26T04:27:53.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627273602415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "aai-ml",
  "timestamp": 1627273602784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "aai-ml",
  "timestamp": 1627273603789,
  "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-26T04:27:53.083Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 297da991-007a-4974-9269-676de77bd57e
2021-07-26T04:27:53.084Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297da991-007a-4974-9269-676de77bd57e 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-26T04:27:58.321Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/568a9b36-3223-44e4-a25a-09d68967bbda/model-vers/model-ver/01e49f9b-44fe-4ad6-8659-6c866007b3d8?depth=0
2021-07-26T04:27:58.434Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:27:58.992Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/568a9b36-3223-44e4-a25a-09d68967bbda/model-vers/model-ver/01e49f9b-44fe-4ad6-8659-6c866007b3d8?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-26T04:27:58.996Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/568a9b36-3223-44e4-a25a-09d68967bbda/model-vers/model-ver/01e49f9b-44fe-4ad6-8659-6c866007b3d8?depth=0|INFO|500||Invoke
2021-07-26T04:27:59.104Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/568a9b36-3223-44e4-a25a-09d68967bbda/model-vers/model-ver/01e49f9b-44fe-4ad6-8659-6c866007b3d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T04:27:59.467Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/568a9b36-3223-44e4-a25a-09d68967bbda/model-vers/model-ver/01e49f9b-44fe-4ad6-8659-6c866007b3d8?depth=0|INFO|500||InvokeReturn
2021-07-26T04:27:59.467Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/568a9b36-3223-44e4-a25a-09d68967bbda/model-vers/model-ver/01e49f9b-44fe-4ad6-8659-6c866007b3d8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210726-04:27:59:116-44396], vertex-id=[196664], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:27:59 GMT], Content-Type=[application/json]}
2021-07-26T04:27:59.467Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:27:59.470Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:27:59.470Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:27:59.474Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T04:27:59.474Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 18cdb6f6-1c68-4217-a75f-4331aa13e2cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:27:59.475Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:27:59.475Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:27:59.476Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:27:59.477Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273679474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:27:59.577Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:27:59.577Z||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-26T04:27:59.577Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:27:59.586Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:27:59.586Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 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-26T04:28:00.486Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:28:00.486Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|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-26T04:28:00.486Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:04.791Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:04.792Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:28:04.792Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"297da991-007a-4974-9269-676de77bd57e","serviceName":"basic_onboard_FyzLyG","serviceVersion":"1.0","serviceUUID":"74399694-41e5-4126-a2d6-b0ea6eb46161","serviceDescription":"service","serviceInvariantUUID":"fcc8136d-88ba-4acc-a50a-f7c09f630ccc","resources":[{"resourceInstanceName":"basic_onboard_FyzLyG 0","resourceName":"basic_onboard_FyzLyG","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea","resourceInvariantUUID":"7a05f395-b89b-469c-b6d5-056e3d26abc6","resourceCustomizationUUID":"68d77221-1084-4dc6-a671-08d436e0a21e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml","artifactChecksum":"ZTMzM2VkOGRkMTAyYzk4YTg3ZDdmMDE4NmE4ODFmNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2868dbaf-5dd8-4f28-a9bb-903ae55d5e92","artifactVersion":"1"},{"artifactName":"basic_onboard_fyzlyg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json","artifactChecksum":"ZDI1YTRiMDhjYjljYjI2Y2JjYzgwNTY1MjJlYWE5Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ec5115a-00db-445a-9e86-386cef50c773","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1f9ca66d-1692-431b-abd5-0ce049b60eaf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4b0d53bc-6f97-4434-b97a-fefe845b20f4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5218d778-b890-44b7-a3f9-47bbf96c2341","artifactVersion":"2","generatedFromUUID":"1f9ca66d-1692-431b-abd5-0ce049b60eaf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFyzlyg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml","artifactChecksum":"NTJkMTE5ODc1Y2FkMGJiZTlkZGY2YjExMDgwMTkyM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97d8418a-c443-4449-8afc-c9928861e022","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFyzlyg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar","artifactChecksum":"M2NmNDZmOTEyMzFiMTkyNDlmMDEyNWM1MGIzNjlmYmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5ec9265-ece4-490c-9544-17bdb9b6d34a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:28:04.794Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:04.794Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:04.795Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:04.795Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:28:04.896Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T04:28:04.896Z||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-26T04:28:04.896Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:04.906Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:04.906Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:28:05.796Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:05.796Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:05.798Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:05.798Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:28:05.898Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:05.899Z||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-26T04:28:05.899Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:05.911Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:05.911Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:06.798Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:06.799Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:06.800Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:06.800Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:28:06.901Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T04:28:06.901Z||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-26T04:28:06.901Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:06.909Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:06.909Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:07.801Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:07.802Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:07.803Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:07.803Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:28:07.904Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T04:28:07.904Z||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-26T04:28:07.904Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:07.913Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:07.913Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:08.804Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:08.804Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:08.806Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:08.806Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-26T04:28:08.906Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:08.907Z||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-26T04:28:08.907Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:08.915Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:08.916Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:09.806Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:09.807Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:09.808Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:09.808Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:28:09.908Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:09.909Z||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-26T04:28:09.909Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:09.918Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:09.918Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:10.809Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:10.809Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:10.811Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:10.811Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:28:10.911Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:10.912Z||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-26T04:28:10.912Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:10.922Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:10.922Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:11.812Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "serviceName": "basic_onboard_FyzLyG",
  "serviceVersion": "1.0",
  "serviceUUID": "74399694-41e5-4126-a2d6-b0ea6eb46161",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fcc8136d-88ba-4acc-a50a-f7c09f630ccc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FyzLyG 0",
      "resourceCustomizationUUID": "68d77221-1084-4dc6-a671-08d436e0a21e",
      "resourceName": "basic_onboard_FyzLyG",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea",
      "resourceInvariantUUID": "7a05f395-b89b-469c-b6d5-056e3d26abc6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_fyzlyg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
          "artifactChecksum": "ZDI1YTRiMDhjYjljYjI2Y2JjYzgwNTY1MjJlYWE5Njg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3ec5115a-00db-445a-9e86-386cef50c773",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1f9ca66d-1692-431b-abd5-0ce049b60eaf",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5218d778-b890-44b7-a3f9-47bbf96c2341",
            "generatedFromUUID": "1f9ca66d-1692-431b-abd5-0ce049b60eaf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5218d778-b890-44b7-a3f9-47bbf96c2341",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFyzlyg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
      "artifactChecksum": "M2NmNDZmOTEyMzFiMTkyNDlmMDEyNWM1MGIzNjlmYmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e5ec9265-ece4-490c-9544-17bdb9b6d34a"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T04:28:11.813Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:28:11.813Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74399694-41e5-4126-a2d6-b0ea6eb46161 ASDC
2021-07-26T04:28:11.814Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:297da991-007a-4974-9269-676de77bd57e
ServiceName:basic_onboard_FyzLyG
ServiceVersion:1.0
ServiceUUID:74399694-41e5-4126-a2d6-b0ea6eb46161
ServiceInvariantUUID:fcc8136d-88ba-4acc-a50a-f7c09f630ccc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFyzlyg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar
ArtifactUUID:e5ec9265-ece4-490c-9544-17bdb9b6d34a
ArtifactChecksum:M2NmNDZmOTEyMzFiMTkyNDlmMDEyNWM1MGIzNjlmYmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FyzLyG 0
ResourceCustomizationUUID:68d77221-1084-4dc6-a671-08d436e0a21e
ResourceInvariantUUID:7a05f395-b89b-469c-b6d5-056e3d26abc6
ResourceName:basic_onboard_FyzLyG
ResourceType:VF
ResourceUUID:4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fyzlyg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json
ArtifactUUID:3ec5115a-00db-445a-9e86-386cef50c773
ArtifactChecksum:ZDI1YTRiMDhjYjljYjI2Y2JjYzgwNTY1MjJlYWE5Njg=
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/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1f9ca66d-1692-431b-abd5-0ce049b60eaf
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/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env
ArtifactUUID:5218d778-b890-44b7-a3f9-47bbf96c2341
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/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env
ArtifactUUID:5218d778-b890-44b7-a3f9-47bbf96c2341
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-26T04:28:11.814Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74399694-41e5-4126-a2d6-b0ea6eb46161 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-26T04:28:11.840Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:28:11.840Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:28:11.841Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:28:11.841Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e5ec9265-ece4-490c-9544-17bdb9b6d34a from URL: /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:11.841Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:28:11.841Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:12.845Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:28:12.849Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar e5ec9265-ece4-490c-9544-17bdb9b6d34a 71384
2021-07-26T04:28:12.849Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar ASDC sendASDCNotification
2021-07-26T04:28:12.849Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:12.849Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:28:12.850Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:12.851Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:12.851Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273692849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:28:12.952Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:12.952Z||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-26T04:28:12.952Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:12.960Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:12.960Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:13.852Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:28:13.853Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:28:13.853Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e5ec9265-ece4-490c-9544-17bdb9b6d34a, URL: /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar to file: /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:13.854Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:13.854Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:13.855Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:14.187Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17079134550614918251/Definitions/service-BasicOnboardFyzlyg-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-26T04:28:15.412Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:28:15.412Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:28:15.412Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.412Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FyzLyG 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-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||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-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.414Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.414Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.414Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:28:15.414Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.414Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.414Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:15.415Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:28:15.415Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:28:15.415Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.415Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.415Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:15.416Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:28:15.416Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:28:15.416Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.416Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.416Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.417Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is not matching search criteria
2021-07-26T04:28:15.417Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-26T04:28:15.417Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-26T04:28:15.417Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-26T04:28:15.417Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-26T04:28:15.418Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-26T04:28:15.418Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.418Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:28:15.418Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.419Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:15.419Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:28:15.419Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.419Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:15.420Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:28:15.420Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.420Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:15.420Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:28:15.420Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.421Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is not matching search criteria
2021-07-26T04:28:15.421Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-26T04:28:15.421Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-26T04:28:15.421Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fe946b5e-4c74-4cf2-b608-4016fbf953ab
2021-07-26T04:28:15.421Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.422Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.422Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.422Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.422Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.422Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.422Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:15.423Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.423Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_FyzLyG
Description:service
Model UUID:74399694-41e5-4126-a2d6-b0ea6eb46161
Model Version:NULL
Model InvariantUuid:fcc8136d-88ba-4acc-a50a-f7c09f630ccc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_FyzLyG
Model UUID:cd80cdb7-c1b0-4598-b185-6fa6b3dd95d8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7a05f395-b89b-469c-b6d5-056e3d26abc6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:68d77221-1084-4dc6-a671-08d436e0a21e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:76825f32-4fa7-4c8d-bc45-288dbde25556
ModelName:BasicOnboardFyzlyg..base_ubuntu18..module-0
ModelUuid:accf488f-ffa4-426f-a817-02db37c4af50
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe946b5e-4c74-4cf2-b608-4016fbf953ab
ModelInvariantUuid:73a00237-26c6-4613-a738-6ed38b7bc6a3
ModelName:basic_onboard_FyzLyG-nodes.ubuntu18Cvfc
ModelUuid:40676d11-0320-4f0e-85ab-60926b1c18ea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0d61e31f-1029-4b2d-808e-2a71c58a0f4b
ModelInvariantUuid:0ff0b0c7-5374-406d-842a-169bc48cd51a
ModelName:BasicOnboardFyzlyg.compute.nodes.heat.ubuntu18
ModelUuid:44701c6d-d3e2-4bff-b6b6-0b6629fda604
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-26T04:28:15.429Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea
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-26T04:28:15.431Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||basic_onboard_FyzLyG 0
2021-07-26T04:28:15.431Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea
2021-07-26T04:28:15.432Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ec5115a-00db-445a-9e86-386cef50c773 from URL: /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json
2021-07-26T04:28:15.432Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:28:15.432Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json
2021-07-26T04:28:16.253Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:28:16.253Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json 3ec5115a-00db-445a-9e86-386cef50c773 798
2021-07-26T04:28:16.253Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json ASDC sendASDCNotification
2021-07-26T04:28:16.253Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json
2021-07-26T04:28:16.253Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:28:16.253Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:16.255Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:16.255Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273696253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:28:16.355Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:16.356Z||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-26T04:28:16.356Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:16.364Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:16.364Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:17.255Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFyzlyg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "76825f32-4fa7-4c8d-bc45-288dbde25556",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "accf488f-ffa4-426f-a817-02db37c4af50",
    "vfModuleModelCustomizationUUID": "ba3a6e69-25c8-4535-a9e6-3d6791d7399b",
    "isBase": true,
    "artifacts": [
      "1f9ca66d-1692-431b-abd5-0ce049b60eaf",
      "5218d778-b890-44b7-a3f9-47bbf96c2341"
    ],
    "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-26T04:28:17.259Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFyzlyg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:accf488f-ffa4-426f-a817-02db37c4af50
VfModuleModelInvariantUUID:76825f32-4fa7-4c8d-bc45-288dbde25556
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f9ca66d-1692-431b-abd5-0ce049b60eaf
,
5218d778-b890-44b7-a3f9-47bbf96c2341

}
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-26T04:28:17.260Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFyzlyg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "76825f32-4fa7-4c8d-bc45-288dbde25556",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "accf488f-ffa4-426f-a817-02db37c4af50",
    "vfModuleModelCustomizationUUID": "ba3a6e69-25c8-4535-a9e6-3d6791d7399b",
    "isBase": true,
    "artifacts": [
      "1f9ca66d-1692-431b-abd5-0ce049b60eaf",
      "5218d778-b890-44b7-a3f9-47bbf96c2341"
    ],
    "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-26T04:28:17.260Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFyzlyg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:accf488f-ffa4-426f-a817-02db37c4af50
VfModuleModelInvariantUUID:76825f32-4fa7-4c8d-bc45-288dbde25556
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f9ca66d-1692-431b-abd5-0ce049b60eaf
,
5218d778-b890-44b7-a3f9-47bbf96c2341

}
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-26T04:28:17.260Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1f9ca66d-1692-431b-abd5-0ce049b60eaf from URL: /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml
2021-07-26T04:28:17.260Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:28:17.261Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml
2021-07-26T04:28:17.950Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:28:17.950Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml 1f9ca66d-1692-431b-abd5-0ce049b60eaf 5033
2021-07-26T04:28:17.950Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-26T04:28:17.950Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml
2021-07-26T04:28:17.951Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:28:17.951Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:17.952Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:17.952Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273697950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:28:18.052Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:18.053Z||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-26T04:28:18.053Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:18.062Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:18.062Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:18.953Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5218d778-b890-44b7-a3f9-47bbf96c2341 from URL: /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env
2021-07-26T04:28:18.954Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:28:18.954Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env
2021-07-26T04:28:19.555Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:28:19.555Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env 5218d778-b890-44b7-a3f9-47bbf96c2341 909
2021-07-26T04:28:19.555Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-26T04:28:19.555Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env
2021-07-26T04:28:19.555Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:28:19.556Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:19.557Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:19.557Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273699555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:28:19.657Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:19.658Z||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-26T04:28:19.658Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:19.666Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:19.667Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:20.557Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 74399694-41e5-4126-a2d6-b0ea6eb46161
2021-07-26T04:28:20.558Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FyzLyG 0 4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea 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-26T04:28:20.569Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.569Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.569Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-07-26T04:28:20.569Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 68d77221-1084-4dc6-a671-08d436e0a21e
2021-07-26T04:28:20.569Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 68d77221-1084-4dc6-a671-08d436e0a21e matches Tosca VF Customization UUID: 68d77221-1084-4dc6-a671-08d436e0a21e
2021-07-26T04:28:20.570Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 68d77221-1084-4dc6-a671-08d436e0a21e  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-26T04:28:20.571Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.572Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.572Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 68d77221-1084-4dc6-a671-08d436e0a21e: {\"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-26T04:28:20.572Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c4cd8a5
2021-07-26T04:28:20.573Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.573Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:28:20.573Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba3a6e69-25c8-4535-a9e6-3d6791d7399b
2021-07-26T04:28:20.573Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba3a6e69-25c8-4535-a9e6-3d6791d7399b
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-26T04:28:20.575Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.575Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:20.575Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:28:20.576Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.576Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:20.576Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:28:20.576Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.576Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is not matching search criteria
2021-07-26T04:28:20.577Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-26T04:28:20.577Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-26T04:28:20.577Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fe946b5e-4c74-4cf2-b608-4016fbf953ab
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-26T04:28:20.579Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.579Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:20.579Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:28:20.579Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.579Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:20.580Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=68d77221-1084-4dc6-a671-08d436e0a21e
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-26T04:28:20.581Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.581Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.581Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 74399694-41e5-4126-a2d6-b0ea6eb46161: basic_onboard_FyzLyG
2021-07-26T04:28:20.582Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.582Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.582Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.582Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.582Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.583Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.583Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.583Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.583Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:28:20.583Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.583Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_FyzLyG 
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-26T04:28:20.641Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_FyzLyG 4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea 1 ASDC deployResourceStructure
2021-07-26T04:28:20.641Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json ASDC sendASDCNotification
2021-07-26T04:28:20.642Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json
2021-07-26T04:28:20.642Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:28:20.642Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:20.643Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:20.643Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273700641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:28:20.743Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:20.744Z||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-26T04:28:20.744Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:20.752Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:20.752Z||pool-30-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:28:21.644Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-26T04:28:21.645Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml
2021-07-26T04:28:21.645Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:28:21.645Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:21.646Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:21.646Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273701644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:28:21.747Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:21.747Z||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-26T04:28:21.747Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:21.755Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:21.755Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:22.647Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-26T04:28:22.647Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env
2021-07-26T04:28:22.648Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:28:22.648Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:22.649Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:22.649Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273702647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-26T04:28:22.750Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:22.750Z||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-26T04:28:22.750Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:22.760Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:22.760Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:23.650Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar ASDC sendASDCNotification
2021-07-26T04:28:23.651Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:23.651Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:28:23.651Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:23.653Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:23.653Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273703650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:28:23.753Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:23.754Z||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-26T04:28:23.754Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:23.762Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:23.762Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:24.654Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297da991-007a-4974-9269-676de77bd57e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:28:24.662Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297da991-007a-4974-9269-676de77bd57e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:28:24.666Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:28:24.666Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T04:28:24.670Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:28:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:28:52.488Z||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-26T04:28:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:53.107Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:53.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273679474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:28:53.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273680486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273692849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273696253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273697950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273699555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273700641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273701644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273702647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273703650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:54.670Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 297da991-007a-4974-9269-676de77bd57e 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-26T04:28:54.675Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 297da991-007a-4974-9269-676de77bd57e and serviceModelVersionId: 74399694-41e5-4126-a2d6-b0ea6eb46161
2021-07-26T04:28:54.675Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fcc8136d-88ba-4acc-a50a-f7c09f630ccc
2021-07-26T04:28:54.676Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0
2021-07-26T04:28:54.680Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:28:54.725Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0|INFO|500||Invoke
2021-07-26T04:28:54.726Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[297da991-007a-4974-9269-676de77bd57e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62720a4d-d493-42b6-8e15-cb05ba3b1bc5], X-ECOMP-RequestID=[297da991-007a-4974-9269-676de77bd57e], X-TransactionId=[], X-ONAP-RequestID=[297da991-007a-4974-9269-676de77bd57e], Content-Type=[application/merge-patch+json]}
2021-07-26T04:28:54.749Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T04:28:55.244Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?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/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210726-04:28:54:760-52258], vertex-id=[213080], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:28:54 GMT], Content-Type=[application/json]}
2021-07-26T04:28:55.244Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:28:55.245Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0|INFO|500||InvokeReturn
2021-07-26T04:28:55.245Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:28:55.245Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:28:55.249Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T04:28:55.249Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 297da991-007a-4974-9269-676de77bd57e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:28:55.249Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:28:55.249Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:55.251Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:55.251Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273735249,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:28:55.351Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:55.351Z||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-26T04:28:55.352Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:55.361Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:28:55.361Z||pool-34-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-26T04:28:56.263Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:28:56.263Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:28:56.263Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:29:05.806Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:29:05.806Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:29:05.807Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:29:05.807Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:29:15.343Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:29:15.344Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:29:15.344Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:29:15.344Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:29:24.884Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:29:52.486Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:29:52.486Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:29:52.486Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:29:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:29:52.488Z||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-26T04:29:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:29:53.112Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:29:53.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:29:53.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "297da991-007a-4974-9269-676de77bd57e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627273735249,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:29:53.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:30:02.030Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:30:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:30:52.486Z||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-26T04:30:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:30:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:30:52.488Z||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-26T04:30:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:31:02.023Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:31:02.033Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:31:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:31:52.486Z||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-26T04:31:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:31:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:31:52.488Z||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-26T04:31:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:32:02.024Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:32:02.025Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:32:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:32:52.486Z||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-26T04:32:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:32:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:32:52.488Z||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-26T04:32:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:33:02.028Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:33:02.029Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:33:52.486Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:33:52.486Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:33:52.486Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:33:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:33:52.488Z||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-26T04:33:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:34:02.033Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:34:02.034Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:34:52.486Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:34:52.486Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:34:52.486Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:34:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:34:52.488Z||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-26T04:34:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:35:02.024Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:35:02.025Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:35:52.486Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:35:52.486Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:35:52.487Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:35:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:35:52.488Z||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-26T04:35:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:35:56.988Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:35:56.989Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:35:56.989Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"faedbe64-5cb5-4289-9ce5-189d024e266e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"70c3e122-74b2-4924-bd88-5cfde9def436","serviceDescription":"service","serviceInvariantUUID":"80dfcaf2-c022-440c-8246-c855f777d522","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"92c9a32d-ba0f-4659-9555-9e6e79567ff1","resourceInvariantUUID":"9091a329-7288-43af-af8f-e5b3f9a24559","resourceCustomizationUUID":"6a37922f-10bb-43bd-9b40-4516f706a0c7","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":"MTU1NDIxOGZlNmYwZDM1MzU5NThjNThkYWQ2OGQ0M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c40074d5-02c5-4e4d-9a50-51f2b094b826","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTE2MTE4NTQ1MTc2ZThlZmQxM2U4MzY5MWZkMDA4YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"125fce81-5d90-4f20-87cf-3722dc4188d7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:35:56.991Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:35:56.991Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:35:56.992Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:35:56.992Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274152486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:35:57.093Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:35:57.093Z||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-26T04:35:57.093Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:35:57.109Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:35:57.109Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":6,"count":1}
2021-07-26T04:35:57.221Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:35:57.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:35:57.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "dcae-sch",
  "timestamp": 1627274156222,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:35:57.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:35:57.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:35:57.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274152486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:35:57.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:35:57.993Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:35:57.994Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:35:57.995Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:35:57.995Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274152486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:35:58.095Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:35:58.096Z||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-26T04:35:58.096Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:35:58.103Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:35:58.103Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:35:58.996Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "70c3e122-74b2-4924-bd88-5cfde9def436",
  "serviceDescription": "service",
  "serviceInvariantUUID": "80dfcaf2-c022-440c-8246-c855f777d522",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6a37922f-10bb-43bd-9b40-4516f706a0c7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "92c9a32d-ba0f-4659-9555-9e6e79567ff1",
      "resourceInvariantUUID": "9091a329-7288-43af-af8f-e5b3f9a24559",
      "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": "YTE2MTE4NTQ1MTc2ZThlZmQxM2U4MzY5MWZkMDA4YjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "125fce81-5d90-4f20-87cf-3722dc4188d7"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T04:35:58.996Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:35:58.996Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70c3e122-74b2-4924-bd88-5cfde9def436 ASDC
2021-07-26T04:35:58.997Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:faedbe64-5cb5-4289-9ce5-189d024e266e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:70c3e122-74b2-4924-bd88-5cfde9def436
ServiceInvariantUUID:80dfcaf2-c022-440c-8246-c855f777d522
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:125fce81-5d90-4f20-87cf-3722dc4188d7
ArtifactChecksum:YTE2MTE4NTQ1MTc2ZThlZmQxM2U4MzY5MWZkMDA4YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6a37922f-10bb-43bd-9b40-4516f706a0c7
ResourceInvariantUUID:9091a329-7288-43af-af8f-e5b3f9a24559
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:92c9a32d-ba0f-4659-9555-9e6e79567ff1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-07-26T04:35:58.997Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70c3e122-74b2-4924-bd88-5cfde9def436 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-26T04:35:59.017Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:35:59.018Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:35:59.018Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:35:59.018Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 125fce81-5d90-4f20-87cf-3722dc4188d7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-26T04:35:59.018Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:35:59.018Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-26T04:35:59.949Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:35:59.951Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 125fce81-5d90-4f20-87cf-3722dc4188d7 52175
2021-07-26T04:35:59.951Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-26T04:35:59.951Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-26T04:35:59.951Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:35:59.952Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:35:59.953Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:35:59.953Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274159951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:36:00.053Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:36:00.054Z||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-26T04:36:00.054Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:36:00.062Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:36:00.062Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:36:00.953Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:36:00.955Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:36:00.955Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 125fce81-5d90-4f20-87cf-3722dc4188d7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:00.955Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-07-26T04:36:00.956Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:00.956Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.029Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1972797290914048072/Definitions/service-BasicNetwork-template.yml
2021-07-26T04:36:01.373Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:36:01.373Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.376Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.376Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.376Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.376Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.376Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.376Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.377Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:70c3e122-74b2-4924-bd88-5cfde9def436
Model Version:NULL
Model InvariantUuid:80dfcaf2-c022-440c-8246-c855f777d522
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9091a329-7288-43af-af8f-e5b3f9a24559
Model UUID:420a44ac-0ac4-4769-898f-693ec5acd2cf
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6a37922f-10bb-43bd-9b40-4516f706a0c7
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-26T04:36:01.383Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 92c9a32d-ba0f-4659-9555-9e6e79567ff1
2021-07-26T04:36:01.384Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||No resources found for Service: 70c3e122-74b2-4924-bd88-5cfde9def436
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-26T04:36:01.388Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||
2021-07-26T04:36:01.388Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-07-26T04:36:01.388Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 70c3e122-74b2-4924-bd88-5cfde9def436
2021-07-26T04:36:01.388Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 70c3e122-74b2-4924-bd88-5cfde9def436
2021-07-26T04:36:01.388Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-07-26T04:36:01.389Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:36:01.394Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.394Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.394Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.394Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.395Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 70c3e122-74b2-4924-bd88-5cfde9def436: Generic NeutronNet
2021-07-26T04:36:01.395Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.395Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.395Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.395Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-07-26T04:36:01.421Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.421Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.422Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.422Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.422Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:36:01.422Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.422Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-07-26T04:36:01.477Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-07-26T04:36:01.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-26T04:36:01.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:36:01.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:36:01.479Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:36:01.480Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274161478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:36:01.580Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:36:01.580Z||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-26T04:36:01.580Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:36:01.589Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:36:01.589Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:36:02.480Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:36:02.490Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:36:02.491Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:36:02.491Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:36:02.492Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:36:32.492Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:36:32.499Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:36:32.501Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:36:32.501Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:36:32.501Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:36:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:36:52.488Z||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-26T04:36:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:36:52.504Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:36:52.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:36:52.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "cds",
  "timestamp": 1627274148744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "clamp",
  "timestamp": 1627274153095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274149364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:37:02.502Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:37:02.509Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:37:02.511Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:37:02.511Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:37:02.511Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:37:32.511Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:37:32.520Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:37:32.521Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:37:32.521Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:37:32.521Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:37:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:37:52.488Z||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-26T04:37:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:37:52.505Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:37:52.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:37:52.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "policy-id",
  "timestamp": 1627274156374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:37:52.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:37:52.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:37:52.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274148588,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:37:52.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:38:02.522Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:38:02.530Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:38:02.534Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:38:02.534Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:38:02.534Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:38:32.534Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:38:32.542Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:38:32.543Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:38:32.543Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:38:32.543Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:38:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:38:52.488Z||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-26T04:38:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:38:52.506Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:38:52.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274157050,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "cds",
  "timestamp": 1627274148744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "clamp",
  "timestamp": 1627274153095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274152486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "dcae-sch",
  "timestamp": 1627274156222,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274149364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "policy-id",
  "timestamp": 1627274156374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274148588,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "aai-ml",
  "timestamp": 1627274157418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274157050,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "aai-ml",
  "timestamp": 1627274157418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274159951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274159955,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "cds",
  "timestamp": 1627274159961,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "policy-id",
  "timestamp": 1627274160055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "aai-ml",
  "timestamp": 1627274160774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "cds",
  "timestamp": 1627274160965,
  "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-26T04:38:52.515Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of faedbe64-5cb5-4289-9ce5-189d024e266e
2021-07-26T04:38:52.515Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId faedbe64-5cb5-4289-9ce5-189d024e266e 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-26T04:38:52.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "policy-id",
  "timestamp": 1627274161058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:38:52.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274161391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274161478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "policy-id",
  "timestamp": 1627274162061,
  "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-26T04:38:52.526Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of faedbe64-5cb5-4289-9ce5-189d024e266e
2021-07-26T04:38:52.526Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId faedbe64-5cb5-4289-9ce5-189d024e266e 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-26T04:38:52.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274162396,
  "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-26T04:38:52.537Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of faedbe64-5cb5-4289-9ce5-189d024e266e
2021-07-26T04:38:52.537Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId faedbe64-5cb5-4289-9ce5-189d024e266e 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-26T04:38:52.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "aai-ml",
  "timestamp": 1627274164777,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:38:52.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "aai-ml",
  "timestamp": 1627274165781,
  "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-26T04:38:52.547Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of faedbe64-5cb5-4289-9ce5-189d024e266e
2021-07-26T04:38:52.547Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId faedbe64-5cb5-4289-9ce5-189d024e266e 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-26T04:38:52.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "clamp",
  "timestamp": 1627274166634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "clamp",
  "timestamp": 1627274168642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "clamp",
  "timestamp": 1627274169645,
  "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-26T04:38:52.556Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of faedbe64-5cb5-4289-9ce5-189d024e266e
2021-07-26T04:38:52.556Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId faedbe64-5cb5-4289-9ce5-189d024e266e 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-26T04:39:02.543Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:39:02.555Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:39:02.556Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:39:02.556Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:39:02.556Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:39:02.556Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T04:39:02.560Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:39:32.560Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e 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-26T04:39:32.565Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: faedbe64-5cb5-4289-9ce5-189d024e266e and serviceModelVersionId: 70c3e122-74b2-4924-bd88-5cfde9def436
2021-07-26T04:39:32.565Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80dfcaf2-c022-440c-8246-c855f777d522
2021-07-26T04:39:32.566Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0
2021-07-26T04:39:32.570Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:39:32.605Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0|INFO|500||Invoke
2021-07-26T04:39:32.605Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[faedbe64-5cb5-4289-9ce5-189d024e266e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[373018a4-27e9-450e-bfbe-882dd3c1e67b], X-ECOMP-RequestID=[faedbe64-5cb5-4289-9ce5-189d024e266e], X-TransactionId=[], X-ONAP-RequestID=[faedbe64-5cb5-4289-9ce5-189d024e266e], Content-Type=[application/merge-patch+json]}
2021-07-26T04:39:32.622Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T04:39:33.150Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?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/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210726-04:39:32:629-34672], vertex-id=[221392], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:39:32 GMT], Content-Type=[application/json]}
2021-07-26T04:39:33.150Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:39:33.151Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0|INFO|500||InvokeReturn
2021-07-26T04:39:33.151Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:39:33.151Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:39:33.154Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T04:39:33.154Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID faedbe64-5cb5-4289-9ce5-189d024e266e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:39:33.154Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:39:33.155Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:33.156Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:33.156Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274373154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:39:33.256Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:33.257Z||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-26T04:39:33.257Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:33.274Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:33.274Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-26T04:39:34.168Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:39:34.169Z|faedbe64-5cb5-4289-9ce5-189d024e266e|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-26T04:39:34.169Z|faedbe64-5cb5-4289-9ce5-189d024e266e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:38.464Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:38.464Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:39:38.464Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"80407bb0-8b51-4e34-8f62-1dd06abd0556","serviceName":"Demo_pNF_Qj0KTXsbWx4KRNyGX39l","serviceVersion":"1.0","serviceUUID":"ad173c9a-444f-4e00-9e45-18e2cffc63e4","serviceDescription":"catalog service description","serviceInvariantUUID":"65a2c730-78d2-4011-b54e-51e824543711","resources":[{"resourceInstanceName":"pNF 6d4110e7-4961 0","resourceName":"pNF 6d4110e7-4961","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"00544de3-6a59-4fca-b411-937304621be2","resourceInvariantUUID":"f270a6a2-554d-4d51-b977-d67ec0e23123","resourceCustomizationUUID":"85fb40bb-f140-42bf-bd9f-99a9b2b4ea18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml","artifactChecksum":"NzY0ZDAxYzFmNDYwM2NiZTNiY2U1ZDU3ODA4MmJmNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6e0d5b1-c66c-47c0-af24-1488d703ecae","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar","artifactChecksum":"MmJlZDBiMjk5MzIyN2VkYTJkYjI1YzJmMWE2ZDdiZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3a9f7c3-9455-4474-85b1-72cddc4286c2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b1f9f10-3bc7-48ad-8ca9-a4caccab3cee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml","artifactChecksum":"YzQ1MWZiM2ExNDgyNjM4NzE3MmUyZjJmYTRjMWVmZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c7f98b6-2e12-4d82-afa6-72c4b27a5a78","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45339369-125d-4465-b7a5-53ebff28951d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3a17860-38b4-4486-a8d3-223c900b013c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml","artifactChecksum":"OTIyZjc5MGNiMjcxYjg4ZjI0NTdkMWQ3N2MyZDMwMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14f5092b-72a5-4e7e-a016-2ad5a6e024cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar","artifactChecksum":"Y2E5NzY0NDdiMjgxYTA3ZDhjNDM1ZTE1MDgzNWM4NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4341cc95-f975-4493-bb19-c64255e45c6d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:39:38.466Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:38.466Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:38.467Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:38.468Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:38.568Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-26T04:39:38.568Z||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-26T04:39:38.568Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:38.577Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:38.577Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:39.468Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:39.469Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:39.470Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:39.470Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:39.571Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:39.571Z||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-26T04:39:39.571Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:39.580Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:39.580Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:40.471Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:40.471Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:40.473Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:40.473Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:40.573Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:40.573Z||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-26T04:39:40.574Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:40.582Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:40.583Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:41.473Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:41.474Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:41.475Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:41.475Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:41.575Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:41.576Z||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-26T04:39:41.576Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:41.584Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:41.584Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:42.476Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:42.476Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:42.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:42.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:42.578Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:42.578Z||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-26T04:39:42.579Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:42.586Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:42.586Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:43.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:43.479Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:43.481Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:43.481Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:43.581Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:43.582Z||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-26T04:39:43.582Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:43.590Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:43.590Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:44.482Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:44.482Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:44.484Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:44.484Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:44.584Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:44.585Z||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-26T04:39:44.585Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:44.593Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:44.594Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:45.484Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:45.485Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:45.487Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:45.487Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:39:45.587Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-26T04:39:45.588Z||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-26T04:39:45.588Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:45.597Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:45.597Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:46.489Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "serviceName": "Demo_pNF_Qj0KTXsbWx4KRNyGX39l",
  "serviceVersion": "1.0",
  "serviceUUID": "ad173c9a-444f-4e00-9e45-18e2cffc63e4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "65a2c730-78d2-4011-b54e-51e824543711",
  "resources": [
    {
      "resourceInstanceName": "pNF 6d4110e7-4961 0",
      "resourceCustomizationUUID": "85fb40bb-f140-42bf-bd9f-99a9b2b4ea18",
      "resourceName": "pNF 6d4110e7-4961",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "00544de3-6a59-4fca-b411-937304621be2",
      "resourceInvariantUUID": "f270a6a2-554d-4d51-b977-d67ec0e23123",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
      "artifactChecksum": "Y2E5NzY0NDdiMjgxYTA3ZDhjNDM1ZTE1MDgzNWM4NDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4341cc95-f975-4493-bb19-c64255e45c6d"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T04:39:46.489Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:39:46.489Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad173c9a-444f-4e00-9e45-18e2cffc63e4 ASDC
2021-07-26T04:39:46.489Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:80407bb0-8b51-4e34-8f62-1dd06abd0556
ServiceName:Demo_pNF_Qj0KTXsbWx4KRNyGX39l
ServiceVersion:1.0
ServiceUUID:ad173c9a-444f-4e00-9e45-18e2cffc63e4
ServiceInvariantUUID:65a2c730-78d2-4011-b54e-51e824543711
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
ArtifactUUID:4341cc95-f975-4493-bb19-c64255e45c6d
ArtifactChecksum:Y2E5NzY0NDdiMjgxYTA3ZDhjNDM1ZTE1MDgzNWM4NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6d4110e7-4961 0
ResourceCustomizationUUID:85fb40bb-f140-42bf-bd9f-99a9b2b4ea18
ResourceInvariantUUID:f270a6a2-554d-4d51-b977-d67ec0e23123
ResourceName:pNF 6d4110e7-4961
ResourceType:PNF
ResourceUUID:00544de3-6a59-4fca-b411-937304621be2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-26T04:39:46.490Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad173c9a-444f-4e00-9e45-18e2cffc63e4 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-26T04:39:46.514Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:39:46.514Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:39:46.515Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:39:46.515Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4341cc95-f975-4493-bb19-c64255e45c6d from URL: /sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:46.515Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:39:46.515Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:47.985Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:39:47.989Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar 4341cc95-f975-4493-bb19-c64255e45c6d 82538
2021-07-26T04:39:47.989Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar ASDC sendASDCNotification
2021-07-26T04:39:47.989Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:47.989Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:39:47.990Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:47.991Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:47.991Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274387989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:39:48.091Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:48.092Z||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-26T04:39:48.092Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:48.100Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:48.100Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:48.992Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:39:48.993Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:39:48.993Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4341cc95-f975-4493-bb19-c64255e45c6d, URL: /sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar to file: /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:48.993Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:48.993Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:48.993Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:49.832Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12060660438847228979/Definitions/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d4110e7-4961 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-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d4110e7-4961 0 is matching search criteria
2021-07-26T04:39:50.363Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:39:50.363Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d4110e7-4961 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:39:50.363Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:39:50.363Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.363Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d4110e7-4961 0 is matching search criteria
2021-07-26T04:39:50.363Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d4110e7-4961 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.365Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:39:50.365Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.365Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:39:50.365Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.365Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qj0KTXsbWx4KRNyGX39l
Description:catalog service description
Model UUID:ad173c9a-444f-4e00-9e45-18e2cffc63e4
Model Version:NULL
Model InvariantUuid:65a2c730-78d2-4011-b54e-51e824543711
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-26T04:39:50.370Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 00544de3-6a59-4fca-b411-937304621be2
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-26T04:39:50.372Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||pNF 6d4110e7-4961 0
2021-07-26T04:39:50.372Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 00544de3-6a59-4fca-b411-937304621be2
2021-07-26T04:39:50.372Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ad173c9a-444f-4e00-9e45-18e2cffc63e4
2021-07-26T04:39:50.373Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ad173c9a-444f-4e00-9e45-18e2cffc63e4
2021-07-26T04:39:50.373Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6d4110e7-4961 0 00544de3-6a59-4fca-b411-937304621be2 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-26T04:39:50.376Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:39:50.377Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.377Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ad173c9a-444f-4e00-9e45-18e2cffc63e4: pNF 6d4110e7-4961
2021-07-26T04:39:50.377Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Processing PNF resource: 00544de3-6a59-4fca-b411-937304621be2
2021-07-26T04:39:50.377Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:39:50.377Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.377Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Resource customization UUID: 85fb40bb-f140-42bf-bd9f-99a9b2b4ea18 is the same as notified resource customizationUUID: 85fb40bb-f140-42bf-bd9f-99a9b2b4ea18
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-26T04:39:50.416Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6d4110e7-4961 00544de3-6a59-4fca-b411-937304621be2 0 ASDC deployResourceStructure
2021-07-26T04:39:50.416Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar ASDC sendASDCNotification
2021-07-26T04:39:50.416Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.416Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:39:50.416Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:50.418Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:50.418Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274390416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:39:50.518Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:50.519Z||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-26T04:39:50.519Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:50.528Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:50.528Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:51.418Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80407bb0-8b51-4e34-8f62-1dd06abd0556
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:39:51.428Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80407bb0-8b51-4e34-8f62-1dd06abd0556
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:39:51.430Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:39:51.430Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:39:51.430Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:39:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:39:52.488Z||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-26T04:39:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:52.508Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:39:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "cds",
  "timestamp": 1627274238744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "clamp",
  "timestamp": 1627274243095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "aai-ml",
  "timestamp": 1627274247418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274239363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274248588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "cds",
  "timestamp": 1627274238744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "clamp",
  "timestamp": 1627274243095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "aai-ml",
  "timestamp": 1627274247418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274239363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274248588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "cds",
  "timestamp": 1627274238744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "clamp",
  "timestamp": 1627274243095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "aai-ml",
  "timestamp": 1627274247418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274239363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274248588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "cds",
  "timestamp": 1627274238744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "clamp",
  "timestamp": 1627274243095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "aai-ml",
  "timestamp": 1627274247418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274239363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274248588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "cds",
  "timestamp": 1627274238744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "clamp",
  "timestamp": 1627274243095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "aai-ml",
  "timestamp": 1627274247418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274239363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274248588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "cds",
  "timestamp": 1627274238744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "clamp",
  "timestamp": 1627274243095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "aai-ml",
  "timestamp": 1627274247418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274239363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274248588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "cds",
  "timestamp": 1627274238744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "clamp",
  "timestamp": 1627274243095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "aai-ml",
  "timestamp": 1627274247418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274239363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274248588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "cds",
  "timestamp": 1627274238744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:39:52.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "clamp",
  "timestamp": 1627274243095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:39:52.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "aai-ml",
  "timestamp": 1627274247418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:39:52.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274239363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:39:52.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274248588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:39:52.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "dcae-sch",
  "timestamp": 1627274256221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "policy-id",
  "timestamp": 1627274256374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "cds",
  "timestamp": 1627274257149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:39:52.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:39:52.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274257166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:39:52.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:39:52.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "aai-ml",
  "timestamp": 1627274257354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:39:52.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:39:52.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274257050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "dcae-sch",
  "timestamp": 1627274256221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "policy-id",
  "timestamp": 1627274256374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "cds",
  "timestamp": 1627274258153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-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-26T04:39:52.529Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80407bb0-8b51-4e34-8f62-1dd06abd0556
2021-07-26T04:39:52.529Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80407bb0-8b51-4e34-8f62-1dd06abd0556 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-26T04:39:52.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274257050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "dcae-sch",
  "timestamp": 1627274256221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274258878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:39:52.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:39:52.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "policy-id",
  "timestamp": 1627274256374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274257050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "dcae-sch",
  "timestamp": 1627274256221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274259882,
  "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-26T04:39:52.540Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80407bb0-8b51-4e34-8f62-1dd06abd0556
2021-07-26T04:39:52.540Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80407bb0-8b51-4e34-8f62-1dd06abd0556 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-26T04:39:52.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "policy-id",
  "timestamp": 1627274256374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274257050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "dcae-sch",
  "timestamp": 1627274256221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "policy-id",
  "timestamp": 1627274256374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "clamp",
  "timestamp": 1627274261650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:39:52.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:39:52.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274257050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "dcae-sch",
  "timestamp": 1627274256221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "aai-ml",
  "timestamp": 1627274261976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:39:52.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:39:52.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "policy-id",
  "timestamp": 1627274256374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "clamp",
  "timestamp": 1627274262669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:39:52.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:39:52.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274257050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:39:52.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "dcae-sch",
  "timestamp": 1627274256221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "aai-ml",
  "timestamp": 1627274262980,
  "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-26T04:39:52.552Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80407bb0-8b51-4e34-8f62-1dd06abd0556
2021-07-26T04:39:52.552Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80407bb0-8b51-4e34-8f62-1dd06abd0556 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-26T04:39:52.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "policy-id",
  "timestamp": 1627274256374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "clamp",
  "timestamp": 1627274263671,
  "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-26T04:39:52.561Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80407bb0-8b51-4e34-8f62-1dd06abd0556
2021-07-26T04:39:52.561Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80407bb0-8b51-4e34-8f62-1dd06abd0556 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-26T04:39:52.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274257050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "dcae-sch",
  "timestamp": 1627274256221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "policy-id",
  "timestamp": 1627274256374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:39:52.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274257050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:39:52.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:39:52.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "policy-id",
  "timestamp": 1627274266349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:39:52.568Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:39:52.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274267260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:39:52.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:39:52.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "policy-id",
  "timestamp": 1627274267352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:39:52.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:39:52.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "policy-id",
  "timestamp": 1627274268355,
  "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-26T04:39:52.572Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80407bb0-8b51-4e34-8f62-1dd06abd0556
2021-07-26T04:39:52.572Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80407bb0-8b51-4e34-8f62-1dd06abd0556 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-26T04:39:52.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274268459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:39:52.578Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:39:52.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:39:52.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274269462,
  "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-26T04:39:52.582Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 80407bb0-8b51-4e34-8f62-1dd06abd0556
2021-07-26T04:39:52.583Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80407bb0-8b51-4e34-8f62-1dd06abd0556 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-26T04:40:21.430Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80407bb0-8b51-4e34-8f62-1dd06abd0556
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:40:21.440Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80407bb0-8b51-4e34-8f62-1dd06abd0556
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:40:21.442Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:40:21.442Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:40:21.442Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:40:21.442Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:40:21.443Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:40:21.443Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:40:21.443Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:40:21.443Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:40:21.443Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:40:21.443Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:40:21.443Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:40:21.443Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T04:40:21.447Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:40:51.447Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80407bb0-8b51-4e34-8f62-1dd06abd0556 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-26T04:40:51.452Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80407bb0-8b51-4e34-8f62-1dd06abd0556 and serviceModelVersionId: ad173c9a-444f-4e00-9e45-18e2cffc63e4
2021-07-26T04:40:51.452Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65a2c730-78d2-4011-b54e-51e824543711
2021-07-26T04:40:51.452Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65a2c730-78d2-4011-b54e-51e824543711/model-vers/model-ver/ad173c9a-444f-4e00-9e45-18e2cffc63e4?depth=0
2021-07-26T04:40:51.456Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:40:51.485Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65a2c730-78d2-4011-b54e-51e824543711/model-vers/model-ver/ad173c9a-444f-4e00-9e45-18e2cffc63e4?depth=0|INFO|500||Invoke
2021-07-26T04:40:51.486Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65a2c730-78d2-4011-b54e-51e824543711/model-vers/model-ver/ad173c9a-444f-4e00-9e45-18e2cffc63e4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65a2c730-78d2-4011-b54e-51e824543711/model-vers/model-ver/ad173c9a-444f-4e00-9e45-18e2cffc63e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[80407bb0-8b51-4e34-8f62-1dd06abd0556], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8134caa3-dee6-4a5e-b66b-7b36de439c3a], X-ECOMP-RequestID=[80407bb0-8b51-4e34-8f62-1dd06abd0556], X-TransactionId=[], X-ONAP-RequestID=[80407bb0-8b51-4e34-8f62-1dd06abd0556], Content-Type=[application/merge-patch+json]}
2021-07-26T04:40:51.501Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65a2c730-78d2-4011-b54e-51e824543711/model-vers/model-ver/ad173c9a-444f-4e00-9e45-18e2cffc63e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T04:40:51.990Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65a2c730-78d2-4011-b54e-51e824543711/model-vers/model-ver/ad173c9a-444f-4e00-9e45-18e2cffc63e4?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/65a2c730-78d2-4011-b54e-51e824543711/model-vers/model-ver/ad173c9a-444f-4e00-9e45-18e2cffc63e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210726-04:40:51:509-55890], vertex-id=[168064], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:40:51 GMT], Content-Type=[application/json]}
2021-07-26T04:40:51.990Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65a2c730-78d2-4011-b54e-51e824543711/model-vers/model-ver/ad173c9a-444f-4e00-9e45-18e2cffc63e4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:40:51.991Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65a2c730-78d2-4011-b54e-51e824543711/model-vers/model-ver/ad173c9a-444f-4e00-9e45-18e2cffc63e4?depth=0|INFO|500||InvokeReturn
2021-07-26T04:40:51.991Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:40:51.991Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:40:51.995Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T04:40:51.995Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80407bb0-8b51-4e34-8f62-1dd06abd0556 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:40:51.995Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:40:51.995Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:40:51.997Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:40:51.997Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274451995,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:40:52.097Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:40:52.097Z||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-26T04:40:52.098Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:40:52.109Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:40:52.109Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:40:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:40:52.488Z||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-26T04:40:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:40:52.506Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:40:52.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:40:52.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274373154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:40:52.507Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:40:52.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:40:52.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:40:52.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:40:52.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:40:52.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:40:52.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:40:52.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:40:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:40:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:40:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:40:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:40:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:40:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:40:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:40:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:40:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:40:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:40:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:40:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:40:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:40:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:40:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:40:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274374168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:40:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:40:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:40:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274387989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:40:52.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:40:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:40:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274390416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:40:52.510Z||pool-2-thread-3|||||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-26T04:40:53.347Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:40:53.347Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|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-26T04:40:53.347Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:02.892Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:02.893Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:41:02.893Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|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-26T04:41:02.894Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:12.425Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:12.426Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:41:12.426Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|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-26T04:41:12.426Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:21.964Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:21.964Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:41:21.964Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|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-26T04:41:21.964Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:27.463Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:27.464Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:41:27.464Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c1a68950-d58c-4b08-bf03-592101fa1e83","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"5bd9dcc8-9e63-4615-8a90-f5a8db46e663","serviceDescription":"service","serviceInvariantUUID":"d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ba61820-0e2c-46d7-b406-6d54a8634115","resourceInvariantUUID":"64d08c64-7b5c-4012-8615-86facb61a816","resourceCustomizationUUID":"db67e91d-f913-41df-b469-0d74b85eb536","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":"cd69c7f4-a25a-4ed5-98b3-eb20ad2c8af6","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":"YmQ4MzlkM2IzZjFkZDgyYTkxMTMxMWRlZDQ2ZmY5ZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1dd2b10-6f10-4c47-b291-02da005d5c38","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":"ZmNlYzE0MTFkYmE0MmZiM2U2N2Q2OTJjZGE3MDFkYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25d54bea-25d0-4677-b6c1-1bbfafa429cd","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":"76497a6b-d783-49de-8861-96113242bdd6","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":"4965c6fb-4f0c-47be-9031-3073e5bbed22","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":"da90b279-d6cb-4a8d-a2af-317d3b75546a","artifactVersion":"2","generatedFromUUID":"76497a6b-d783-49de-8861-96113242bdd6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODkwZDc4ZmI0MTFmYWU5ZjdkNWMzNDg5MjdkYTg4OTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1ebfd55-bee8-44c4-9c29-8eefe451e8c1","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzFkZDRjMWU4OGMwYmIxZDk2ZjI5YmM3MWFhMTg2YTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59ab99b7-6011-41e7-81d0-c856fe58ce3c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:41:27.466Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:41:27.466Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:27.468Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:27.469Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:41:27.569Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:27.569Z||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-26T04:41:27.569Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:27.578Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:27.579Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:28.469Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:41:28.470Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:28.471Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:28.471Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:41:28.571Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:28.572Z||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-26T04:41:28.572Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:28.581Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:28.581Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:29.472Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:41:29.472Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:29.474Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:29.474Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:41:29.575Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T04:41:29.575Z||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-26T04:41:29.575Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:29.581Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:29.581Z||pool-53-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:30.475Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:41:30.476Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:30.477Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:30.477Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:41:30.577Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:30.578Z||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-26T04:41:30.578Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:30.584Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:30.585Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:31.477Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:41:31.478Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:31.479Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:31.479Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:41:31.579Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:31.580Z||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-26T04:41:31.580Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:31.589Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:31.589Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:32.480Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:41:32.480Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:32.481Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:32.482Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-26T04:41:32.582Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:32.582Z||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-26T04:41:32.583Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:32.591Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:32.592Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:33.482Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:41:33.483Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:33.484Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:33.484Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:41:33.585Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T04:41:33.585Z||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-26T04:41:33.585Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:33.592Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:33.592Z||pool-57-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:34.485Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:41:34.485Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:34.487Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:34.487Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:41:34.587Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:34.588Z||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-26T04:41:34.588Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:34.594Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:34.594Z||pool-58-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:35.489Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "5bd9dcc8-9e63-4615-8a90-f5a8db46e663",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "db67e91d-f913-41df-b469-0d74b85eb536",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ba61820-0e2c-46d7-b406-6d54a8634115",
      "resourceInvariantUUID": "64d08c64-7b5c-4012-8615-86facb61a816",
      "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": "ZmNlYzE0MTFkYmE0MmZiM2U2N2Q2OTJjZGE3MDFkYjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "25d54bea-25d0-4677-b6c1-1bbfafa429cd",
          "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": "76497a6b-d783-49de-8861-96113242bdd6",
          "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": "da90b279-d6cb-4a8d-a2af-317d3b75546a",
            "generatedFromUUID": "76497a6b-d783-49de-8861-96113242bdd6"
          },
          "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": "da90b279-d6cb-4a8d-a2af-317d3b75546a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YzFkZDRjMWU4OGMwYmIxZDk2ZjI5YmM3MWFhMTg2YTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59ab99b7-6011-41e7-81d0-c856fe58ce3c"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T04:41:35.489Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:41:35.489Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5bd9dcc8-9e63-4615-8a90-f5a8db46e663 ASDC
2021-07-26T04:41:35.489Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c1a68950-d58c-4b08-bf03-592101fa1e83
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:5bd9dcc8-9e63-4615-8a90-f5a8db46e663
ServiceInvariantUUID:d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02
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:59ab99b7-6011-41e7-81d0-c856fe58ce3c
ArtifactChecksum:YzFkZDRjMWU4OGMwYmIxZDk2ZjI5YmM3MWFhMTg2YTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:db67e91d-f913-41df-b469-0d74b85eb536
ResourceInvariantUUID:64d08c64-7b5c-4012-8615-86facb61a816
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2ba61820-0e2c-46d7-b406-6d54a8634115
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:25d54bea-25d0-4677-b6c1-1bbfafa429cd
ArtifactChecksum:ZmNlYzE0MTFkYmE0MmZiM2U2N2Q2OTJjZGE3MDFkYjQ=
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:76497a6b-d783-49de-8861-96113242bdd6
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:da90b279-d6cb-4a8d-a2af-317d3b75546a
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:da90b279-d6cb-4a8d-a2af-317d3b75546a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-26T04:41:35.489Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5bd9dcc8-9e63-4615-8a90-f5a8db46e663 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-26T04:41:35.514Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:41:35.514Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:41:35.514Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:41:35.514Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 59ab99b7-6011-41e7-81d0-c856fe58ce3c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-26T04:41:35.514Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:41:35.514Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-26T04:41:36.653Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:41:36.657Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 59ab99b7-6011-41e7-81d0-c856fe58ce3c 73378
2021-07-26T04:41:36.657Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:36.657Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:36.658Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:41:36.658Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:36.659Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:36.660Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274496657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:41:36.760Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:36.760Z||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-26T04:41:36.760Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:36.770Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:36.770Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:37.660Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:41:37.661Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:41:37.661Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 59ab99b7-6011-41e7-81d0-c856fe58ce3c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-26T04:41:37.661Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-07-26T04:41:37.662Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-26T04:41:37.662Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-26T04:41:37.744Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2064852261644601/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-26T04:41:38.624Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:41:38.624Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:41:38.624Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-26T04:41:38.624Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-26T04:41:38.625Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:41:38.626Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:41:38.626Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.626Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:38.626Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-26T04:41:38.626Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:41:38.626Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:41:38.626Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.626Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:38.626Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.626Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-26T04:41:38.627Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-26T04:41:38.627Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-26T04:41:38.627Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-26T04:41:38.627Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-26T04:41:38.627Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-26T04:41:38.627Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.627Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:41:38.627Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.627Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-26T04:41:38.627Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:41:38.628Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.628Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-26T04:41:38.628Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:41:38.628Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.628Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-26T04:41:38.628Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:41:38.628Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.628Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-26T04:41:38.628Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-26T04:41:38.628Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-26T04:41:38.628Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=017d1122-4dcb-406f-aabc-c23984e482c2
2021-07-26T04:41:38.629Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.629Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:38.629Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.629Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:38.629Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.629Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:38.629Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:38.629Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:38.629Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:5bd9dcc8-9e63-4615-8a90-f5a8db46e663
Model Version:NULL
Model InvariantUuid:d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:0284484a-b924-49cc-aebe-a91e450defb2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64d08c64-7b5c-4012-8615-86facb61a816
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:db67e91d-f913-41df-b469-0d74b85eb536
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c7fdb5bd-9b53-4cd6-9151-840fcb5cfc33
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:4b1f4b7f-485b-4e32-91bf-8ef953d7593b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:017d1122-4dcb-406f-aabc-c23984e482c2
ModelInvariantUuid:2eca5d2c-0781-4016-bbe8-d88234691773
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:616a6ca0-8f57-4b0e-a297-4ceff6f25bcb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d0c2f6a0-a85b-4807-9df9-e2a99643e4ae
ModelInvariantUuid:20e4ffdd-2251-4bb6-9a13-904a3785b7ee
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:590955c0-4e8e-4d21-b8fb-eeb6d5ccf222
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-26T04:41:38.635Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ba61820-0e2c-46d7-b406-6d54a8634115
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-26T04:41:38.637Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||basicclamp 0
2021-07-26T04:41:38.638Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ba61820-0e2c-46d7-b406-6d54a8634115
2021-07-26T04:41:38.638Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 25d54bea-25d0-4677-b6c1-1bbfafa429cd from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-26T04:41:38.638Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:41:38.638Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:39.445Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:41:39.445Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 25d54bea-25d0-4677-b6c1-1bbfafa429cd 790
2021-07-26T04:41:39.446Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:39.446Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:39.446Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:41:39.446Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:39.447Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:39.447Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274499446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:41:39.548Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:39.548Z||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-26T04:41:39.548Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:39.556Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:39.556Z||pool-60-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:40.448Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c7fdb5bd-9b53-4cd6-9151-840fcb5cfc33",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4b1f4b7f-485b-4e32-91bf-8ef953d7593b",
    "vfModuleModelCustomizationUUID": "b87d3cb2-5eac-48c4-a406-122fdbcf89ab",
    "isBase": true,
    "artifacts": [
      "76497a6b-d783-49de-8861-96113242bdd6",
      "da90b279-d6cb-4a8d-a2af-317d3b75546a"
    ],
    "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-26T04:41:40.451Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4b1f4b7f-485b-4e32-91bf-8ef953d7593b
VfModuleModelInvariantUUID:c7fdb5bd-9b53-4cd6-9151-840fcb5cfc33
VfModuleModelDescription:NULL
Artifacts UUID List:{
76497a6b-d783-49de-8861-96113242bdd6
,
da90b279-d6cb-4a8d-a2af-317d3b75546a

}
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-26T04:41:40.453Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c7fdb5bd-9b53-4cd6-9151-840fcb5cfc33",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4b1f4b7f-485b-4e32-91bf-8ef953d7593b",
    "vfModuleModelCustomizationUUID": "b87d3cb2-5eac-48c4-a406-122fdbcf89ab",
    "isBase": true,
    "artifacts": [
      "76497a6b-d783-49de-8861-96113242bdd6",
      "da90b279-d6cb-4a8d-a2af-317d3b75546a"
    ],
    "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-26T04:41:40.453Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4b1f4b7f-485b-4e32-91bf-8ef953d7593b
VfModuleModelInvariantUUID:c7fdb5bd-9b53-4cd6-9151-840fcb5cfc33
VfModuleModelDescription:NULL
Artifacts UUID List:{
76497a6b-d783-49de-8861-96113242bdd6
,
da90b279-d6cb-4a8d-a2af-317d3b75546a

}
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-26T04:41:40.453Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 76497a6b-d783-49de-8861-96113242bdd6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-26T04:41:40.453Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:41:40.453Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:42.442Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:41:42.442Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 76497a6b-d783-49de-8861-96113242bdd6 5033
2021-07-26T04:41:42.443Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:42.443Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:42.443Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:41:42.443Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:42.445Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:42.445Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274502443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:41:42.545Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:42.546Z||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-26T04:41:42.546Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:42.554Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:42.555Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:43.446Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da90b279-d6cb-4a8d-a2af-317d3b75546a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-26T04:41:43.446Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:41:43.446Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:44.846Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:41:44.846Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env da90b279-d6cb-4a8d-a2af-317d3b75546a 909
2021-07-26T04:41:44.846Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:44.846Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:44.847Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:41:44.847Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:44.848Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:44.848Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274504846,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:41:44.948Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:44.949Z||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-26T04:41:44.949Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:44.958Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:44.958Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:45.849Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5bd9dcc8-9e63-4615-8a90-f5a8db46e663
2021-07-26T04:41:45.849Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2ba61820-0e2c-46d7-b406-6d54a8634115 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-26T04:41:45.860Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.860Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:45.860Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-07-26T04:41:45.860Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= db67e91d-f913-41df-b469-0d74b85eb536
2021-07-26T04:41:45.860Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db67e91d-f913-41df-b469-0d74b85eb536 matches Tosca VF Customization UUID: db67e91d-f913-41df-b469-0d74b85eb536
2021-07-26T04:41:45.860Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: db67e91d-f913-41df-b469-0d74b85eb536  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-26T04:41:45.862Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.862Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:45.862Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id db67e91d-f913-41df-b469-0d74b85eb536: {\"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-26T04:41:45.862Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@532df7c5
2021-07-26T04:41:45.862Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.862Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:41:45.863Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b87d3cb2-5eac-48c4-a406-122fdbcf89ab
2021-07-26T04:41:45.863Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b87d3cb2-5eac-48c4-a406-122fdbcf89ab
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-26T04:41:45.864Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.864Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-26T04:41:45.864Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:41:45.864Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.864Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-26T04:41:45.865Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:41:45.865Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.865Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-26T04:41:45.865Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-26T04:41:45.865Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-26T04:41:45.865Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=017d1122-4dcb-406f-aabc-c23984e482c2
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-26T04:41:45.866Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.866Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-26T04:41:45.867Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:41:45.867Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.867Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-26T04:41:45.867Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=db67e91d-f913-41df-b469-0d74b85eb536
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-26T04:41:45.868Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.868Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:45.868Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5bd9dcc8-9e63-4615-8a90-f5a8db46e663: basicclamp
2021-07-26T04:41:45.868Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.868Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:45.868Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.869Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:45.869Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.869Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:45.869Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.869Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:45.869Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:41:45.869Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:41:45.869Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:45.934Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2ba61820-0e2c-46d7-b406-6d54a8634115 1 ASDC deployResourceStructure
2021-07-26T04:41:45.934Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:45.934Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:45.934Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:41:45.935Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:45.936Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:45.936Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274505934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:41:46.036Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:46.037Z||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-26T04:41:46.037Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:46.046Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:46.046Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:46.937Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:46.937Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:46.937Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:41:46.938Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:46.939Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:46.939Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274506937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:41:47.039Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:47.040Z||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-26T04:41:47.040Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:47.048Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:47.048Z||pool-64-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:47.940Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:47.940Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:47.940Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:41:47.941Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:47.942Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:47.942Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274507940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-26T04:41:48.043Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-26T04:41:48.043Z||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-26T04:41:48.043Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:48.051Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:48.051Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:48.943Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:48.943Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||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-26T04:41:48.944Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:41:48.944Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:41:48.945Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:41:48.945Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274508943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:41:49.045Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:41:49.046Z||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-26T04:41:49.046Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:49.053Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:49.054Z||pool-66-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:41:49.946Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1a68950-d58c-4b08-bf03-592101fa1e83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:41:49.956Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1a68950-d58c-4b08-bf03-592101fa1e83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:41:49.957Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:41:49.958Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:41:49.958Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:41:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:41:52.488Z||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-26T04:41:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:41:52.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:41:52.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:41:52.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274451995,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:41:52.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:19.958Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1a68950-d58c-4b08-bf03-592101fa1e83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:42:19.966Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1a68950-d58c-4b08-bf03-592101fa1e83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:42:19.967Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:42:19.967Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:42:19.967Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:42:49.968Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1a68950-d58c-4b08-bf03-592101fa1e83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:42:49.975Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1a68950-d58c-4b08-bf03-592101fa1e83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:42:49.977Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:42:49.977Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:42:49.977Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:42:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:42:52.488Z||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-26T04:42:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:42:52.508Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:42:52.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "cds",
  "timestamp": 1627274478744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274479363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274483095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "aai-ml",
  "timestamp": 1627274487418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "cds",
  "timestamp": 1627274478744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274483095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274479363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "aai-ml",
  "timestamp": 1627274487418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274488588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "cds",
  "timestamp": 1627274478744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274483095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274479363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "aai-ml",
  "timestamp": 1627274487418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274488588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "cds",
  "timestamp": 1627274478744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274483095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274479363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "aai-ml",
  "timestamp": 1627274487418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274488588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "cds",
  "timestamp": 1627274478744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274483095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274479363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "aai-ml",
  "timestamp": 1627274487418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274488588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "cds",
  "timestamp": 1627274478744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274483095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274479363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "aai-ml",
  "timestamp": 1627274487418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274488588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "cds",
  "timestamp": 1627274478744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274483095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274479363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "aai-ml",
  "timestamp": 1627274487418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274488588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "cds",
  "timestamp": 1627274478744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274481964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274483095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274479363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "aai-ml",
  "timestamp": 1627274487418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274488588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274488588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274496362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274496657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "cds",
  "timestamp": 1627274496669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "dcae-sch",
  "timestamp": 1627274496222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "policy-id",
  "timestamp": 1627274496374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "aai-ml",
  "timestamp": 1627274497052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.528Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274497050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "cds",
  "timestamp": 1627274497673,
  "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-26T04:42:52.533Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1a68950-d58c-4b08-bf03-592101fa1e83
2021-07-26T04:42:52.533Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a68950-d58c-4b08-bf03-592101fa1e83 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-26T04:42:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "dcae-sch",
  "timestamp": 1627274496222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "policy-id",
  "timestamp": 1627274496374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274498352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274498411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274497050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "dcae-sch",
  "timestamp": 1627274496222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "policy-id",
  "timestamp": 1627274496374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274499414,
  "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-26T04:42:52.545Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c1a68950-d58c-4b08-bf03-592101fa1e83
2021-07-26T04:42:52.545Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a68950-d58c-4b08-bf03-592101fa1e83 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-26T04:42:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274499446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274497050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "dcae-sch",
  "timestamp": 1627274496222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "policy-id",
  "timestamp": 1627274496374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274500251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274497050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274500690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "dcae-sch",
  "timestamp": 1627274496222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "policy-id",
  "timestamp": 1627274496374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274497050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274501694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "dcae-sch",
  "timestamp": 1627274496222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "policy-id",
  "timestamp": 1627274496374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274502443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274497050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "dcae-sch",
  "timestamp": 1627274496222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274503043,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "policy-id",
  "timestamp": 1627274496374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "cds",
  "timestamp": 1627274498676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274497050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "dcae-sch",
  "timestamp": 1627274496222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "policy-id",
  "timestamp": 1627274496374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274504065,
  "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-26T04:42:52.568Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1a68950-d58c-4b08-bf03-592101fa1e83
2021-07-26T04:42:52.569Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a68950-d58c-4b08-bf03-592101fa1e83 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-26T04:42:52.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "cds",
  "timestamp": 1627274498676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274497050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274504846,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274505067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:42:52.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "aai-ml",
  "timestamp": 1627274505337,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:42:52.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "cds",
  "timestamp": 1627274498676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274505934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:42:52.578Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "aai-ml",
  "timestamp": 1627274506341,
  "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-26T04:42:52.582Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1a68950-d58c-4b08-bf03-592101fa1e83
2021-07-26T04:42:52.582Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a68950-d58c-4b08-bf03-592101fa1e83 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-26T04:42:52.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "cds",
  "timestamp": 1627274498676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "policy-id",
  "timestamp": 1627274506785,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274506937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:42:52.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "cds",
  "timestamp": 1627274498676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.590Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "policy-id",
  "timestamp": 1627274507787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:42:52.591Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274507940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-26T04:42:52.591Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "cds",
  "timestamp": 1627274498676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "policy-id",
  "timestamp": 1627274508790,
  "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-26T04:42:52.596Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1a68950-d58c-4b08-bf03-592101fa1e83
2021-07-26T04:42:52.596Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a68950-d58c-4b08-bf03-592101fa1e83 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-26T04:42:52.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274508943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:42:52.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274508588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "cds",
  "timestamp": 1627274498676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "dcae-sch",
  "timestamp": 1627274509684,
  "artifactURL": "/sdc/v1/catalog/services/5bd9dcc8-9e63-4615-8a90-f5a8db46e663/resourceInstances/basicclamp0/artifacts/cd69c7f4-a25a-4ed5-98b3-eb20ad2c8af6",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:42:52.603Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274508588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "dcae-sch",
  "timestamp": 1627274510991,
  "artifactURL": "/sdc/v1/catalog/services/5bd9dcc8-9e63-4615-8a90-f5a8db46e663/resourceInstances/basicclamp0/artifacts/cd69c7f4-a25a-4ed5-98b3-eb20ad2c8af6",
  "status": "DEPLOY_OK"
}
2021-07-26T04:42:52.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:42:52.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274508588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:42:52.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:42:52.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "dcae-sch",
  "timestamp": 1627274511997,
  "artifactURL": "/sdc/v1/catalog/services/5bd9dcc8-9e63-4615-8a90-f5a8db46e663/resourceInstances/basicclamp0/artifacts/cd69c7f4-a25a-4ed5-98b3-eb20ad2c8af6",
  "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-26T04:42:52.608Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of c1a68950-d58c-4b08-bf03-592101fa1e83
2021-07-26T04:42:52.609Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a68950-d58c-4b08-bf03-592101fa1e83 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-26T04:42:52.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:42:52.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274508588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:42:52.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:19.977Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1a68950-d58c-4b08-bf03-592101fa1e83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:43:19.986Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1a68950-d58c-4b08-bf03-592101fa1e83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:43:19.988Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:43:19.989Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:43:19.989Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:43:19.989Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:43:19.989Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:43:19.989Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:43:19.989Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:43:19.989Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:43:19.989Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:43:19.989Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:43:19.989Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T04:43:19.993Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:43:49.993Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1a68950-d58c-4b08-bf03-592101fa1e83 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-26T04:43:49.999Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1a68950-d58c-4b08-bf03-592101fa1e83 and serviceModelVersionId: 5bd9dcc8-9e63-4615-8a90-f5a8db46e663
2021-07-26T04:43:49.999Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02
2021-07-26T04:43:50.000Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02/model-vers/model-ver/5bd9dcc8-9e63-4615-8a90-f5a8db46e663?depth=0
2021-07-26T04:43:50.003Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:43:50.050Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02/model-vers/model-ver/5bd9dcc8-9e63-4615-8a90-f5a8db46e663?depth=0|INFO|500||Invoke
2021-07-26T04:43:50.051Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02/model-vers/model-ver/5bd9dcc8-9e63-4615-8a90-f5a8db46e663?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02/model-vers/model-ver/5bd9dcc8-9e63-4615-8a90-f5a8db46e663?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1a68950-d58c-4b08-bf03-592101fa1e83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e02dcf1-2412-42be-a322-6320a93d02df], X-ECOMP-RequestID=[c1a68950-d58c-4b08-bf03-592101fa1e83], X-TransactionId=[], X-ONAP-RequestID=[c1a68950-d58c-4b08-bf03-592101fa1e83], Content-Type=[application/merge-patch+json]}
2021-07-26T04:43:50.068Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02/model-vers/model-ver/5bd9dcc8-9e63-4615-8a90-f5a8db46e663?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T04:43:50.550Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02/model-vers/model-ver/5bd9dcc8-9e63-4615-8a90-f5a8db46e663?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/d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02/model-vers/model-ver/5bd9dcc8-9e63-4615-8a90-f5a8db46e663?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210726-04:43:50:076-20522], vertex-id=[172080], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:43:50 GMT], Content-Type=[application/json]}
2021-07-26T04:43:50.550Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02/model-vers/model-ver/5bd9dcc8-9e63-4615-8a90-f5a8db46e663?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:43:50.551Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d0e5d2ab-a9bf-4d96-b61c-2816b23f1d02/model-vers/model-ver/5bd9dcc8-9e63-4615-8a90-f5a8db46e663?depth=0|INFO|500||InvokeReturn
2021-07-26T04:43:50.551Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:43:50.551Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:43:50.554Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T04:43:50.554Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1a68950-d58c-4b08-bf03-592101fa1e83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:43:50.555Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:43:50.555Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:43:50.556Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:43:50.556Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274630555,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:43:50.656Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:43:50.657Z||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-26T04:43:50.657Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:43:50.670Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:43:50.670Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 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-26T04:43:51.567Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:43:51.567Z|c1a68950-d58c-4b08-bf03-592101fa1e83|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-26T04:43:51.568Z|c1a68950-d58c-4b08-bf03-592101fa1e83|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:43:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:43:52.488Z||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-26T04:43:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:43:52.501Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:43:52.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "cds",
  "timestamp": 1627274513182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274508588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274513788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:43:52.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "cds",
  "timestamp": 1627274514186,
  "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-26T04:43:52.523Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5dc9b69f-c831-40e9-8a39-475dee4bbcab
2021-07-26T04:43:52.523Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dc9b69f-c831-40e9-8a39-475dee4bbcab 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-26T04:43:52.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274508588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274514791,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:43:52.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274508588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "clamp",
  "timestamp": 1627274515795,
  "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-26T04:43:52.533Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c1a68950-d58c-4b08-bf03-592101fa1e83
2021-07-26T04:43:52.533Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a68950-d58c-4b08-bf03-592101fa1e83 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-26T04:43:52.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "dcae-sch",
  "timestamp": 1627274516222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "policy-id",
  "timestamp": 1627274516374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274517250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "clamp",
  "timestamp": 1627274516798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274517050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "dcae-sch",
  "timestamp": 1627274516222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274517868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "policy-id",
  "timestamp": 1627274516374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "aai-ml",
  "timestamp": 1627274517418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "clamp",
  "timestamp": 1627274516798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274517050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "dcae-sch",
  "timestamp": 1627274516222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "policy-id",
  "timestamp": 1627274516374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "aai-ml",
  "timestamp": 1627274517418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274519355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "clamp",
  "timestamp": 1627274516798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274517050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274519848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "dcae-sch",
  "timestamp": 1627274516222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "policy-id",
  "timestamp": 1627274516374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "aai-ml",
  "timestamp": 1627274517418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "clamp",
  "timestamp": 1627274516798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274517050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274520852,
  "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-26T04:43:52.546Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5dc9b69f-c831-40e9-8a39-475dee4bbcab
2021-07-26T04:43:52.546Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dc9b69f-c831-40e9-8a39-475dee4bbcab 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-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "dcae-sch",
  "timestamp": 1627274516222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "policy-id",
  "timestamp": 1627274516374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "aai-ml",
  "timestamp": 1627274517418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "clamp",
  "timestamp": 1627274516798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274517050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "dcae-sch",
  "timestamp": 1627274516222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "policy-id",
  "timestamp": 1627274516374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "aai-ml",
  "timestamp": 1627274517418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "clamp",
  "timestamp": 1627274516798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274517050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "dcae-sch",
  "timestamp": 1627274516222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274522878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "policy-id",
  "timestamp": 1627274516374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "aai-ml",
  "timestamp": 1627274517418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "clamp",
  "timestamp": 1627274516798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274517050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274523897,
  "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-26T04:43:52.561Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5dc9b69f-c831-40e9-8a39-475dee4bbcab
2021-07-26T04:43:52.561Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dc9b69f-c831-40e9-8a39-475dee4bbcab 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-26T04:43:52.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "aai-ml",
  "timestamp": 1627274517418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274524900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:43:52.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "policy-id",
  "timestamp": 1627274525483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.569Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "policy-id",
  "timestamp": 1627274526485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:43:52.569Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "aai-ml",
  "timestamp": 1627274526939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.569Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "policy-id",
  "timestamp": 1627274527489,
  "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-26T04:43:52.572Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5dc9b69f-c831-40e9-8a39-475dee4bbcab
2021-07-26T04:43:52.573Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dc9b69f-c831-40e9-8a39-475dee4bbcab 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-26T04:43:52.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "aai-ml",
  "timestamp": 1627274535548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:43:52.577Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "aai-ml",
  "timestamp": 1627274536551,
  "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-26T04:43:52.581Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5dc9b69f-c831-40e9-8a39-475dee4bbcab
2021-07-26T04:43:52.581Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dc9b69f-c831-40e9-8a39-475dee4bbcab 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-26T04:43:52.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "clamp",
  "timestamp": 1627274537696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "clamp",
  "timestamp": 1627274539705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:43:52.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "clamp",
  "timestamp": 1627274540707,
  "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-26T04:43:52.591Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5dc9b69f-c831-40e9-8a39-475dee4bbcab
2021-07-26T04:43:52.591Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dc9b69f-c831-40e9-8a39-475dee4bbcab 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-26T04:43:52.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "dcae-sch",
  "timestamp": 1627274536222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274537050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "cds",
  "timestamp": 1627274538744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274539363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "policy-id",
  "timestamp": 1627274536374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "clamp",
  "timestamp": 1627274543094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274537050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "dcae-sch",
  "timestamp": 1627274536222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "cds",
  "timestamp": 1627274538744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274539363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "policy-id",
  "timestamp": 1627274536374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "clamp",
  "timestamp": 1627274543094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274537050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "dcae-sch",
  "timestamp": 1627274536222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "cds",
  "timestamp": 1627274538744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274539363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "policy-id",
  "timestamp": 1627274536374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "clamp",
  "timestamp": 1627274543094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274537050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "dcae-sch",
  "timestamp": 1627274536222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "cds",
  "timestamp": 1627274538744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274539363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "policy-id",
  "timestamp": 1627274536374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "clamp",
  "timestamp": 1627274543094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274537050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "dcae-sch",
  "timestamp": 1627274536222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "cds",
  "timestamp": 1627274538744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274539363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "policy-id",
  "timestamp": 1627274536374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "clamp",
  "timestamp": 1627274543094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "aai-ml",
  "timestamp": 1627274547418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274537050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "cds",
  "timestamp": 1627274538744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "dcae-sch",
  "timestamp": 1627274536222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274539363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "policy-id",
  "timestamp": 1627274536374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "clamp",
  "timestamp": 1627274543094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "aai-ml",
  "timestamp": 1627274547418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274548588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "cds",
  "timestamp": 1627274538744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "dcae-sch",
  "timestamp": 1627274536222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274537050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274539363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "policy-id",
  "timestamp": 1627274536374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "clamp",
  "timestamp": 1627274543094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "aai-ml",
  "timestamp": 1627274547418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274548588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "cds",
  "timestamp": 1627274538744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274537050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "dcae-sch",
  "timestamp": 1627274536222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274539363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "policy-id",
  "timestamp": 1627274536374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "clamp",
  "timestamp": 1627274543094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "aai-ml",
  "timestamp": 1627274547418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274548588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "aai-ml",
  "timestamp": 1627274547418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274548588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "aai-ml",
  "timestamp": 1627274547418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274548588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "cds",
  "timestamp": 1627274553488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "policy-id",
  "timestamp": 1627274553652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.616Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274553689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.616Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "aai-ml",
  "timestamp": 1627274547418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274548588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "policy-id",
  "timestamp": 1627274554656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:43:52.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "aai-ml",
  "timestamp": 1627274547418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274548588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:52.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "cds",
  "timestamp": 1627274555389,
  "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-26T04:43:52.628Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 189312b1-7815-4c62-8d37-06f5299c62aa
2021-07-26T04:43:52.628Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 189312b1-7815-4c62-8d37-06f5299c62aa 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-26T04:43:52.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274555642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:43:52.636Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "policy-id",
  "timestamp": 1627274555658,
  "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-26T04:43:52.640Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 189312b1-7815-4c62-8d37-06f5299c62aa
2021-07-26T04:43:52.640Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 189312b1-7815-4c62-8d37-06f5299c62aa 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-26T04:43:52.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274548588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:43:52.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:43:52.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274556644,
  "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-26T04:43:52.651Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 189312b1-7815-4c62-8d37-06f5299c62aa
2021-07-26T04:43:52.651Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 189312b1-7815-4c62-8d37-06f5299c62aa 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-26T04:43:52.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "aai-ml",
  "timestamp": 1627274557054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274558250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274560342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "clamp",
  "timestamp": 1627274561700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274562876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:43:52.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "clamp",
  "timestamp": 1627274563704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:43:52.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274563896,
  "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-26T04:43:52.661Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 189312b1-7815-4c62-8d37-06f5299c62aa
2021-07-26T04:43:52.661Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 189312b1-7815-4c62-8d37-06f5299c62aa 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-26T04:43:52.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "clamp",
  "timestamp": 1627274564707,
  "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-26T04:43:52.669Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 189312b1-7815-4c62-8d37-06f5299c62aa
2021-07-26T04:43:52.669Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 189312b1-7815-4c62-8d37-06f5299c62aa 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-26T04:43:52.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274564898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:43:52.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "aai-ml",
  "timestamp": 1627274566476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:43:52.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:43:52.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:43:52.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "aai-ml",
  "timestamp": 1627274567481,
  "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-26T04:43:52.678Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 189312b1-7815-4c62-8d37-06f5299c62aa
2021-07-26T04:43:52.678Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 189312b1-7815-4c62-8d37-06f5299c62aa 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-26T04:43:55.851Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:43:55.852Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:43:55.852Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"5dc9b69f-c831-40e9-8a39-475dee4bbcab","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4addb1ef-090e-4135-bd7c-970f5a7699fe","serviceDescription":"service","serviceInvariantUUID":"952f9945-1587-41c8-917b-bc80c966745f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"324be8a8-9bed-4bce-a993-78e0b9747900","resourceInvariantUUID":"373b22b9-755b-43f0-bb13-4c64be4d3aa8","resourceCustomizationUUID":"aff278aa-6134-49ed-83c2-a07a1603e537","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":"MzI2MDFlODhlYjlkZjFmY2Y0ZWRiOTU3NGE3OTdiZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d35a94cf-f663-4d88-9003-83fbfbcf0d80","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":"MDNmODMwMTFmNWE3OWI2NmE3NjNiODBiZjQxNWNmMGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"acd78168-a659-413a-95bb-37570a228523","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":"97f54f9d-ecc3-43ab-8844-c6f6964b4b1e","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":"3ed30a6f-231a-45ee-b761-45857edd5caa","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":"c5e2ed98-cf34-480e-94b6-25e02ce6900e","artifactVersion":"2","generatedFromUUID":"97f54f9d-ecc3-43ab-8844-c6f6964b4b1e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjZlNmQ3MWE0Y2Y3N2ExZGFhYjllYTViYWE3MjFiNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49c2cb1b-67a2-4ea5-b82e-f818dda7dc4b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTIwODU4MzU2NWJhN2Q3MGQ4MjIwOGZmM2NkNWQ0NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dde694e-38af-47cb-bf67-26cacab6008c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:43:55.854Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:43:55.854Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:43:55.856Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:43:55.856Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:55.956Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:43:55.956Z||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-26T04:43:55.956Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:43:55.964Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:43:55.964Z||pool-68-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:43:56.856Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:43:56.857Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:43:56.858Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:43:56.858Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:43:56.959Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:43:56.959Z||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-26T04:43:56.959Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:43:56.967Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:43:56.967Z||pool-69-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:43:57.859Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:43:57.859Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:43:57.861Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:43:57.861Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:43:57.961Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:43:57.961Z||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-26T04:43:57.961Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:43:57.970Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:43:57.970Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:43:58.861Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:43:58.862Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:43:58.863Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:43:58.864Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:43:58.964Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:43:58.964Z||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-26T04:43:58.964Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:43:58.971Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:43:58.971Z||pool-71-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:43:59.864Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:43:59.865Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:43:59.866Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:43:59.866Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-26T04:43:59.966Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:43:59.967Z||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-26T04:43:59.967Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:43:59.974Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:43:59.974Z||pool-72-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:00.867Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:44:00.867Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:00.869Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:00.869Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:44:00.969Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:00.969Z||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-26T04:44:00.969Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:00.979Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:00.979Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:01.869Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:44:01.870Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:01.871Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:01.871Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:44:01.971Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:01.972Z||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-26T04:44:01.972Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:01.980Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:01.980Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:02.872Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4addb1ef-090e-4135-bd7c-970f5a7699fe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "952f9945-1587-41c8-917b-bc80c966745f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "aff278aa-6134-49ed-83c2-a07a1603e537",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "324be8a8-9bed-4bce-a993-78e0b9747900",
      "resourceInvariantUUID": "373b22b9-755b-43f0-bb13-4c64be4d3aa8",
      "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": "MDNmODMwMTFmNWE3OWI2NmE3NjNiODBiZjQxNWNmMGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "acd78168-a659-413a-95bb-37570a228523",
          "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": "97f54f9d-ecc3-43ab-8844-c6f6964b4b1e",
          "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": "c5e2ed98-cf34-480e-94b6-25e02ce6900e",
            "generatedFromUUID": "97f54f9d-ecc3-43ab-8844-c6f6964b4b1e"
          },
          "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": "c5e2ed98-cf34-480e-94b6-25e02ce6900e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YTIwODU4MzU2NWJhN2Q3MGQ4MjIwOGZmM2NkNWQ0NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5dde694e-38af-47cb-bf67-26cacab6008c"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T04:44:02.873Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:44:02.873Z|c1a68950-d58c-4b08-bf03-592101fa1e83|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4addb1ef-090e-4135-bd7c-970f5a7699fe ASDC
2021-07-26T04:44:02.873Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5dc9b69f-c831-40e9-8a39-475dee4bbcab
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4addb1ef-090e-4135-bd7c-970f5a7699fe
ServiceInvariantUUID:952f9945-1587-41c8-917b-bc80c966745f
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:5dde694e-38af-47cb-bf67-26cacab6008c
ArtifactChecksum:YTIwODU4MzU2NWJhN2Q3MGQ4MjIwOGZmM2NkNWQ0NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:aff278aa-6134-49ed-83c2-a07a1603e537
ResourceInvariantUUID:373b22b9-755b-43f0-bb13-4c64be4d3aa8
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:324be8a8-9bed-4bce-a993-78e0b9747900
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:acd78168-a659-413a-95bb-37570a228523
ArtifactChecksum:MDNmODMwMTFmNWE3OWI2NmE3NjNiODBiZjQxNWNmMGU=
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:97f54f9d-ecc3-43ab-8844-c6f6964b4b1e
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:c5e2ed98-cf34-480e-94b6-25e02ce6900e
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:c5e2ed98-cf34-480e-94b6-25e02ce6900e
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-26T04:44:02.873Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4addb1ef-090e-4135-bd7c-970f5a7699fe 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-26T04:44:02.899Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:44:02.900Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:44:02.900Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:44:02.900Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5dde694e-38af-47cb-bf67-26cacab6008c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-26T04:44:02.901Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:44:02.901Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-26T04:44:04.545Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:44:04.548Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5dde694e-38af-47cb-bf67-26cacab6008c 70857
2021-07-26T04:44:04.548Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:04.548Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:04.548Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:44:04.549Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:04.550Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:04.550Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274644548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:44:04.650Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:04.651Z||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-26T04:44:04.651Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:04.658Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:04.658Z||pool-75-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:44:05.550Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:44:05.551Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:44:05.552Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5dde694e-38af-47cb-bf67-26cacab6008c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-07-26T04:44:05.552Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-07-26T04:44:05.552Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-07-26T04:44:05.552Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-07-26T04:44:05.635Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15692282843659265833/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-26T04:44:06.456Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:44:06.456Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:44:06.456Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-26T04:44:06.456Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:06.457Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-26T04:44:06.458Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:44:06.458Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:44:06.458Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.458Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:06.458Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-26T04:44:06.458Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:44:06.458Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:44:06.458Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.458Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:06.459Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.459Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-26T04:44:06.459Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-26T04:44:06.459Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-07-26T04:44:06.459Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-07-26T04:44:06.459Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-07-26T04:44:06.459Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-26T04:44:06.459Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.459Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:44:06.459Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.459Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-26T04:44:06.459Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:44:06.460Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.460Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-26T04:44:06.460Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:44:06.460Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.460Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-26T04:44:06.460Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:44:06.460Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.460Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-26T04:44:06.460Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-26T04:44:06.460Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-26T04:44:06.460Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e45ddbd4-cb80-46a4-b41a-d21ea6f9480d
2021-07-26T04:44:06.460Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.461Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:06.461Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.461Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:06.461Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.461Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:06.461Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:06.461Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:06.461Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4addb1ef-090e-4135-bd7c-970f5a7699fe
Model Version:NULL
Model InvariantUuid:952f9945-1587-41c8-917b-bc80c966745f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:e4533fc7-a8df-45bd-87e5-e2c9fe4f64fb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:373b22b9-755b-43f0-bb13-4c64be4d3aa8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aff278aa-6134-49ed-83c2-a07a1603e537
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5cbdf876-d830-41f7-8936-24826184dc2f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:95fdfeac-e55a-48b2-8b6e-05d29c7034d4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e45ddbd4-cb80-46a4-b41a-d21ea6f9480d
ModelInvariantUuid:72934806-51e6-4687-a71e-484b094f1465
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:b7eebaba-2ca4-4f66-87a4-ec6dd796ce0e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:eb30c68e-75dd-412a-a850-3d37ba193fad
ModelInvariantUuid:e2800786-8224-47b9-816b-a0baaf6cec9e
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:0291aca6-f8da-4ac8-8f38-b430b02e70d7
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-26T04:44:06.466Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 324be8a8-9bed-4bce-a993-78e0b9747900
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-26T04:44:06.468Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||basic_vm 0
2021-07-26T04:44:06.468Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 324be8a8-9bed-4bce-a993-78e0b9747900
2021-07-26T04:44:06.468Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: acd78168-a659-413a-95bb-37570a228523 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-07-26T04:44:06.468Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:44:06.468Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:07.781Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:44:07.781Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json acd78168-a659-413a-95bb-37570a228523 787
2021-07-26T04:44:07.782Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:07.782Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:07.782Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:44:07.782Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:07.783Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:07.784Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274647782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:44:07.884Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:07.885Z||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-26T04:44:07.886Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:07.893Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:07.894Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:08.784Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5cbdf876-d830-41f7-8936-24826184dc2f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95fdfeac-e55a-48b2-8b6e-05d29c7034d4",
    "vfModuleModelCustomizationUUID": "eca3e386-ef11-411d-bb59-7804b721d1b3",
    "isBase": true,
    "artifacts": [
      "97f54f9d-ecc3-43ab-8844-c6f6964b4b1e",
      "c5e2ed98-cf34-480e-94b6-25e02ce6900e"
    ],
    "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-26T04:44:08.787Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95fdfeac-e55a-48b2-8b6e-05d29c7034d4
VfModuleModelInvariantUUID:5cbdf876-d830-41f7-8936-24826184dc2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
97f54f9d-ecc3-43ab-8844-c6f6964b4b1e
,
c5e2ed98-cf34-480e-94b6-25e02ce6900e

}
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-26T04:44:08.788Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5cbdf876-d830-41f7-8936-24826184dc2f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95fdfeac-e55a-48b2-8b6e-05d29c7034d4",
    "vfModuleModelCustomizationUUID": "eca3e386-ef11-411d-bb59-7804b721d1b3",
    "isBase": true,
    "artifacts": [
      "97f54f9d-ecc3-43ab-8844-c6f6964b4b1e",
      "c5e2ed98-cf34-480e-94b6-25e02ce6900e"
    ],
    "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-26T04:44:08.788Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95fdfeac-e55a-48b2-8b6e-05d29c7034d4
VfModuleModelInvariantUUID:5cbdf876-d830-41f7-8936-24826184dc2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
97f54f9d-ecc3-43ab-8844-c6f6964b4b1e
,
c5e2ed98-cf34-480e-94b6-25e02ce6900e

}
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-26T04:44:08.788Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 97f54f9d-ecc3-43ab-8844-c6f6964b4b1e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-07-26T04:44:08.788Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:44:08.788Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:09.589Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:44:09.589Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 97f54f9d-ecc3-43ab-8844-c6f6964b4b1e 5033
2021-07-26T04:44:09.589Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:09.589Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:09.589Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:44:09.589Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:09.591Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:09.591Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274649589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:44:09.691Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:09.692Z||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-26T04:44:09.692Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:09.700Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:09.701Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:10.592Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c5e2ed98-cf34-480e-94b6-25e02ce6900e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-07-26T04:44:10.592Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:44:10.592Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:12.581Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:44:12.582Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c5e2ed98-cf34-480e-94b6-25e02ce6900e 903
2021-07-26T04:44:12.582Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:12.582Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:12.582Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:44:12.582Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:12.584Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:12.584Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274652582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:44:12.684Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:12.685Z||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-26T04:44:12.685Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:12.694Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:12.694Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:13.584Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4addb1ef-090e-4135-bd7c-970f5a7699fe
2021-07-26T04:44:13.585Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 324be8a8-9bed-4bce-a993-78e0b9747900 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-26T04:44:13.596Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.596Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:13.596Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-07-26T04:44:13.596Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= aff278aa-6134-49ed-83c2-a07a1603e537
2021-07-26T04:44:13.596Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aff278aa-6134-49ed-83c2-a07a1603e537 matches Tosca VF Customization UUID: aff278aa-6134-49ed-83c2-a07a1603e537
2021-07-26T04:44:13.596Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: aff278aa-6134-49ed-83c2-a07a1603e537  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-26T04:44:13.598Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.598Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:13.599Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id aff278aa-6134-49ed-83c2-a07a1603e537: {\"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-26T04:44:13.599Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@548fe0e0
2021-07-26T04:44:13.599Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.599Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:44:13.599Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eca3e386-ef11-411d-bb59-7804b721d1b3
2021-07-26T04:44:13.599Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eca3e386-ef11-411d-bb59-7804b721d1b3
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-26T04:44:13.601Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.601Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-26T04:44:13.601Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:44:13.601Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.601Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-26T04:44:13.601Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:44:13.602Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.602Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-26T04:44:13.602Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-26T04:44:13.602Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-26T04:44:13.602Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e45ddbd4-cb80-46a4-b41a-d21ea6f9480d
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-26T04:44:13.604Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.604Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-26T04:44:13.604Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:44:13.604Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.604Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-26T04:44:13.604Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=aff278aa-6134-49ed-83c2-a07a1603e537
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-26T04:44:13.606Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.606Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:13.606Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4addb1ef-090e-4135-bd7c-970f5a7699fe: basic_vm
2021-07-26T04:44:13.606Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.606Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:13.606Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.606Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:13.606Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.607Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:13.607Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.607Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:13.607Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:44:13.607Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:44:13.607Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:13.678Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 324be8a8-9bed-4bce-a993-78e0b9747900 1 ASDC deployResourceStructure
2021-07-26T04:44:13.678Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:13.678Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:13.678Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:44:13.679Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:13.680Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:13.680Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274653678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:44:13.780Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:13.781Z||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-26T04:44:13.781Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:13.788Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:13.789Z||pool-79-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:14.681Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:14.681Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:14.682Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:44:14.682Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:14.683Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:14.683Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274654681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:44:14.783Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:14.784Z||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-26T04:44:14.784Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:14.792Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:14.792Z||pool-80-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:15.684Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:15.684Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:15.684Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:44:15.685Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:15.687Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:15.687Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274655684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-26T04:44:15.787Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:15.787Z||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-26T04:44:15.788Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:15.795Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:15.795Z||pool-81-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:16.687Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:16.688Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||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-26T04:44:16.688Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:44:16.688Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:16.689Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:16.689Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274656687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:44:16.790Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:16.790Z||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-26T04:44:16.790Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:16.799Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:16.799Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:44:17.690Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5dc9b69f-c831-40e9-8a39-475dee4bbcab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:44:17.699Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5dc9b69f-c831-40e9-8a39-475dee4bbcab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:44:17.701Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:44:17.701Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:44:17.701Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:44:17.701Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:44:17.702Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:44:17.702Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:44:17.702Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:44:17.702Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:44:17.702Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:44:17.702Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:44:17.702Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T04:44:17.707Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:44:47.707Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5dc9b69f-c831-40e9-8a39-475dee4bbcab 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-26T04:44:47.711Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5dc9b69f-c831-40e9-8a39-475dee4bbcab and serviceModelVersionId: 4addb1ef-090e-4135-bd7c-970f5a7699fe
2021-07-26T04:44:47.712Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 952f9945-1587-41c8-917b-bc80c966745f
2021-07-26T04:44:47.712Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/952f9945-1587-41c8-917b-bc80c966745f/model-vers/model-ver/4addb1ef-090e-4135-bd7c-970f5a7699fe?depth=0
2021-07-26T04:44:47.716Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:44:47.749Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/952f9945-1587-41c8-917b-bc80c966745f/model-vers/model-ver/4addb1ef-090e-4135-bd7c-970f5a7699fe?depth=0|INFO|500||Invoke
2021-07-26T04:44:47.750Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/952f9945-1587-41c8-917b-bc80c966745f/model-vers/model-ver/4addb1ef-090e-4135-bd7c-970f5a7699fe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/952f9945-1587-41c8-917b-bc80c966745f/model-vers/model-ver/4addb1ef-090e-4135-bd7c-970f5a7699fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5dc9b69f-c831-40e9-8a39-475dee4bbcab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[618998a9-c5f3-433e-ad52-c143647016bc], X-ECOMP-RequestID=[5dc9b69f-c831-40e9-8a39-475dee4bbcab], X-TransactionId=[], X-ONAP-RequestID=[5dc9b69f-c831-40e9-8a39-475dee4bbcab], Content-Type=[application/merge-patch+json]}
2021-07-26T04:44:47.762Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/952f9945-1587-41c8-917b-bc80c966745f/model-vers/model-ver/4addb1ef-090e-4135-bd7c-970f5a7699fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T04:44:48.179Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/952f9945-1587-41c8-917b-bc80c966745f/model-vers/model-ver/4addb1ef-090e-4135-bd7c-970f5a7699fe?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/952f9945-1587-41c8-917b-bc80c966745f/model-vers/model-ver/4addb1ef-090e-4135-bd7c-970f5a7699fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210726-04:44:47:770-30826], vertex-id=[229464], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:44:47 GMT], Content-Type=[application/json]}
2021-07-26T04:44:48.179Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/952f9945-1587-41c8-917b-bc80c966745f/model-vers/model-ver/4addb1ef-090e-4135-bd7c-970f5a7699fe?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:44:48.179Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/952f9945-1587-41c8-917b-bc80c966745f/model-vers/model-ver/4addb1ef-090e-4135-bd7c-970f5a7699fe?depth=0|INFO|500||InvokeReturn
2021-07-26T04:44:48.179Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:44:48.180Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:44:48.183Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T04:44:48.183Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5dc9b69f-c831-40e9-8a39-475dee4bbcab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:44:48.183Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:44:48.184Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:48.185Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:48.185Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274688183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:44:48.285Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:48.286Z||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-26T04:44:48.286Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:48.298Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:48.298Z||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-26T04:44:49.196Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:44:49.196Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"189312b1-7815-4c62-8d37-06f5299c62aa","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a9b7cc96-2a64-469c-8cd5-ef8c78f46262","serviceDescription":"service","serviceInvariantUUID":"09996c48-2821-4988-8bb2-79a6c38c894f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"713a75b0-8862-498f-ad91-ea2567d9bf39","resourceInvariantUUID":"b82e82ab-908f-4c0b-b60c-349e694cbe12","resourceCustomizationUUID":"621309a1-ee32-4c05-b7de-d0dee20b2d11","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":"YTZhOWViODgwMTY5NTc1ZGI0YWFiMTM5NWMwNjFjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63cf40e5-b3d0-43c6-b717-f237b0a6587b","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":"YmM4ODVmYjVmMGJmMjM2M2I4OGNhYzIwNzBiZmY5MWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f3bb8ca-46d8-48ad-920f-a7e65b2acd5d","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":"1c8daf03-7b4c-4614-ba96-fe26f1e46870","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":"ef3f0f9c-a026-4cbb-8ff8-a9cd7661c6e3","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":"cec9a6bc-060c-45d2-bea7-f698cd3c64ee","artifactVersion":"2","generatedFromUUID":"1c8daf03-7b4c-4614-ba96-fe26f1e46870"},{"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":"MmI4NzE5NzM5NzFmN2JlODBlMjQyYTRmNjFlZTU3ZjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5609ad62-f8bb-4ae1-8174-fa21a0b912f6","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":"MzU5NDI0MWUwNjhkNGZhN2U5NjNhM2Q0N2FjYWQ0NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e34005d-44cf-4faf-9b6b-a4684ff9ff39","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2UyODk5ZTc2NjFiOGVhMjFkMjc4NTY0NGU2MWZhMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a565043-ce8c-4e37-9074-247ddb32908a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:44:49.196Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:44:49.196Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:49.197Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:49.197Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:44:49.298Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T04:44:49.298Z||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-26T04:44:49.298Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:49.308Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:49.308Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:50.198Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:44:50.199Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:50.200Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:50.200Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:44:50.301Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T04:44:50.301Z||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-26T04:44:50.301Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:50.308Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:50.308Z||pool-85-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:51.201Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:44:51.201Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:51.203Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:51.203Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:44:51.303Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:51.304Z||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-26T04:44:51.304Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:51.311Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:51.311Z||pool-86-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:52.204Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:44:52.204Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:52.205Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:52.205Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:44:52.306Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T04:44:52.306Z||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-26T04:44:52.306Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:52.316Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:52.316Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:44:52.488Z||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-26T04:44:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:52.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:52.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:44:52.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a68950-d58c-4b08-bf03-592101fa1e83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274630555,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:44:52.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:44:53.206Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:44:53.207Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:53.208Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:53.208Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-26T04:44:53.309Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:53.309Z||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-26T04:44:53.309Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:53.318Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:53.318Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:54.209Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:44:54.209Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:54.211Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:54.211Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:44:54.311Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-26T04:44:54.312Z||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-26T04:44:54.312Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:54.320Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:54.321Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:55.212Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:44:55.213Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:55.214Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:55.214Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:44:55.314Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:55.315Z||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-26T04:44:55.315Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:55.327Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:55.327Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:56.215Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:44:56.215Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:56.217Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:56.217Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:44:56.317Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:56.317Z||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-26T04:44:56.317Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:56.327Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:56.328Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:57.218Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a9b7cc96-2a64-469c-8cd5-ef8c78f46262",
  "serviceDescription": "service",
  "serviceInvariantUUID": "09996c48-2821-4988-8bb2-79a6c38c894f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "621309a1-ee32-4c05-b7de-d0dee20b2d11",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "713a75b0-8862-498f-ad91-ea2567d9bf39",
      "resourceInvariantUUID": "b82e82ab-908f-4c0b-b60c-349e694cbe12",
      "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": "YmM4ODVmYjVmMGJmMjM2M2I4OGNhYzIwNzBiZmY5MWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8f3bb8ca-46d8-48ad-920f-a7e65b2acd5d",
          "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": "1c8daf03-7b4c-4614-ba96-fe26f1e46870",
          "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": "cec9a6bc-060c-45d2-bea7-f698cd3c64ee",
            "generatedFromUUID": "1c8daf03-7b4c-4614-ba96-fe26f1e46870"
          },
          "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": "cec9a6bc-060c-45d2-bea7-f698cd3c64ee",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2UyODk5ZTc2NjFiOGVhMjFkMjc4NTY0NGU2MWZhMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a565043-ce8c-4e37-9074-247ddb32908a"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T04:44:57.218Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:44:57.218Z|5dc9b69f-c831-40e9-8a39-475dee4bbcab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a9b7cc96-2a64-469c-8cd5-ef8c78f46262 ASDC
2021-07-26T04:44:57.218Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:189312b1-7815-4c62-8d37-06f5299c62aa
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a9b7cc96-2a64-469c-8cd5-ef8c78f46262
ServiceInvariantUUID:09996c48-2821-4988-8bb2-79a6c38c894f
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:3a565043-ce8c-4e37-9074-247ddb32908a
ArtifactChecksum:N2UyODk5ZTc2NjFiOGVhMjFkMjc4NTY0NGU2MWZhMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:621309a1-ee32-4c05-b7de-d0dee20b2d11
ResourceInvariantUUID:b82e82ab-908f-4c0b-b60c-349e694cbe12
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:713a75b0-8862-498f-ad91-ea2567d9bf39
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:8f3bb8ca-46d8-48ad-920f-a7e65b2acd5d
ArtifactChecksum:YmM4ODVmYjVmMGJmMjM2M2I4OGNhYzIwNzBiZmY5MWI=
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:1c8daf03-7b4c-4614-ba96-fe26f1e46870
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:cec9a6bc-060c-45d2-bea7-f698cd3c64ee
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:cec9a6bc-060c-45d2-bea7-f698cd3c64ee
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-26T04:44:57.218Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9b7cc96-2a64-469c-8cd5-ef8c78f46262 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-26T04:44:57.243Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:44:57.244Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:44:57.244Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:44:57.244Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3a565043-ce8c-4e37-9074-247ddb32908a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-26T04:44:57.244Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:44:57.244Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-26T04:44:58.153Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:44:58.156Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3a565043-ce8c-4e37-9074-247ddb32908a 78584
2021-07-26T04:44:58.156Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:44:58.156Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:44:58.156Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:44:58.157Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:44:58.158Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:44:58.158Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274698156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:44:58.258Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:44:58.259Z||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-26T04:44:58.259Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:44:58.267Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:44:58.267Z||pool-92-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:44:59.159Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:44:59.160Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:44:59.160Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3a565043-ce8c-4e37-9074-247ddb32908a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-26T04:44:59.160Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-07-26T04:44:59.160Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-26T04:44:59.160Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-26T04:44:59.238Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2222628312082564640/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-26T04:45:00.026Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.027Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:00.028Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-26T04:45:00.028Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:45:00.028Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:45:00.028Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.028Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:00.028Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-26T04:45:00.028Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:45:00.028Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:45:00.028Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.028Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:00.028Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.028Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-26T04:45:00.029Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-26T04:45:00.029Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-07-26T04:45:00.029Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-07-26T04:45:00.029Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-07-26T04:45:00.029Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-26T04:45:00.029Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.029Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:45:00.029Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.029Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-26T04:45:00.029Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:45:00.029Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.029Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-26T04:45:00.030Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:45:00.030Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.030Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-26T04:45:00.030Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:45:00.030Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.030Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-26T04:45:00.030Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-26T04:45:00.030Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-26T04:45:00.030Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=809883c3-666a-41d3-8d6f-7a66de54af26
2021-07-26T04:45:00.030Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.030Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:00.030Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.031Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:00.031Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.031Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:00.031Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:00.031Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:00.031Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a9b7cc96-2a64-469c-8cd5-ef8c78f46262
Model Version:NULL
Model InvariantUuid:09996c48-2821-4988-8bb2-79a6c38c894f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:028ece56-e239-4efa-8e54-ed7b13742397
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b82e82ab-908f-4c0b-b60c-349e694cbe12
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:621309a1-ee32-4c05-b7de-d0dee20b2d11
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d7682297-3adc-4422-9688-d66a516d3c2d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6be632f1-4bc3-4cbe-b65d-7c4c3f44250b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:809883c3-666a-41d3-8d6f-7a66de54af26
ModelInvariantUuid:dacf0af7-dd36-4237-b578-ed5fcf617ac3
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:6e3adb7c-0112-4345-a1e5-f194f1ffb91b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:234638cb-cbf9-4715-a54e-8c0a79853565
ModelInvariantUuid:43684cd3-7a5d-4ee8-b7eb-2afe0fcc3ba1
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:cbf23f33-405d-4f71-befe-5c5e34bbdb5f
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-26T04:45:00.037Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 713a75b0-8862-498f-ad91-ea2567d9bf39
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-26T04:45:00.039Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-07-26T04:45:00.039Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 713a75b0-8862-498f-ad91-ea2567d9bf39
2021-07-26T04:45:00.039Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8f3bb8ca-46d8-48ad-920f-a7e65b2acd5d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-26T04:45:00.039Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:45:00.039Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:01.377Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:45:01.378Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8f3bb8ca-46d8-48ad-920f-a7e65b2acd5d 792
2021-07-26T04:45:01.378Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:01.378Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:01.378Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:45:01.378Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:01.380Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:01.380Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274701378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:01.480Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:01.481Z||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-26T04:45:01.481Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:01.489Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:01.489Z||pool-93-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:02.380Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d7682297-3adc-4422-9688-d66a516d3c2d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6be632f1-4bc3-4cbe-b65d-7c4c3f44250b",
    "vfModuleModelCustomizationUUID": "35652b32-f0ee-4f49-9d2b-201fb99016c4",
    "isBase": true,
    "artifacts": [
      "1c8daf03-7b4c-4614-ba96-fe26f1e46870",
      "cec9a6bc-060c-45d2-bea7-f698cd3c64ee"
    ],
    "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-26T04:45:02.383Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6be632f1-4bc3-4cbe-b65d-7c4c3f44250b
VfModuleModelInvariantUUID:d7682297-3adc-4422-9688-d66a516d3c2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c8daf03-7b4c-4614-ba96-fe26f1e46870
,
cec9a6bc-060c-45d2-bea7-f698cd3c64ee

}
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-26T04:45:02.385Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d7682297-3adc-4422-9688-d66a516d3c2d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6be632f1-4bc3-4cbe-b65d-7c4c3f44250b",
    "vfModuleModelCustomizationUUID": "35652b32-f0ee-4f49-9d2b-201fb99016c4",
    "isBase": true,
    "artifacts": [
      "1c8daf03-7b4c-4614-ba96-fe26f1e46870",
      "cec9a6bc-060c-45d2-bea7-f698cd3c64ee"
    ],
    "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-26T04:45:02.385Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6be632f1-4bc3-4cbe-b65d-7c4c3f44250b
VfModuleModelInvariantUUID:d7682297-3adc-4422-9688-d66a516d3c2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c8daf03-7b4c-4614-ba96-fe26f1e46870
,
cec9a6bc-060c-45d2-bea7-f698cd3c64ee

}
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-26T04:45:02.385Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1c8daf03-7b4c-4614-ba96-fe26f1e46870 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-26T04:45:02.385Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:45:02.385Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:04.179Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:45:04.179Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1c8daf03-7b4c-4614-ba96-fe26f1e46870 5033
2021-07-26T04:45:04.180Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:04.180Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:04.180Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:45:04.180Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:04.181Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:04.181Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274704180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:04.281Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:04.282Z||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-26T04:45:04.282Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:04.290Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:04.290Z||pool-94-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:05.182Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cec9a6bc-060c-45d2-bea7-f698cd3c64ee from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-26T04:45:05.182Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:45:05.182Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:07.342Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:45:07.343Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env cec9a6bc-060c-45d2-bea7-f698cd3c64ee 903
2021-07-26T04:45:07.343Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:07.343Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:07.343Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:45:07.343Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:07.345Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:07.345Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274707343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:07.445Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:07.446Z||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-26T04:45:07.446Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:07.456Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:07.456Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:08.346Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a9b7cc96-2a64-469c-8cd5-ef8c78f46262
2021-07-26T04:45:08.346Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 713a75b0-8862-498f-ad91-ea2567d9bf39 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-26T04:45:08.358Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.358Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:08.359Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-07-26T04:45:08.359Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 621309a1-ee32-4c05-b7de-d0dee20b2d11
2021-07-26T04:45:08.359Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 621309a1-ee32-4c05-b7de-d0dee20b2d11 matches Tosca VF Customization UUID: 621309a1-ee32-4c05-b7de-d0dee20b2d11
2021-07-26T04:45:08.359Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 621309a1-ee32-4c05-b7de-d0dee20b2d11  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-26T04:45:08.361Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.361Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:08.362Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 621309a1-ee32-4c05-b7de-d0dee20b2d11: {\"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-26T04:45:08.362Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@632a389
2021-07-26T04:45:08.362Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.362Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:45:08.362Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 35652b32-f0ee-4f49-9d2b-201fb99016c4
2021-07-26T04:45:08.363Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 35652b32-f0ee-4f49-9d2b-201fb99016c4
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-26T04:45:08.365Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.365Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-26T04:45:08.365Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:45:08.365Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.366Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-26T04:45:08.366Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:45:08.366Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.366Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-26T04:45:08.367Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-26T04:45:08.367Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-26T04:45:08.367Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=809883c3-666a-41d3-8d6f-7a66de54af26
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-26T04:45:08.369Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.369Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-26T04:45:08.369Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:45:08.370Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.370Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-26T04:45:08.370Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=621309a1-ee32-4c05-b7de-d0dee20b2d11
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-26T04:45:08.372Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.372Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:08.372Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a9b7cc96-2a64-469c-8cd5-ef8c78f46262: basic_vm_macro
2021-07-26T04:45:08.372Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.372Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:08.373Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.373Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:08.373Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.373Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:08.373Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.374Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:08.374Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:08.374Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:08.374Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:08.438Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 713a75b0-8862-498f-ad91-ea2567d9bf39 1 ASDC deployResourceStructure
2021-07-26T04:45:08.438Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:08.438Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:08.438Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:45:08.438Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:08.440Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:08.440Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274708438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:08.540Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:08.540Z||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-26T04:45:08.540Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:08.548Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:08.548Z||pool-96-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:09.440Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:09.441Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:09.441Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:45:09.441Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:09.442Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:09.443Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274709440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:09.543Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:09.543Z||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-26T04:45:09.543Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:09.551Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:09.551Z||pool-97-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:10.444Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:10.444Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:10.444Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:45:10.444Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:10.446Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:10.446Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274710443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:10.546Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:10.546Z||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-26T04:45:10.546Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:10.553Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:10.554Z||pool-98-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:11.446Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:11.447Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||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-26T04:45:11.447Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:45:11.447Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:11.448Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:11.448Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274711446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:11.548Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:11.549Z||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-26T04:45:11.549Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:11.556Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:11.556Z||pool-99-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:12.449Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 189312b1-7815-4c62-8d37-06f5299c62aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:45:12.456Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 189312b1-7815-4c62-8d37-06f5299c62aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:45:12.458Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:45:12.458Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:45:12.458Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:45:12.458Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:45:12.458Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:45:12.458Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:45:12.458Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:45:12.458Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:45:12.459Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:45:12.459Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:45:12.459Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T04:45:12.463Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:45:42.463Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 189312b1-7815-4c62-8d37-06f5299c62aa 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-26T04:45:42.467Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 189312b1-7815-4c62-8d37-06f5299c62aa and serviceModelVersionId: a9b7cc96-2a64-469c-8cd5-ef8c78f46262
2021-07-26T04:45:42.467Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09996c48-2821-4988-8bb2-79a6c38c894f
2021-07-26T04:45:42.468Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09996c48-2821-4988-8bb2-79a6c38c894f/model-vers/model-ver/a9b7cc96-2a64-469c-8cd5-ef8c78f46262?depth=0
2021-07-26T04:45:42.471Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:45:42.497Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09996c48-2821-4988-8bb2-79a6c38c894f/model-vers/model-ver/a9b7cc96-2a64-469c-8cd5-ef8c78f46262?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-26T04:45:42.498Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09996c48-2821-4988-8bb2-79a6c38c894f/model-vers/model-ver/a9b7cc96-2a64-469c-8cd5-ef8c78f46262?depth=0|INFO|500||Invoke
2021-07-26T04:45:42.510Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09996c48-2821-4988-8bb2-79a6c38c894f/model-vers/model-ver/a9b7cc96-2a64-469c-8cd5-ef8c78f46262?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T04:45:43.079Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09996c48-2821-4988-8bb2-79a6c38c894f/model-vers/model-ver/a9b7cc96-2a64-469c-8cd5-ef8c78f46262?depth=0|INFO|500||InvokeReturn
2021-07-26T04:45:43.079Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09996c48-2821-4988-8bb2-79a6c38c894f/model-vers/model-ver/a9b7cc96-2a64-469c-8cd5-ef8c78f46262?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210726-04:45:42:517-18690], vertex-id=[237656], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:45:42 GMT], Content-Type=[application/json]}
2021-07-26T04:45:43.080Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:45:43.080Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:45:43.080Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:45:43.083Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T04:45:43.083Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 189312b1-7815-4c62-8d37-06f5299c62aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:45:43.083Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:45:43.084Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:43.085Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:43.085Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274743083,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:45:43.185Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:43.186Z||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-26T04:45:43.186Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:43.197Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:43.198Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 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-26T04:45:44.096Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:45:44.096Z|189312b1-7815-4c62-8d37-06f5299c62aa|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-26T04:45:44.096Z|189312b1-7815-4c62-8d37-06f5299c62aa|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:44.716Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:44.717Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:45:44.717Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c472bba-d671-4191-b497-d07b715998a2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"8ea75a1f-3eed-4c6d-89c6-1f64b8249bef","serviceDescription":"service","serviceInvariantUUID":"b983bb2e-4e9f-4307-adc9-6f4ee072a7f6","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"640df240-738e-428b-8d14-0d271147ef5e","resourceInvariantUUID":"9a52e5a1-24f5-45d0-a5fe-4f868d2c11e7","resourceCustomizationUUID":"5c0ab904-5b8d-4ef7-9949-f29f04ce41c8","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":"NjhmNWQxYzU3MDdjZDNmNmMxMDRjYzc1NTNhM2NiMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"991c9fe3-1847-465c-a1cb-3098ad359412","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":"c07d7c6d-0ae3-46d1-b0e1-40e00183ed6d","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":"b1a0b0d5-bb50-44ec-b953-c15c06104a50","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":"NmMxNTI5ODU0ZjczNjM2M2RhNzQ4NTNhYmI5ZjJkNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"30e896ea-8362-4b70-a0a8-6333e2830812","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":"c1bda577-c40c-4198-8ead-1ba9926c74a5","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":"cf754aeb-b35b-4952-94c0-3d8843d02032","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":"019c2d09-4351-47b7-9381-90c6d1257c67","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":"NWViMWUyYzE2ZTY4NzkzOGYwNTQ0ODVhZTllMDkzZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf2fd266-edf1-4f3e-a972-491d27f3de0d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2ZhYjRkNjJmZTlmNzFkOTU5MmJkNzZjNzBiNzRlZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d19fe90d-1297-4dd6-b2e9-804d21be34d8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:45:44.719Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:45:44.719Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:44.721Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:44.721Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:44.821Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:44.822Z||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-26T04:45:44.822Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:44.830Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:44.830Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:45.721Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:45:45.722Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:45.723Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:45.724Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:45.824Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:45.824Z||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-26T04:45:45.824Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:45.834Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:45.834Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:46.724Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:45:46.725Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:46.726Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:46.726Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:46.826Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:46.827Z||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-26T04:45:46.827Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:46.835Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:46.835Z||pool-103-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:47.726Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:45:47.727Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:47.728Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:47.729Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:47.829Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:47.829Z||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-26T04:45:47.829Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:47.838Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:47.838Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:48.729Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:45:48.730Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:48.731Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:48.731Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:48.831Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:48.832Z||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-26T04:45:48.832Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:48.841Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:48.841Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:49.731Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:45:49.732Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:49.733Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:49.733Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:49.834Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-26T04:45:49.834Z||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-26T04:45:49.834Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:49.842Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:49.842Z||pool-106-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:50.734Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:45:50.735Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:50.736Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:50.736Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:50.836Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:50.837Z||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-26T04:45:50.837Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:50.846Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:50.846Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:51.737Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:45:51.737Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:51.739Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:51.739Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:51.839Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:51.840Z||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-26T04:45:51.840Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:51.848Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:51.848Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:45:52.488Z||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-26T04:45:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:52.510Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:52.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274644548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:52.518Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274647782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:52.518Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274649589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:52.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274652582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:52.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274653678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:52.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274654681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:52.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274655684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:52.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274656687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:52.522Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "cds",
  "timestamp": 1627274658744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274659363,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "clamp",
  "timestamp": 1627274663095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "aai-ml",
  "timestamp": 1627274667418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274668588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "cds",
  "timestamp": 1627274658744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "aai-ml",
  "timestamp": 1627274667418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "clamp",
  "timestamp": 1627274663095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274659363,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274668588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "cds",
  "timestamp": 1627274658744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "aai-ml",
  "timestamp": 1627274667418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "clamp",
  "timestamp": 1627274663095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274659363,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274668588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "cds",
  "timestamp": 1627274658744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "clamp",
  "timestamp": 1627274663095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "aai-ml",
  "timestamp": 1627274667418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274659363,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274668588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "cds",
  "timestamp": 1627274658744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "aai-ml",
  "timestamp": 1627274667418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "clamp",
  "timestamp": 1627274663095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274659363,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274668588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "cds",
  "timestamp": 1627274658744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "aai-ml",
  "timestamp": 1627274667418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "clamp",
  "timestamp": 1627274663095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274659363,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274668588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "cds",
  "timestamp": 1627274658744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "aai-ml",
  "timestamp": 1627274667418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "clamp",
  "timestamp": 1627274663095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274659363,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274668588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "cds",
  "timestamp": 1627274658744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "aai-ml",
  "timestamp": 1627274667418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "clamp",
  "timestamp": 1627274663095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274659363,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274668588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "cds",
  "timestamp": 1627274658744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "aai-ml",
  "timestamp": 1627274667418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274659363,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "clamp",
  "timestamp": 1627274663095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "dcae-sch",
  "timestamp": 1627274676221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "policy-id",
  "timestamp": 1627274676374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274668588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274677050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "dcae-sch",
  "timestamp": 1627274676221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "policy-id",
  "timestamp": 1627274676374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "cds",
  "timestamp": 1627274678458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:52.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "aai-ml",
  "timestamp": 1627274678556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:52.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274678561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:52.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274677050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "dcae-sch",
  "timestamp": 1627274676221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "policy-id",
  "timestamp": 1627274676374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "cds",
  "timestamp": 1627274679668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-26T04:45:52.556Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c472bba-d671-4191-b497-d07b715998a2
2021-07-26T04:45:52.556Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c472bba-d671-4191-b497-d07b715998a2 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-26T04:45:52.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274677050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "dcae-sch",
  "timestamp": 1627274676221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "policy-id",
  "timestamp": 1627274676374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274680230,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:52.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274677050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "dcae-sch",
  "timestamp": 1627274676221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "policy-id",
  "timestamp": 1627274676374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274681235,
  "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-26T04:45:52.568Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c472bba-d671-4191-b497-d07b715998a2
2021-07-26T04:45:52.568Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c472bba-d671-4191-b497-d07b715998a2 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-26T04:45:52.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274677050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "dcae-sch",
  "timestamp": 1627274676221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "policy-id",
  "timestamp": 1627274676374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274677050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "dcae-sch",
  "timestamp": 1627274676221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "policy-id",
  "timestamp": 1627274676374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "aai-ml",
  "timestamp": 1627274683180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:52.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274677050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "dcae-sch",
  "timestamp": 1627274676221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "policy-id",
  "timestamp": 1627274676374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "aai-ml",
  "timestamp": 1627274684184,
  "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-26T04:45:52.580Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c472bba-d671-4191-b497-d07b715998a2
2021-07-26T04:45:52.581Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c472bba-d671-4191-b497-d07b715998a2 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-26T04:45:52.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274677050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "dcae-sch",
  "timestamp": 1627274676221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "policy-id",
  "timestamp": 1627274676374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274677050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "policy-id",
  "timestamp": 1627274687492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:52.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5dc9b69f-c831-40e9-8a39-475dee4bbcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274688183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:45:52.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274688453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:52.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "policy-id",
  "timestamp": 1627274688496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:52.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274689476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:52.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "policy-id",
  "timestamp": 1627274689499,
  "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-26T04:45:52.594Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c472bba-d671-4191-b497-d07b715998a2
2021-07-26T04:45:52.594Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c472bba-d671-4191-b497-d07b715998a2 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-26T04:45:52.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "clamp",
  "timestamp": 1627274689721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:52.602Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274690478,
  "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-26T04:45:52.607Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9c472bba-d671-4191-b497-d07b715998a2
2021-07-26T04:45:52.607Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c472bba-d671-4191-b497-d07b715998a2 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-26T04:45:52.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "clamp",
  "timestamp": 1627274691732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:52.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:45:52.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:45:52.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:45:52.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:45:52.739Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:45:52.740Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:52.741Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:52.741Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:45:52.841Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:52.842Z||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-26T04:45:52.842Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:52.851Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:52.851Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:53.742Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8ea75a1f-3eed-4c6d-89c6-1f64b8249bef",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b983bb2e-4e9f-4307-adc9-6f4ee072a7f6",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "5c0ab904-5b8d-4ef7-9949-f29f04ce41c8",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "640df240-738e-428b-8d14-0d271147ef5e",
      "resourceInvariantUUID": "9a52e5a1-24f5-45d0-a5fe-4f868d2c11e7",
      "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": "N2ZhYjRkNjJmZTlmNzFkOTU5MmJkNzZjNzBiNzRlZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d19fe90d-1297-4dd6-b2e9-804d21be34d8"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T04:45:53.742Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:45:53.742Z|189312b1-7815-4c62-8d37-06f5299c62aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8ea75a1f-3eed-4c6d-89c6-1f64b8249bef ASDC
2021-07-26T04:45:53.743Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9c472bba-d671-4191-b497-d07b715998a2
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:8ea75a1f-3eed-4c6d-89c6-1f64b8249bef
ServiceInvariantUUID:b983bb2e-4e9f-4307-adc9-6f4ee072a7f6
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:d19fe90d-1297-4dd6-b2e9-804d21be34d8
ArtifactChecksum:N2ZhYjRkNjJmZTlmNzFkOTU5MmJkNzZjNzBiNzRlZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:5c0ab904-5b8d-4ef7-9949-f29f04ce41c8
ResourceInvariantUUID:9a52e5a1-24f5-45d0-a5fe-4f868d2c11e7
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:640df240-738e-428b-8d14-0d271147ef5e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-26T04:45:53.743Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ea75a1f-3eed-4c6d-89c6-1f64b8249bef 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-26T04:45:53.767Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:45:53.767Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:45:53.768Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:45:53.768Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d19fe90d-1297-4dd6-b2e9-804d21be34d8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-26T04:45:53.768Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:45:53.768Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-26T04:45:54.548Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:45:54.552Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d19fe90d-1297-4dd6-b2e9-804d21be34d8 105552
2021-07-26T04:45:54.552Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||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-26T04:45:54.552Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||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-26T04:45:54.552Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:45:54.552Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:54.554Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:54.554Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274754552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:45:54.654Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:54.655Z||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-26T04:45:54.655Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:54.663Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:54.664Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:55.554Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:45:55.555Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:45:55.555Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d19fe90d-1297-4dd6-b2e9-804d21be34d8, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-26T04:45:55.555Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-07-26T04:45:55.556Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-26T04:45:55.556Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-26T04:45:55.672Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18429452961448671193/Definitions/service-TestPnfMacro-template.yml
2021-07-26T04:45:56.169Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:45:56.169Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:45:56.169Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-26T04:45:56.169Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-26T04:45:56.169Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-26T04:45:56.169Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-26T04:45:56.169Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||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-26T04:45:56.169Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-26T04:45:56.169Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-26T04:45:56.170Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-26T04:45:56.170Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-26T04:45:56.170Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:45:56.170Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:56.170Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:56.170Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-07-26T04:45:56.170Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:45:56.170Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:45:56.170Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:56.170Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:56.170Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:56.171Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:8ea75a1f-3eed-4c6d-89c6-1f64b8249bef
Model Version:NULL
Model InvariantUuid:b983bb2e-4e9f-4307-adc9-6f4ee072a7f6
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-26T04:45:56.177Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 640df240-738e-428b-8d14-0d271147ef5e
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-26T04:45:56.179Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||test-pnf 0
2021-07-26T04:45:56.179Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 640df240-738e-428b-8d14-0d271147ef5e
2021-07-26T04:45:56.179Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 8ea75a1f-3eed-4c6d-89c6-1f64b8249bef
2021-07-26T04:45:56.179Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8ea75a1f-3eed-4c6d-89c6-1f64b8249bef
2021-07-26T04:45:56.179Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 640df240-738e-428b-8d14-0d271147ef5e 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-26T04:45:56.183Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:56.183Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:56.183Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8ea75a1f-3eed-4c6d-89c6-1f64b8249bef: test-pnf
2021-07-26T04:45:56.184Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||Processing PNF resource: 640df240-738e-428b-8d14-0d271147ef5e
2021-07-26T04:45:56.184Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:45:56.184Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:45:56.184Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||Resource customization UUID: 5c0ab904-5b8d-4ef7-9949-f29f04ce41c8 is the same as notified resource customizationUUID: 5c0ab904-5b8d-4ef7-9949-f29f04ce41c8
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-26T04:45:56.214Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 640df240-738e-428b-8d14-0d271147ef5e 0 ASDC deployResourceStructure
2021-07-26T04:45:56.214Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||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-26T04:45:56.214Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||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-26T04:45:56.214Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:45:56.215Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:45:56.216Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:45:56.216Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274756214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:45:56.317Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:45:56.317Z||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-26T04:45:56.317Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:45:56.324Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:45:56.325Z||pool-111-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:45:57.217Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c472bba-d671-4191-b497-d07b715998a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:45:57.226Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c472bba-d671-4191-b497-d07b715998a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:45:57.228Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:45:57.228Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:45:57.228Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:45:57.228Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:45:57.229Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:45:57.229Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:45:57.229Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:45:57.229Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:45:57.230Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:45:57.230Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:45:57.230Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T04:45:57.234Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:46:27.235Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c472bba-d671-4191-b497-d07b715998a2 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-26T04:46:27.239Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c472bba-d671-4191-b497-d07b715998a2 and serviceModelVersionId: 8ea75a1f-3eed-4c6d-89c6-1f64b8249bef
2021-07-26T04:46:27.239Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b983bb2e-4e9f-4307-adc9-6f4ee072a7f6
2021-07-26T04:46:27.239Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b983bb2e-4e9f-4307-adc9-6f4ee072a7f6/model-vers/model-ver/8ea75a1f-3eed-4c6d-89c6-1f64b8249bef?depth=0
2021-07-26T04:46:27.243Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:46:27.267Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b983bb2e-4e9f-4307-adc9-6f4ee072a7f6/model-vers/model-ver/8ea75a1f-3eed-4c6d-89c6-1f64b8249bef?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-26T04:46:27.267Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b983bb2e-4e9f-4307-adc9-6f4ee072a7f6/model-vers/model-ver/8ea75a1f-3eed-4c6d-89c6-1f64b8249bef?depth=0|INFO|500||Invoke
2021-07-26T04:46:27.279Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b983bb2e-4e9f-4307-adc9-6f4ee072a7f6/model-vers/model-ver/8ea75a1f-3eed-4c6d-89c6-1f64b8249bef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T04:46:27.508Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b983bb2e-4e9f-4307-adc9-6f4ee072a7f6/model-vers/model-ver/8ea75a1f-3eed-4c6d-89c6-1f64b8249bef?depth=0|INFO|500||InvokeReturn
2021-07-26T04:46:27.508Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b983bb2e-4e9f-4307-adc9-6f4ee072a7f6/model-vers/model-ver/8ea75a1f-3eed-4c6d-89c6-1f64b8249bef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210726-04:46:27:286-8087], vertex-id=[250024], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:46:27 GMT], Content-Type=[application/json]}
2021-07-26T04:46:27.508Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:46:27.509Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:46:27.509Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:46:27.512Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T04:46:27.512Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c472bba-d671-4191-b497-d07b715998a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:46:27.512Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:46:27.513Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:27.514Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:27.514Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274787512,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:46:27.614Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:27.615Z||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-26T04:46:27.615Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:27.624Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:27.624Z||pool-112-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-26T04:46:28.522Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:46:28.522Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"89b75205-85b8-493a-ae43-0a713e9d9d58","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"932c9f23-4797-4819-b4f5-fdeac8692016","serviceDescription":"service","serviceInvariantUUID":"1fd51f05-7b5f-4a33-bd9b-82b99e67119b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52f939e8-25db-4f94-af42-1c0877ab7423","resourceInvariantUUID":"8825d351-429b-4728-8a7b-11d1bada9f2e","resourceCustomizationUUID":"d98595bd-0a30-46b3-9220-80e627fac957","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":"MzlmZWUzZTNlNWQ5YWVlMDA3MGU1Mzk1OGFjYzlmM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"333235a9-9e97-436d-8171-86591acca1b6","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":"c80f1341-322e-4661-8da9-5087211deb9d","artifactVersion":"2","generatedFromUUID":"0a7623bf-9904-409b-b465-523a28c8bd90"},{"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":"0a7623bf-9904-409b-b465-523a28c8bd90","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":"ZWFhZGM0MmExNDhhZTNlZDRkYWQ0NWYwZGFkYzUwNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4401e1db-ad62-47d3-a6c5-0dbc150fa1bb","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":"7801f985-481c-49be-9772-48d389df82c0","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":"16e53c46-95b6-4d04-aeb0-2ca4558749b5","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":"abde7c09-19f5-487c-9caf-9f0bb5f1dba4","artifactVersion":"2","generatedFromUUID":"7801f985-481c-49be-9772-48d389df82c0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjM5NzJkOTcxODA3OThiYzc4YzgzOTQ0Mzk1ZjViNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"223776ca-070d-48bd-b704-d487bf59f343","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTdlMDU2ZGIyZjNkOTBiOWU1YmUzZmEyNzVkNzI3ZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61f108ab-f3e3-4a19-b073-515a9bfe333c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:46:28.522Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:46:28.522Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:28.524Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:28.524Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:46:28.624Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:28.624Z||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-26T04:46:28.624Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:28.632Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:28.632Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:29.524Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:46:29.525Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:29.526Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:29.526Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-26T04:46:29.627Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:29.627Z||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-26T04:46:29.627Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:29.636Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:29.636Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:30.527Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:46:30.527Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:30.528Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:30.529Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-26T04:46:30.629Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:30.629Z||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-26T04:46:30.629Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:30.637Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:30.637Z||pool-115-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:46:31.529Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:46:31.530Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:31.531Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:31.531Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:46:31.631Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:31.632Z||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-26T04:46:31.632Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:31.640Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:31.640Z||pool-116-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:32.532Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:46:32.532Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:32.533Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:32.534Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:46:32.634Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:32.634Z||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-26T04:46:32.634Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:32.642Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:32.642Z||pool-117-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:33.534Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:46:33.535Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:33.536Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:33.537Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:46:33.637Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:33.637Z||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-26T04:46:33.637Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:33.646Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:33.646Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:34.537Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:46:34.538Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:34.539Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:34.539Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-26T04:46:34.640Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:34.640Z||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-26T04:46:34.640Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:34.649Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:34.649Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:35.540Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:46:35.540Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:35.542Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:35.542Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:46:35.642Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:35.642Z||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-26T04:46:35.642Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:35.651Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:35.651Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:36.542Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:46:36.543Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:36.544Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:36.544Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:46:36.644Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:36.645Z||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-26T04:46:36.645Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:36.655Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:36.655Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:37.545Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "932c9f23-4797-4819-b4f5-fdeac8692016",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1fd51f05-7b5f-4a33-bd9b-82b99e67119b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d98595bd-0a30-46b3-9220-80e627fac957",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "52f939e8-25db-4f94-af42-1c0877ab7423",
      "resourceInvariantUUID": "8825d351-429b-4728-8a7b-11d1bada9f2e",
      "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": "c80f1341-322e-4661-8da9-5087211deb9d",
          "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": "0a7623bf-9904-409b-b465-523a28c8bd90",
          "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": "ZWFhZGM0MmExNDhhZTNlZDRkYWQ0NWYwZGFkYzUwNmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4401e1db-ad62-47d3-a6c5-0dbc150fa1bb",
          "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": "7801f985-481c-49be-9772-48d389df82c0",
          "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": "abde7c09-19f5-487c-9caf-9f0bb5f1dba4",
            "generatedFromUUID": "7801f985-481c-49be-9772-48d389df82c0"
          },
          "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": "abde7c09-19f5-487c-9caf-9f0bb5f1dba4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTdlMDU2ZGIyZjNkOTBiOWU1YmUzZmEyNzVkNzI3ZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "61f108ab-f3e3-4a19-b073-515a9bfe333c"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T04:46:37.545Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:46:37.545Z|9c472bba-d671-4191-b497-d07b715998a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 932c9f23-4797-4819-b4f5-fdeac8692016 ASDC
2021-07-26T04:46:37.545Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:89b75205-85b8-493a-ae43-0a713e9d9d58
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:932c9f23-4797-4819-b4f5-fdeac8692016
ServiceInvariantUUID:1fd51f05-7b5f-4a33-bd9b-82b99e67119b
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:61f108ab-f3e3-4a19-b073-515a9bfe333c
ArtifactChecksum:OTdlMDU2ZGIyZjNkOTBiOWU1YmUzZmEyNzVkNzI3ZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d98595bd-0a30-46b3-9220-80e627fac957
ResourceInvariantUUID:8825d351-429b-4728-8a7b-11d1bada9f2e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:52f939e8-25db-4f94-af42-1c0877ab7423
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:c80f1341-322e-4661-8da9-5087211deb9d
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:0a7623bf-9904-409b-b465-523a28c8bd90
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:4401e1db-ad62-47d3-a6c5-0dbc150fa1bb
ArtifactChecksum:ZWFhZGM0MmExNDhhZTNlZDRkYWQ0NWYwZGFkYzUwNmE=
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:7801f985-481c-49be-9772-48d389df82c0
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:abde7c09-19f5-487c-9caf-9f0bb5f1dba4
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:abde7c09-19f5-487c-9caf-9f0bb5f1dba4
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-26T04:46:37.546Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 932c9f23-4797-4819-b4f5-fdeac8692016 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-26T04:46:37.565Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:46:37.566Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:46:37.566Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:46:37.566Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 61f108ab-f3e3-4a19-b073-515a9bfe333c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-26T04:46:37.566Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:46:37.566Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-26T04:46:38.464Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:46:38.467Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 61f108ab-f3e3-4a19-b073-515a9bfe333c 68751
2021-07-26T04:46:38.467Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:38.467Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:38.467Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:46:38.467Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:38.469Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:38.469Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274798467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:46:38.569Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:38.569Z||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-26T04:46:38.570Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:38.578Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:38.578Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:39.469Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:46:39.470Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:46:39.470Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 61f108ab-f3e3-4a19-b073-515a9bfe333c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-26T04:46:39.470Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-07-26T04:46:39.471Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-26T04:46:39.471Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-26T04:46:39.560Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9660886221574318617/Definitions/service-BasicCnf-template.yml
2021-07-26T04:46:40.358Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:46:40.358Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:46:40.358Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-26T04:46:40.358Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-07-26T04:46:40.359Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:40.359Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:40.359Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-26T04:46:40.359Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:40.359Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:46:40.359Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.359Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:40.359Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-26T04:46:40.360Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:46:40.360Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:46:40.360Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.360Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:40.360Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-26T04:46:40.360Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:46:40.360Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:46:40.361Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.361Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:40.361Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.361Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-26T04:46:40.361Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-07-26T04:46:40.361Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-07-26T04:46:40.361Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-26T04:46:40.361Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.361Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:46:40.362Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.362Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-26T04:46:40.362Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:46:40.362Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.362Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-26T04:46:40.362Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:46:40.362Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.362Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-26T04:46:40.362Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:46:40.363Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.363Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-26T04:46:40.363Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-07-26T04:46:40.363Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7a552e02-02a2-4b72-a94e-38ec984cb8fc
2021-07-26T04:46:40.363Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.363Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:40.363Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.363Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:40.363Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.363Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:40.363Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:40.364Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:40.364Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:932c9f23-4797-4819-b4f5-fdeac8692016
Model Version:NULL
Model InvariantUuid:1fd51f05-7b5f-4a33-bd9b-82b99e67119b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:61a6cdf0-2c4a-4b7f-bb3a-b1bc4a457db0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8825d351-429b-4728-8a7b-11d1bada9f2e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d98595bd-0a30-46b3-9220-80e627fac957
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d3ed61c6-9e78-4b95-a5ee-dc9881b92b61
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:216c6c87-f39a-49e9-be9c-11578cdad411
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7a552e02-02a2-4b72-a94e-38ec984cb8fc
ModelInvariantUuid:9fcd1cb7-be73-4e84-a4e8-016c3b4b1f1c
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f7c02a24-6f96-4589-b7af-4fbc02e95896
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:4554fc11-f5c5-4a79-aa34-c0d6d0e4118d
ModelInvariantUuid:515a640d-d7de-4db2-8aca-f5c3d8a747fd
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6b786c8d-0107-4ec5-bbea-4a2d8b590e16
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-26T04:46:40.368Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 52f939e8-25db-4f94-af42-1c0877ab7423
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-26T04:46:40.370Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||basic_cnf 0
2021-07-26T04:46:40.370Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52f939e8-25db-4f94-af42-1c0877ab7423
2021-07-26T04:46:40.370Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c80f1341-322e-4661-8da9-5087211deb9d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-26T04:46:40.370Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:46:40.370Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:41.576Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:46:41.576Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c80f1341-322e-4661-8da9-5087211deb9d 12
2021-07-26T04:46:41.576Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:41.576Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:41.576Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:46:41.576Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:41.578Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:41.578Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274801576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:46:41.678Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:41.678Z||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-26T04:46:41.678Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:41.685Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:41.686Z||pool-123-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:42.578Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0a7623bf-9904-409b-b465-523a28c8bd90 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-26T04:46:42.579Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:46:42.579Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:43.878Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:46:43.878Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0a7623bf-9904-409b-b465-523a28c8bd90 2688
2021-07-26T04:46:43.879Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:43.879Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:43.879Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:46:43.879Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:43.881Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:43.881Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274803879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:46:43.981Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:43.981Z||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-26T04:46:43.981Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:43.990Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:43.990Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:44.882Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4401e1db-ad62-47d3-a6c5-0dbc150fa1bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-26T04:46:44.882Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:46:44.882Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:46.282Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:46:46.282Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4401e1db-ad62-47d3-a6c5-0dbc150fa1bb 828
2021-07-26T04:46:46.282Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:46.282Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:46.282Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:46:46.283Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:46.284Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:46.285Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274806282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:46:46.385Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:46.385Z||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-26T04:46:46.385Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:46.393Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:46.394Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:46:47.285Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d3ed61c6-9e78-4b95-a5ee-dc9881b92b61",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "216c6c87-f39a-49e9-be9c-11578cdad411",
    "vfModuleModelCustomizationUUID": "a8457616-4b71-43fe-abd8-611343ca4ea9",
    "isBase": true,
    "artifacts": [
      "7801f985-481c-49be-9772-48d389df82c0",
      "0a7623bf-9904-409b-b465-523a28c8bd90",
      "abde7c09-19f5-487c-9caf-9f0bb5f1dba4"
    ],
    "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-26T04:46:47.288Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:216c6c87-f39a-49e9-be9c-11578cdad411
VfModuleModelInvariantUUID:d3ed61c6-9e78-4b95-a5ee-dc9881b92b61
VfModuleModelDescription:NULL
Artifacts UUID List:{
7801f985-481c-49be-9772-48d389df82c0
,
0a7623bf-9904-409b-b465-523a28c8bd90
,
abde7c09-19f5-487c-9caf-9f0bb5f1dba4

}
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-26T04:46:47.289Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d3ed61c6-9e78-4b95-a5ee-dc9881b92b61",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "216c6c87-f39a-49e9-be9c-11578cdad411",
    "vfModuleModelCustomizationUUID": "a8457616-4b71-43fe-abd8-611343ca4ea9",
    "isBase": true,
    "artifacts": [
      "7801f985-481c-49be-9772-48d389df82c0",
      "0a7623bf-9904-409b-b465-523a28c8bd90",
      "abde7c09-19f5-487c-9caf-9f0bb5f1dba4"
    ],
    "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-26T04:46:47.289Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:216c6c87-f39a-49e9-be9c-11578cdad411
VfModuleModelInvariantUUID:d3ed61c6-9e78-4b95-a5ee-dc9881b92b61
VfModuleModelDescription:NULL
Artifacts UUID List:{
7801f985-481c-49be-9772-48d389df82c0
,
0a7623bf-9904-409b-b465-523a28c8bd90
,
abde7c09-19f5-487c-9caf-9f0bb5f1dba4

}
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-26T04:46:47.289Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7801f985-481c-49be-9772-48d389df82c0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-26T04:46:47.289Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:46:47.289Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:48.389Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:46:48.389Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7801f985-481c-49be-9772-48d389df82c0 1164
2021-07-26T04:46:48.389Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:48.389Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:48.389Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:46:48.390Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:48.391Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:48.391Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274808389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:46:48.491Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:48.492Z||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-26T04:46:48.492Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:48.501Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:48.501Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:49.392Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: abde7c09-19f5-487c-9caf-9f0bb5f1dba4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-26T04:46:49.392Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:46:49.392Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:50.476Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:46:50.476Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env abde7c09-19f5-487c-9caf-9f0bb5f1dba4 200
2021-07-26T04:46:50.476Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:50.477Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:50.477Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:46:50.477Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:50.478Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:50.478Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274810476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:46:50.578Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-26T04:46:50.579Z||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-26T04:46:50.579Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:50.587Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:50.587Z||pool-127-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:51.479Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 932c9f23-4797-4819-b4f5-fdeac8692016
2021-07-26T04:46:51.480Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 52f939e8-25db-4f94-af42-1c0877ab7423 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=?
2021-07-26T04:46:51.493Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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 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-26T04:46:51.498Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.498Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:51.498Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-07-26T04:46:51.498Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d98595bd-0a30-46b3-9220-80e627fac957
2021-07-26T04:46:51.498Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d98595bd-0a30-46b3-9220-80e627fac957 matches Tosca VF Customization UUID: d98595bd-0a30-46b3-9220-80e627fac957
2021-07-26T04:46:51.498Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d98595bd-0a30-46b3-9220-80e627fac957  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-26T04:46:51.500Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.500Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:51.500Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d98595bd-0a30-46b3-9220-80e627fac957: {\"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-26T04:46:51.501Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b160c21
2021-07-26T04:46:51.501Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.501Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:46:51.501Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8457616-4b71-43fe-abd8-611343ca4ea9
2021-07-26T04:46:51.501Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8457616-4b71-43fe-abd8-611343ca4ea9
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-26T04:46:51.503Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.503Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-26T04:46:51.503Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:46:51.503Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.504Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-26T04:46:51.504Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:46:51.504Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.504Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-26T04:46:51.504Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-07-26T04:46:51.504Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7a552e02-02a2-4b72-a94e-38ec984cb8fc
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-26T04:46:51.506Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.506Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-26T04:46:51.506Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:46:51.506Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.506Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-26T04:46:51.506Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d98595bd-0a30-46b3-9220-80e627fac957
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-26T04:46:51.508Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.508Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:51.508Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 932c9f23-4797-4819-b4f5-fdeac8692016: basic_cnf
2021-07-26T04:46:51.508Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.508Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:51.508Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.508Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:51.508Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.508Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:51.509Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.509Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:51.509Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:46:51.509Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:46:51.509Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:51.561Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 52f939e8-25db-4f94-af42-1c0877ab7423 1 ASDC deployResourceStructure
2021-07-26T04:46:51.561Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:51.561Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:51.561Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-07-26T04:46:51.562Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:51.563Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:51.563Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274811561,
  "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-26T04:46:51.663Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:51.664Z||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-26T04:46:51.664Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:51.673Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:51.673Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:46:52.488Z||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-26T04:46:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:52.502Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:52.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:46:52.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "clamp",
  "timestamp": 1627274692737,
  "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-26T04:46:52.508Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c472bba-d671-4191-b497-d07b715998a2
2021-07-26T04:46:52.508Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c472bba-d671-4191-b497-d07b715998a2 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-26T04:46:52.564Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:52.564Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:52.564Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-07-26T04:46:52.564Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:52.565Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:52.565Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274812564,
  "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-26T04:46:52.666Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:52.666Z||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-26T04:46:52.666Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:52.675Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:52.675Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:53.566Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:53.566Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:53.566Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:46:53.567Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:53.568Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:53.568Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274813566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:46:53.668Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:53.669Z||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-26T04:46:53.669Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:53.676Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:53.676Z||pool-130-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:54.569Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:54.569Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:54.569Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:46:54.569Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:54.570Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:54.570Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274814568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:46:54.671Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:54.671Z||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-26T04:46:54.671Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:54.681Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:54.681Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:46:55.571Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:55.571Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:55.572Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:46:55.572Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:55.573Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:55.573Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274815571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-07-26T04:46:55.673Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:55.674Z||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-26T04:46:55.674Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:55.683Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:55.683Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:46:56.574Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:56.574Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||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-26T04:46:56.574Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:46:56.574Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:46:56.576Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:46:56.576Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274816574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:46:56.676Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:46:56.676Z||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-26T04:46:56.676Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:46:56.684Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:46:56.684Z||pool-133-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:46:57.576Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89b75205-85b8-493a-ae43-0a713e9d9d58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:46:57.584Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89b75205-85b8-493a-ae43-0a713e9d9d58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:46:57.586Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:46:57.586Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:46:57.586Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:47:27.586Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89b75205-85b8-493a-ae43-0a713e9d9d58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:47:27.593Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89b75205-85b8-493a-ae43-0a713e9d9d58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:47:27.594Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:47:27.594Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:47:27.595Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:47:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:47:52.488Z||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-26T04:47:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:47:52.508Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:47:52.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-26T04:47:52.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274631567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274698156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274701378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274704180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:47:52.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274707343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274708438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274709440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274710443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274711446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "189312b1-7815-4c62-8d37-06f5299c62aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274743083,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "cds",
  "timestamp": 1627274733744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274737050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "dcae-sch",
  "timestamp": 1627274736222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "policy-id",
  "timestamp": 1627274736374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "cds",
  "timestamp": 1627274733744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274737050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "dcae-sch",
  "timestamp": 1627274736222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "policy-id",
  "timestamp": 1627274736374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "cds",
  "timestamp": 1627274733744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274737050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "dcae-sch",
  "timestamp": 1627274736222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "policy-id",
  "timestamp": 1627274736374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "cds",
  "timestamp": 1627274733744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274737050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "dcae-sch",
  "timestamp": 1627274736222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "policy-id",
  "timestamp": 1627274736374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "cds",
  "timestamp": 1627274733744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274737050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "dcae-sch",
  "timestamp": 1627274736222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "policy-id",
  "timestamp": 1627274736374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:47:52.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "cds",
  "timestamp": 1627274733744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274737050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "dcae-sch",
  "timestamp": 1627274736222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "policy-id",
  "timestamp": 1627274736374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "cds",
  "timestamp": 1627274733744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274737050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "dcae-sch",
  "timestamp": 1627274736222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "policy-id",
  "timestamp": 1627274736374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274748588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274749364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "cds",
  "timestamp": 1627274733744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "dcae-sch",
  "timestamp": 1627274736222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274737050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "policy-id",
  "timestamp": 1627274736374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274748588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274749364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "cds",
  "timestamp": 1627274733744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "dcae-sch",
  "timestamp": 1627274736222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274737050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "policy-id",
  "timestamp": 1627274736374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274748588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274749364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:47:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:52.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:47:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274748588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:47:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:47:57.595Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89b75205-85b8-493a-ae43-0a713e9d9d58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:47:57.604Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89b75205-85b8-493a-ae43-0a713e9d9d58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:47:57.605Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:47:57.605Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:47:57.605Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:48:27.606Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89b75205-85b8-493a-ae43-0a713e9d9d58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:48:27.615Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89b75205-85b8-493a-ae43-0a713e9d9d58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:48:27.616Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:48:27.616Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:48:27.616Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:48:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:48:52.488Z||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-26T04:48:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:48:52.507Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:48:52.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "cds",
  "timestamp": 1627274752871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274749364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "policy-id",
  "timestamp": 1627274752965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274748588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "clamp",
  "timestamp": 1627274753095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "cds",
  "timestamp": 1627274753875,
  "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=?
2021-07-26T04:48:52.517Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89b75205-85b8-493a-ae43-0a713e9d9d58
2021-07-26T04:48:52.518Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89b75205-85b8-493a-ae43-0a713e9d9d58 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-26T04:48:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "policy-id",
  "timestamp": 1627274753969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:48:52.525Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274749364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274748588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274754552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.526Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "clamp",
  "timestamp": 1627274753095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "policy-id",
  "timestamp": 1627274754971,
  "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-26T04:48:52.530Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89b75205-85b8-493a-ae43-0a713e9d9d58
2021-07-26T04:48:52.530Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89b75205-85b8-493a-ae43-0a713e9d9d58 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-26T04:48:52.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274749364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274748588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "clamp",
  "timestamp": 1627274753095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274749364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274756214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:48:52.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274748588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "clamp",
  "timestamp": 1627274753095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274749364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274748588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "clamp",
  "timestamp": 1627274753095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274749364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "aai-ml",
  "timestamp": 1627274757418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "clamp",
  "timestamp": 1627274753095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274758949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "aai-ml",
  "timestamp": 1627274757418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "clamp",
  "timestamp": 1627274753095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274759759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.539Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "aai-ml",
  "timestamp": 1627274757418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274760456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "clamp",
  "timestamp": 1627274753095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "aai-ml",
  "timestamp": 1627274757418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274761731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:48:52.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "clamp",
  "timestamp": 1627274753095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "aai-ml",
  "timestamp": 1627274757418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274762735,
  "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-26T04:48:52.545Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89b75205-85b8-493a-ae43-0a713e9d9d58
2021-07-26T04:48:52.545Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89b75205-85b8-493a-ae43-0a713e9d9d58 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-26T04:48:52.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "aai-ml",
  "timestamp": 1627274757418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274763576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "aai-ml",
  "timestamp": 1627274757418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "aai-ml",
  "timestamp": 1627274757418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "aai-ml",
  "timestamp": 1627274757418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274766447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274767488,
  "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-26T04:48:52.556Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89b75205-85b8-493a-ae43-0a713e9d9d58
2021-07-26T04:48:52.556Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89b75205-85b8-493a-ae43-0a713e9d9d58 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-26T04:48:52.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "aai-ml",
  "timestamp": 1627274767982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274768490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:48:52.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "clamp",
  "timestamp": 1627274774924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "aai-ml",
  "timestamp": 1627274775448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:48:52.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "aai-ml",
  "timestamp": 1627274776451,
  "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-26T04:48:52.566Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89b75205-85b8-493a-ae43-0a713e9d9d58
2021-07-26T04:48:52.566Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89b75205-85b8-493a-ae43-0a713e9d9d58 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-26T04:48:52.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "clamp",
  "timestamp": 1627274776746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:48:52.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "clamp",
  "timestamp": 1627274777750,
  "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-26T04:48:52.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89b75205-85b8-493a-ae43-0a713e9d9d58
2021-07-26T04:48:52.574Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89b75205-85b8-493a-ae43-0a713e9d9d58 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-26T04:48:52.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c472bba-d671-4191-b497-d07b715998a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274787512,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:48:52.581Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274744096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:48:52.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:48:52.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274798467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274801576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274803879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274806282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274808389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274810476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:48:52.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:52.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-26T04:48:52.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274811561,
  "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-26T04:48:52.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:48:57.617Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89b75205-85b8-493a-ae43-0a713e9d9d58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:48:57.626Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89b75205-85b8-493a-ae43-0a713e9d9d58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:48:57.627Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:48:57.627Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:48:57.628Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:48:57.628Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:48:57.628Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:48:57.628Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:48:57.628Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:48:57.628Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:48:57.628Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:48:57.628Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:48:57.628Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T04:48:57.632Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:49:27.632Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89b75205-85b8-493a-ae43-0a713e9d9d58 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-26T04:49:27.636Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89b75205-85b8-493a-ae43-0a713e9d9d58 and serviceModelVersionId: 932c9f23-4797-4819-b4f5-fdeac8692016
2021-07-26T04:49:27.636Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1fd51f05-7b5f-4a33-bd9b-82b99e67119b
2021-07-26T04:49:27.636Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1fd51f05-7b5f-4a33-bd9b-82b99e67119b/model-vers/model-ver/932c9f23-4797-4819-b4f5-fdeac8692016?depth=0
2021-07-26T04:49:27.640Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:49:27.666Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1fd51f05-7b5f-4a33-bd9b-82b99e67119b/model-vers/model-ver/932c9f23-4797-4819-b4f5-fdeac8692016?depth=0|INFO|500||Invoke
2021-07-26T04:49:27.666Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1fd51f05-7b5f-4a33-bd9b-82b99e67119b/model-vers/model-ver/932c9f23-4797-4819-b4f5-fdeac8692016?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1fd51f05-7b5f-4a33-bd9b-82b99e67119b/model-vers/model-ver/932c9f23-4797-4819-b4f5-fdeac8692016?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89b75205-85b8-493a-ae43-0a713e9d9d58], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17a0de8d-c7bf-405c-9aa3-988a933084b4], X-ECOMP-RequestID=[89b75205-85b8-493a-ae43-0a713e9d9d58], X-TransactionId=[], X-ONAP-RequestID=[89b75205-85b8-493a-ae43-0a713e9d9d58], Content-Type=[application/merge-patch+json]}
2021-07-26T04:49:27.680Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1fd51f05-7b5f-4a33-bd9b-82b99e67119b/model-vers/model-ver/932c9f23-4797-4819-b4f5-fdeac8692016?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T04:49:28.079Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1fd51f05-7b5f-4a33-bd9b-82b99e67119b/model-vers/model-ver/932c9f23-4797-4819-b4f5-fdeac8692016?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/1fd51f05-7b5f-4a33-bd9b-82b99e67119b/model-vers/model-ver/932c9f23-4797-4819-b4f5-fdeac8692016?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210726-04:49:27:688-22351], vertex-id=[299256], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:49:27 GMT], Content-Type=[application/json]}
2021-07-26T04:49:28.079Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1fd51f05-7b5f-4a33-bd9b-82b99e67119b/model-vers/model-ver/932c9f23-4797-4819-b4f5-fdeac8692016?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:49:28.080Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1fd51f05-7b5f-4a33-bd9b-82b99e67119b/model-vers/model-ver/932c9f23-4797-4819-b4f5-fdeac8692016?depth=0|INFO|500||InvokeReturn
2021-07-26T04:49:28.080Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:49:28.080Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:49:28.084Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T04:49:28.084Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89b75205-85b8-493a-ae43-0a713e9d9d58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:49:28.085Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:49:28.085Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:49:28.086Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:49:28.086Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274968084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:49:28.187Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:49:28.187Z||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-26T04:49:28.187Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:28.198Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:28.198Z||pool-134-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-26T04:49:29.097Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:49:29.097Z||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-26T04:49:29.097Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:33.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:33.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:49:33.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e","serviceName":"Demo_pNF_n1433nlY9Ck7ANb28AbS","serviceVersion":"1.0","serviceUUID":"2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c","serviceDescription":"catalog service description","serviceInvariantUUID":"06e23c04-1e9f-4a28-9a86-5915199bc582","resources":[{"resourceInstanceName":"pNF ae3d1ffe-a3a3 0","resourceName":"pNF ae3d1ffe-a3a3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"55cc2553-7325-476d-b171-515110d5da8f","resourceInvariantUUID":"e9e4d277-0ffd-4757-8406-49261fc11f4d","resourceCustomizationUUID":"1012e15b-09c5-4a76-a98e-4fdcabe7912e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vf-license-model.xml","artifactChecksum":"MzcyMzU4OWM1OGJhZmI3YzM5YjEwYzViNGJiNDFiMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f0067dc-8094-466c-ab36-55cf75ae4f16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/pNF.csar","artifactChecksum":"MmJlZDBiMjk5MzIyN2VkYTJkYjI1YzJmMWE2ZDdiZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a60c6bc4-206e-4439-9af5-4a41a30d1e52","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e466b202-7c26-47c5-83fa-413808130ea6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vendor-license-model.xml","artifactChecksum":"NmUxYmQ0Y2YxZjQ1MWE2OTFmNGUxYTZiYTk5ZmQyOGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3958eed3-ae53-425d-86f9-0d1081fad95e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4a012fa-5b42-4671-9a6d-19d2c1b41bd1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1d49016d-b000-4cac-80b8-d83a65bf0656","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN1433nly9ck7anb28abs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-template.yml","artifactChecksum":"YzM1YjhjZDlhMzlhMWFlODE2NWZkM2Q2MjljODc0NDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"71e1ebfc-3a6a-4557-87f8-18c7177e067d","artifactVersion":"1"},{"artifactName":"service-DemoPnfN1433nly9ck7anb28abs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar","artifactChecksum":"YzZmODYxM2Y0OTU5ZDk1ODRlNWZiYzI3MDkzYjI2MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ce5e89b-be4e-46f1-97b4-2f1786fd7c23","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:49:33.382Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:49:33.383Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:49:33.384Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:49:33.384Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:49:33.484Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:49:33.485Z||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-26T04:49:33.485Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:33.492Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:33.493Z||pool-135-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:49:34.385Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:49:34.385Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:49:34.387Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:49:34.387Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:49:34.487Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:49:34.488Z||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-26T04:49:34.488Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:34.496Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:34.496Z||pool-136-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:49:35.387Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:49:35.388Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:49:35.390Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:49:35.390Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:49:35.490Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:49:35.491Z||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-26T04:49:35.491Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:35.500Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:35.500Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:49:36.390Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:49:36.391Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:49:36.392Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:49:36.392Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:49:36.492Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:49:36.493Z||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-26T04:49:36.493Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:36.500Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:36.501Z||pool-138-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:49:37.393Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:49:37.393Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:49:37.395Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:49:37.395Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:49:37.495Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:49:37.495Z||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-26T04:49:37.495Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:37.504Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:37.504Z||pool-139-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:49:38.395Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:49:38.396Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:49:38.397Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:49:38.397Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:49:38.497Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:49:38.498Z||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-26T04:49:38.498Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:38.507Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:38.508Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:49:39.397Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:49:39.398Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:49:39.399Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:49:39.400Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:49:39.500Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:49:39.500Z||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-26T04:49:39.500Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:39.508Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:39.508Z||pool-141-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:49:40.400Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:49:40.401Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:49:40.402Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:49:40.402Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:49:40.502Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:49:40.503Z||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-26T04:49:40.503Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:40.512Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:40.512Z||pool-142-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:49:41.403Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "serviceName": "Demo_pNF_n1433nlY9Ck7ANb28AbS",
  "serviceVersion": "1.0",
  "serviceUUID": "2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "06e23c04-1e9f-4a28-9a86-5915199bc582",
  "resources": [
    {
      "resourceInstanceName": "pNF ae3d1ffe-a3a3 0",
      "resourceCustomizationUUID": "1012e15b-09c5-4a76-a98e-4fdcabe7912e",
      "resourceName": "pNF ae3d1ffe-a3a3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "55cc2553-7325-476d-b171-515110d5da8f",
      "resourceInvariantUUID": "e9e4d277-0ffd-4757-8406-49261fc11f4d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
      "artifactChecksum": "YzZmODYxM2Y0OTU5ZDk1ODRlNWZiYzI3MDkzYjI2MTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ce5e89b-be4e-46f1-97b4-2f1786fd7c23"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T04:49:41.403Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:49:41.403Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c ASDC
2021-07-26T04:49:41.403Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
ServiceName:Demo_pNF_n1433nlY9Ck7ANb28AbS
ServiceVersion:1.0
ServiceUUID:2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c
ServiceInvariantUUID:06e23c04-1e9f-4a28-9a86-5915199bc582
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN1433nly9ck7anb28abs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar
ArtifactUUID:8ce5e89b-be4e-46f1-97b4-2f1786fd7c23
ArtifactChecksum:YzZmODYxM2Y0OTU5ZDk1ODRlNWZiYzI3MDkzYjI2MTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ae3d1ffe-a3a3 0
ResourceCustomizationUUID:1012e15b-09c5-4a76-a98e-4fdcabe7912e
ResourceInvariantUUID:e9e4d277-0ffd-4757-8406-49261fc11f4d
ResourceName:pNF ae3d1ffe-a3a3
ResourceType:PNF
ResourceUUID:55cc2553-7325-476d-b171-515110d5da8f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-26T04:49:41.404Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c 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-26T04:49:41.424Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:49:41.424Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-07-26T04:49:41.424Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-07-26T04:49:41.424Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ce5e89b-be4e-46f1-97b4-2f1786fd7c23 from URL: /sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:41.424Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-07-26T04:49:41.424Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:42.945Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-07-26T04:49:42.948Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar 8ce5e89b-be4e-46f1-97b4-2f1786fd7c23 82524
2021-07-26T04:49:42.948Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar ASDC sendASDCNotification
2021-07-26T04:49:42.948Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:42.948Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:49:42.948Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:49:42.950Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:49:42.950Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274982948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:49:43.050Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:49:43.050Z||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-26T04:49:43.050Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:43.060Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:43.060Z||pool-143-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":2,"count":1}
2021-07-26T04:49:43.950Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:49:43.951Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-07-26T04:49:43.951Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8ce5e89b-be4e-46f1-97b4-2f1786fd7c23, URL: /sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar to file: /app/ASDC/1/service-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:43.952Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:43.952Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:43.952Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:44.038Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17195552810835059209/Definitions/service-DemoPnfN1433nly9ck7anb28abs-template.yml
2021-07-26T04:49:44.617Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:49:44.617Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-07-26T04:49:44.617Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:44.618Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-26T04:49:44.618Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ae3d1ffe-a3a3 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-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:44.618Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:44.618Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:44.618Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:44.618Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:44.618Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:44.618Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:44.618Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-07-26T04:49:44.618Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:49:44.618Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n1433nlY9Ck7ANb28AbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:49:44.618Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Node template pNF ae3d1ffe-a3a3 0 is matching search criteria
2021-07-26T04:49:44.619Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-07-26T04:49:44.619Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF ae3d1ffe-a3a3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:49:44.619Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:49:44.619Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n1433nlY9Ck7ANb28AbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:49:44.619Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Node template pNF ae3d1ffe-a3a3 0 is matching search criteria
2021-07-26T04:49:44.619Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-07-26T04:49:44.619Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF ae3d1ffe-a3a3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:49:44.619Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:49:44.619Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n1433nlY9Ck7ANb28AbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:49:44.619Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:49:44.620Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n1433nlY9Ck7ANb28AbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:49:44.620Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:49:44.620Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n1433nlY9Ck7ANb28AbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:49:44.620Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:49:44.620Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n1433nlY9Ck7ANb28AbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:49:44.620Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:49:44.620Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n1433nlY9Ck7ANb28AbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:49:44.620Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n1433nlY9Ck7ANb28AbS
Description:catalog service description
Model UUID:2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c
Model Version:NULL
Model InvariantUuid:06e23c04-1e9f-4a28-9a86-5915199bc582
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-26T04:49:44.626Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 55cc2553-7325-476d-b171-515110d5da8f
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-26T04:49:44.629Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||pNF ae3d1ffe-a3a3 0
2021-07-26T04:49:44.629Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 55cc2553-7325-476d-b171-515110d5da8f
2021-07-26T04:49:44.629Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c
2021-07-26T04:49:44.629Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c
2021-07-26T04:49:44.629Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ae3d1ffe-a3a3 0 55cc2553-7325-476d-b171-515110d5da8f 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-26T04:49:44.633Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:49:44.633Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n1433nlY9Ck7ANb28AbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:49:44.633Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c: pNF ae3d1ffe-a3a3
2021-07-26T04:49:44.633Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||Processing PNF resource: 55cc2553-7325-476d-b171-515110d5da8f
2021-07-26T04:49:44.633Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:49:44.633Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_n1433nlY9Ck7ANb28AbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:49:44.633Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||Resource customization UUID: 1012e15b-09c5-4a76-a98e-4fdcabe7912e is the same as notified resource customizationUUID: 1012e15b-09c5-4a76-a98e-4fdcabe7912e
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-26T04:49:44.659Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ae3d1ffe-a3a3 55cc2553-7325-476d-b171-515110d5da8f 0 ASDC deployResourceStructure
2021-07-26T04:49:44.660Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar ASDC sendASDCNotification
2021-07-26T04:49:44.660Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar
2021-07-26T04:49:44.660Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:49:44.660Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:49:44.661Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:49:44.661Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274984660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:49:44.761Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:49:44.762Z||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-26T04:49:44.762Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:44.771Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:44.771Z||pool-144-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:49:45.662Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:49:45.669Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:49:45.671Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:49:45.671Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:49:45.671Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:49:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:49:52.488Z||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-26T04:49:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:49:52.510Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:49:52.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:49:52.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274812564,
  "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-26T04:49:52.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:49:52.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:49:52.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274813566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-26T04:49:52.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:49:52.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:49:52.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274814568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:49:52.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:49:52.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:49:52.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274815571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-07-26T04:49:52.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:49:52.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:49:52.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274816574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:49:52.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:15.671Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:50:15.680Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:50:15.682Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:50:15.682Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:50:15.682Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:50:45.682Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:50:45.692Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:50:45.694Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:50:45.694Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:50:45.694Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:50:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:50:52.488Z||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-26T04:50:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:50:53.012Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:50:53.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "aai-ml",
  "timestamp": 1627274937418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "clamp",
  "timestamp": 1627274933095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "dcae-sch",
  "timestamp": 1627274936222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "policy-id",
  "timestamp": 1627274936374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274937050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "clamp",
  "timestamp": 1627274933095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "dcae-sch",
  "timestamp": 1627274936222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "aai-ml",
  "timestamp": 1627274937418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "policy-id",
  "timestamp": 1627274936374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274937050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "dcae-sch",
  "timestamp": 1627274936222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "clamp",
  "timestamp": 1627274933095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "aai-ml",
  "timestamp": 1627274937418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "policy-id",
  "timestamp": 1627274936374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274937050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "clamp",
  "timestamp": 1627274933095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "aai-ml",
  "timestamp": 1627274937418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "dcae-sch",
  "timestamp": 1627274936222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "policy-id",
  "timestamp": 1627274936374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274937050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "cds",
  "timestamp": 1627274943744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "clamp",
  "timestamp": 1627274933095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "aai-ml",
  "timestamp": 1627274937418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "dcae-sch",
  "timestamp": 1627274936222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "policy-id",
  "timestamp": 1627274936374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274937050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "cds",
  "timestamp": 1627274943744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "clamp",
  "timestamp": 1627274933095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "aai-ml",
  "timestamp": 1627274937418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "dcae-sch",
  "timestamp": 1627274936222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "policy-id",
  "timestamp": 1627274936374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274937050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:50:53.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "cds",
  "timestamp": 1627274943744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "clamp",
  "timestamp": 1627274933095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "dcae-sch",
  "timestamp": 1627274936222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "aai-ml",
  "timestamp": 1627274937418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "policy-id",
  "timestamp": 1627274936374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274937050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "cds",
  "timestamp": 1627274943744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "clamp",
  "timestamp": 1627274933095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:50:53.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "dcae-sch",
  "timestamp": 1627274936222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "aai-ml",
  "timestamp": 1627274937418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:50:53.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "policy-id",
  "timestamp": 1627274936374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:50:53.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274937050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "cds",
  "timestamp": 1627274943744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274948588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "cds",
  "timestamp": 1627274943744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274948588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274950360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:50:53.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "cds",
  "timestamp": 1627274943744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "policy-id",
  "timestamp": 1627274950354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:50:53.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "aai-ml",
  "timestamp": 1627274950492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274948588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274951393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "cds",
  "timestamp": 1627274943744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "policy-id",
  "timestamp": 1627274951357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:50:53.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274948588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627274952395,
  "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-26T04:50:53.036Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
2021-07-26T04:50:53.036Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e 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-26T04:50:53.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "policy-id",
  "timestamp": 1627274952360,
  "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-26T04:50:53.048Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
2021-07-26T04:50:53.048Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e 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-26T04:50:53.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "cds",
  "timestamp": 1627274953152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:50:53.056Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274948588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "cds",
  "timestamp": 1627274954157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-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-26T04:50:53.060Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
2021-07-26T04:50:53.060Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e 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-26T04:50:53.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274948588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "clamp",
  "timestamp": 1627274954767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:50:53.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "aai-ml",
  "timestamp": 1627274955149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:50:53.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274948588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "aai-ml",
  "timestamp": 1627274956152,
  "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-26T04:50:53.070Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
2021-07-26T04:50:53.070Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e 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-26T04:50:53.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627274948588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:50:53.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "clamp",
  "timestamp": 1627274956777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:50:53.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "clamp",
  "timestamp": 1627274957779,
  "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-26T04:50:53.080Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
2021-07-26T04:50:53.080Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e 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-26T04:50:53.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274959364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274959364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274959364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274959364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274959364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274959364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274959364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274959364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:50:53.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89b75205-85b8-493a-ae43-0a713e9d9d58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274968084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:50:53.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274969386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:50:53.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274971077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:50:53.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627274972081,
  "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-26T04:50:53.095Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
2021-07-26T04:50:53.096Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e 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-26T04:50:53.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/resourceInstances/pnfae3d1ffea3a30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274969097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274982948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:50:53.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:50:53.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:50:53.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627274984660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN1433nly9ck7anb28abs/1.0/artifacts/service-DemoPnfN1433nly9ck7anb28abs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:50:53.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:15.694Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:51:15.755Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:51:15.757Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:51:15.757Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:51:15.757Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:51:15.757Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:51:15.757Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:51:15.757Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:51:15.757Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:51:15.757Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:51:15.757Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:51:15.758Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:51:15.758Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:51:15.758Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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-26T04:51:15.761Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:51:45.761Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e 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-26T04:51:45.766Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e and serviceModelVersionId: 2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c
2021-07-26T04:51:45.766Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e23c04-1e9f-4a28-9a86-5915199bc582
2021-07-26T04:51:45.767Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e23c04-1e9f-4a28-9a86-5915199bc582/model-vers/model-ver/2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c?depth=0
2021-07-26T04:51:45.770Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:51:45.794Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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/06e23c04-1e9f-4a28-9a86-5915199bc582/model-vers/model-ver/2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c?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-26T04:51:45.794Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06e23c04-1e9f-4a28-9a86-5915199bc582/model-vers/model-ver/2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c?depth=0|INFO|500||Invoke
2021-07-26T04:51:45.809Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06e23c04-1e9f-4a28-9a86-5915199bc582/model-vers/model-ver/2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T04:51:46.255Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06e23c04-1e9f-4a28-9a86-5915199bc582/model-vers/model-ver/2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c?depth=0|INFO|500||InvokeReturn
2021-07-26T04:51:46.255Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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/06e23c04-1e9f-4a28-9a86-5915199bc582/model-vers/model-ver/2e644e4c-4cc8-4de7-9b5d-bc6a30b2e22c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210726-04:51:45:816-91466], vertex-id=[291024], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:51:45 GMT], Content-Type=[application/json]}
2021-07-26T04:51:46.256Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:51:46.256Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:51:46.256Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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-26T04:51:46.259Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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-26T04:51:46.259Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:51:46.259Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:51:46.260Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:51:46.261Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:51:46.261Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275106259,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:51:46.361Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:51:46.362Z||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-26T04:51:46.362Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:51:46.374Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:51:46.375Z||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-26T04:51:47.271Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:51:47.271Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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-26T04:51:47.272Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:51:51.565Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:51:51.566Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:51:51.566Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"099c756a-0ee8-412a-b994-1c2cf201a501","serviceName":"Demo_pNF_mmDMGgvp9skpbyPeJXV3","serviceVersion":"1.0","serviceUUID":"fbb4aca1-98db-4b17-a058-af3a23a2b318","serviceDescription":"catalog service description","serviceInvariantUUID":"f3a34f4b-7ac2-417b-a6b9-d1c5a6307782","resources":[{"resourceInstanceName":"pNF 72b2ce5d-2ca3 0","resourceName":"pNF 72b2ce5d-2ca3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"734729b6-c801-4190-ac83-2a6fd9a31410","resourceInvariantUUID":"12ea98e8-3a65-4de8-922f-87c618f5f0bc","resourceCustomizationUUID":"818b42ed-5c51-460e-843f-ce57e2f6fa7c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vf-license-model.xml","artifactChecksum":"OTllMThiNTQ5ZWFmMjg2N2ZiMDA4NGEzMDNkMmMxOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b39681b1-93c1-4c96-88e5-73a22986d4df","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/pNF.csar","artifactChecksum":"MmJlZDBiMjk5MzIyN2VkYTJkYjI1YzJmMWE2ZDdiZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96139b0d-05b5-4bea-be02-4e6217479aa5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6d15f46-925e-4c43-8bea-4bf711114e90","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vendor-license-model.xml","artifactChecksum":"YzBjYzA0ODBmZDQ4NzEwMDZiN2JmZmJlOWVlYjM0MGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"abdecbc0-d743-40a4-98bf-7d9b8bd29725","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a93dbb41-6609-499f-a611-dd5a584af88d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"debae0c3-c230-4716-9041-0e3985e514ff","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMmdmggvp9skpbypejxv3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-template.yml","artifactChecksum":"NjQ0N2IzYTkxNjU0MDBkOGMyODgwMWU2ZGM5YWUxZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4016741e-ea27-4934-a76c-8520b77f9101","artifactVersion":"1"},{"artifactName":"service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar","artifactChecksum":"Zjg5Yjg5YWFjMWY1ZGIwYjYyZjE5NzM5ODIxYzVkZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81ecf90d-c93e-49a7-9053-bbbdfe27b2d5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:51:51.567Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:51:51.567Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:51:51.568Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:51:51.568Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:51.669Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:51:51.669Z||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-26T04:51:51.670Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:51:51.678Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:51:51.678Z||pool-146-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:51:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:51:52.488Z||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-26T04:51:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:51:52.569Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:51:52.569Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:51:52.571Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:51:52.571Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.671Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:51:52.672Z||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-26T04:51:52.672Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:51:52.679Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:51:52.680Z||pool-147-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:51:52.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:51:52.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275048588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "clamp",
  "timestamp": 1627275053095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "cds",
  "timestamp": 1627275048744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275049363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "dcae-sch",
  "timestamp": 1627275056222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "cds",
  "timestamp": 1627275048744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275048588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "clamp",
  "timestamp": 1627275053095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275049363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "policy-id",
  "timestamp": 1627275056374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275057050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "dcae-sch",
  "timestamp": 1627275056222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275048588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "cds",
  "timestamp": 1627275048744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "clamp",
  "timestamp": 1627275053095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275049363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "policy-id",
  "timestamp": 1627275056374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "aai-ml",
  "timestamp": 1627275057418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275057050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "dcae-sch",
  "timestamp": 1627275056222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "cds",
  "timestamp": 1627275048744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275048588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "clamp",
  "timestamp": 1627275053095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275049363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "policy-id",
  "timestamp": 1627275056374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "aai-ml",
  "timestamp": 1627275057418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275057050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "dcae-sch",
  "timestamp": 1627275056222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275048588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "cds",
  "timestamp": 1627275048744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "clamp",
  "timestamp": 1627275053095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275049363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "policy-id",
  "timestamp": 1627275056374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "aai-ml",
  "timestamp": 1627275057418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275057050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "dcae-sch",
  "timestamp": 1627275056222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275048588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "cds",
  "timestamp": 1627275048744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "clamp",
  "timestamp": 1627275053095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275049363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "policy-id",
  "timestamp": 1627275056374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "aai-ml",
  "timestamp": 1627275057418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275057050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "dcae-sch",
  "timestamp": 1627275056222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275048588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "cds",
  "timestamp": 1627275048744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "clamp",
  "timestamp": 1627275053095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275049363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "policy-id",
  "timestamp": 1627275056374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "aai-ml",
  "timestamp": 1627275057418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275057050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "dcae-sch",
  "timestamp": 1627275056222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275048588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "cds",
  "timestamp": 1627275048744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "clamp",
  "timestamp": 1627275053095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275049363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "policy-id",
  "timestamp": 1627275056374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "aai-ml",
  "timestamp": 1627275057418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275057050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "dcae-sch",
  "timestamp": 1627275056222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "policy-id",
  "timestamp": 1627275056374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "aai-ml",
  "timestamp": 1627275057418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275057050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "aai-ml",
  "timestamp": 1627275057418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275065246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "cds",
  "timestamp": 1627275065582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "policy-id",
  "timestamp": 1627275066457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:51:52.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:52.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "cds",
  "timestamp": 1627275066586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-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-26T04:51:52.713Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 099c756a-0ee8-412a-b994-1c2cf201a501
2021-07-26T04:51:52.713Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 099c756a-0ee8-412a-b994-1c2cf201a501 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-26T04:51:52.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275066884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:51:52.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:52.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275067490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:51:52.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:52.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "policy-id",
  "timestamp": 1627275067460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:51:52.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:52.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "aai-ml",
  "timestamp": 1627275067678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:51:52.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:52.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275067887,
  "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-26T04:51:52.724Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 099c756a-0ee8-412a-b994-1c2cf201a501
2021-07-26T04:51:52.725Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 099c756a-0ee8-412a-b994-1c2cf201a501 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-26T04:51:52.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "policy-id",
  "timestamp": 1627275068462,
  "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-26T04:51:52.735Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 099c756a-0ee8-412a-b994-1c2cf201a501
2021-07-26T04:51:52.735Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 099c756a-0ee8-412a-b994-1c2cf201a501 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-26T04:51:52.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275068506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T04:51:52.743Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:52.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275069508,
  "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-26T04:51:52.746Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 099c756a-0ee8-412a-b994-1c2cf201a501
2021-07-26T04:51:52.746Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 099c756a-0ee8-412a-b994-1c2cf201a501 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-26T04:51:52.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "clamp",
  "timestamp": 1627275071788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:51:52.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:52.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "aai-ml",
  "timestamp": 1627275072575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:51:52.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:52.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "aai-ml",
  "timestamp": 1627275073579,
  "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-26T04:51:52.758Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 099c756a-0ee8-412a-b994-1c2cf201a501
2021-07-26T04:51:52.758Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 099c756a-0ee8-412a-b994-1c2cf201a501 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-26T04:51:52.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "clamp",
  "timestamp": 1627275073796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:51:52.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:52.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "clamp",
  "timestamp": 1627275074799,
  "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-26T04:51:52.768Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 099c756a-0ee8-412a-b994-1c2cf201a501
2021-07-26T04:51:52.769Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 099c756a-0ee8-412a-b994-1c2cf201a501 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-26T04:51:52.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275106259,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:51:52.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:51:52.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:51:52.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:52.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:51:53.571Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:51:53.572Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:51:53.574Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:51:53.574Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:53.674Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:51:53.675Z||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-26T04:51:53.675Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:51:53.684Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:51:53.684Z||pool-148-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:51:54.575Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:51:54.575Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:51:54.577Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:51:54.577Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:54.677Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:51:54.678Z||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-26T04:51:54.678Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:51:54.686Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:51:54.686Z||pool-149-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:51:55.577Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:51:55.578Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:51:55.581Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:51:55.581Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:55.681Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:51:55.681Z||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-26T04:51:55.682Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:51:55.690Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:51:55.690Z||pool-150-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:51:56.581Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:51:56.582Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:51:56.584Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:51:56.584Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:56.684Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:51:56.684Z||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-26T04:51:56.684Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:51:56.694Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:51:56.694Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:51:57.584Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:51:57.585Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:51:57.586Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:51:57.587Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:51:57.687Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:51:57.687Z||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-26T04:51:57.687Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:51:57.694Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:51:57.694Z||pool-152-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:51:58.587Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:51:58.588Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:51:58.590Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:51:58.590Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:51:58.691Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T04:51:58.691Z||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-26T04:51:58.692Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:51:58.699Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:51:58.699Z||pool-153-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:51:59.591Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "serviceName": "Demo_pNF_mmDMGgvp9skpbyPeJXV3",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb4aca1-98db-4b17-a058-af3a23a2b318",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f3a34f4b-7ac2-417b-a6b9-d1c5a6307782",
  "resources": [
    {
      "resourceInstanceName": "pNF 72b2ce5d-2ca3 0",
      "resourceCustomizationUUID": "818b42ed-5c51-460e-843f-ce57e2f6fa7c",
      "resourceName": "pNF 72b2ce5d-2ca3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "734729b6-c801-4190-ac83-2a6fd9a31410",
      "resourceInvariantUUID": "12ea98e8-3a65-4de8-922f-87c618f5f0bc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
      "artifactChecksum": "Zjg5Yjg5YWFjMWY1ZGIwYjYyZjE5NzM5ODIxYzVkZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "81ecf90d-c93e-49a7-9053-bbbdfe27b2d5"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T04:51:59.591Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:51:59.591Z|62c27a57-e2d9-4217-8ba5-3bb27f4c8e7e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb4aca1-98db-4b17-a058-af3a23a2b318 ASDC
2021-07-26T04:51:59.592Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:099c756a-0ee8-412a-b994-1c2cf201a501
ServiceName:Demo_pNF_mmDMGgvp9skpbyPeJXV3
ServiceVersion:1.0
ServiceUUID:fbb4aca1-98db-4b17-a058-af3a23a2b318
ServiceInvariantUUID:f3a34f4b-7ac2-417b-a6b9-d1c5a6307782
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
ArtifactUUID:81ecf90d-c93e-49a7-9053-bbbdfe27b2d5
ArtifactChecksum:Zjg5Yjg5YWFjMWY1ZGIwYjYyZjE5NzM5ODIxYzVkZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 72b2ce5d-2ca3 0
ResourceCustomizationUUID:818b42ed-5c51-460e-843f-ce57e2f6fa7c
ResourceInvariantUUID:12ea98e8-3a65-4de8-922f-87c618f5f0bc
ResourceName:pNF 72b2ce5d-2ca3
ResourceType:PNF
ResourceUUID:734729b6-c801-4190-ac83-2a6fd9a31410
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-26T04:51:59.592Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb4aca1-98db-4b17-a058-af3a23a2b318 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-26T04:51:59.620Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:51:59.620Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-07-26T04:51:59.620Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-07-26T04:51:59.620Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 81ecf90d-c93e-49a7-9053-bbbdfe27b2d5 from URL: /sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:51:59.620Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-07-26T04:51:59.620Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:00.151Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-07-26T04:52:00.154Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar 81ecf90d-c93e-49a7-9053-bbbdfe27b2d5 82534
2021-07-26T04:52:00.154Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar ASDC sendASDCNotification
2021-07-26T04:52:00.154Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:00.154Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:52:00.155Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:52:00.156Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:52:00.156Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275120154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:52:00.256Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:52:00.257Z||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-26T04:52:00.257Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:52:00.265Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:52:00.265Z||pool-154-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:52:01.156Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:52:01.157Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-07-26T04:52:01.157Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 81ecf90d-c93e-49a7-9053-bbbdfe27b2d5, URL: /sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar to file: /app/ASDC/1/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.157Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.158Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.158Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.230Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1501977198866206818/Definitions/service-DemoPnfMmdmggvp9skpbypejxv3-template.yml
2021-07-26T04:52:01.737Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:52:01.737Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-07-26T04:52:01.737Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.737Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-26T04:52:01.737Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.738Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.738Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.738Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.738Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.738Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 72b2ce5d-2ca3 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-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.738Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.738Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-07-26T04:52:01.738Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:52:01.738Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mmDMGgvp9skpbyPeJXV3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:52:01.738Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Node template pNF 72b2ce5d-2ca3 0 is matching search criteria
2021-07-26T04:52:01.738Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-07-26T04:52:01.738Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 72b2ce5d-2ca3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:52:01.739Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:52:01.739Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mmDMGgvp9skpbyPeJXV3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:52:01.739Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Node template pNF 72b2ce5d-2ca3 0 is matching search criteria
2021-07-26T04:52:01.739Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-07-26T04:52:01.739Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 72b2ce5d-2ca3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:52:01.739Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:52:01.739Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mmDMGgvp9skpbyPeJXV3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:52:01.739Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:52:01.739Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mmDMGgvp9skpbyPeJXV3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:52:01.739Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:52:01.739Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mmDMGgvp9skpbyPeJXV3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:52:01.740Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:52:01.740Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mmDMGgvp9skpbyPeJXV3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:52:01.740Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:52:01.740Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mmDMGgvp9skpbyPeJXV3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:52:01.740Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_mmDMGgvp9skpbyPeJXV3
Description:catalog service description
Model UUID:fbb4aca1-98db-4b17-a058-af3a23a2b318
Model Version:NULL
Model InvariantUuid:f3a34f4b-7ac2-417b-a6b9-d1c5a6307782
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-26T04:52:01.745Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 734729b6-c801-4190-ac83-2a6fd9a31410
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-26T04:52:01.747Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||pNF 72b2ce5d-2ca3 0
2021-07-26T04:52:01.747Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 734729b6-c801-4190-ac83-2a6fd9a31410
2021-07-26T04:52:01.747Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||No resources found for Service: fbb4aca1-98db-4b17-a058-af3a23a2b318
2021-07-26T04:52:01.747Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fbb4aca1-98db-4b17-a058-af3a23a2b318
2021-07-26T04:52:01.747Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 72b2ce5d-2ca3 0 734729b6-c801-4190-ac83-2a6fd9a31410 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-26T04:52:01.751Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:52:01.751Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mmDMGgvp9skpbyPeJXV3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:52:01.751Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fbb4aca1-98db-4b17-a058-af3a23a2b318: pNF 72b2ce5d-2ca3
2021-07-26T04:52:01.751Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||Processing PNF resource: 734729b6-c801-4190-ac83-2a6fd9a31410
2021-07-26T04:52:01.752Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T04:52:01.752Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_mmDMGgvp9skpbyPeJXV3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:52:01.752Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||Resource customization UUID: 818b42ed-5c51-460e-843f-ce57e2f6fa7c is the same as notified resource customizationUUID: 818b42ed-5c51-460e-843f-ce57e2f6fa7c
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-26T04:52:01.773Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 72b2ce5d-2ca3 734729b6-c801-4190-ac83-2a6fd9a31410 0 ASDC deployResourceStructure
2021-07-26T04:52:01.773Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar ASDC sendASDCNotification
2021-07-26T04:52:01.773Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar
2021-07-26T04:52:01.773Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:52:01.773Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:52:01.774Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:52:01.775Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275121773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:52:01.875Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:52:01.875Z||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-26T04:52:01.875Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:52:01.882Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:52:01.883Z||pool-155-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:52:02.775Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 099c756a-0ee8-412a-b994-1c2cf201a501
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T04:52:02.784Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 099c756a-0ee8-412a-b994-1c2cf201a501
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T04:52:02.786Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:52:02.786Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:52:02.786Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:52:02.786Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:52:02.786Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:52:02.787Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:52:02.787Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:52:02.787Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:52:02.787Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:52:02.787Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:52:02.787Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T04:52:02.787Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:52:02.791Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:52:32.791Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 099c756a-0ee8-412a-b994-1c2cf201a501 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-26T04:52:32.796Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 099c756a-0ee8-412a-b994-1c2cf201a501 and serviceModelVersionId: fbb4aca1-98db-4b17-a058-af3a23a2b318
2021-07-26T04:52:32.796Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3a34f4b-7ac2-417b-a6b9-d1c5a6307782
2021-07-26T04:52:32.797Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3a34f4b-7ac2-417b-a6b9-d1c5a6307782/model-vers/model-ver/fbb4aca1-98db-4b17-a058-af3a23a2b318?depth=0
2021-07-26T04:52:32.800Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:52:32.825Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3a34f4b-7ac2-417b-a6b9-d1c5a6307782/model-vers/model-ver/fbb4aca1-98db-4b17-a058-af3a23a2b318?depth=0|INFO|500||Invoke
2021-07-26T04:52:32.826Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3a34f4b-7ac2-417b-a6b9-d1c5a6307782/model-vers/model-ver/fbb4aca1-98db-4b17-a058-af3a23a2b318?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3a34f4b-7ac2-417b-a6b9-d1c5a6307782/model-vers/model-ver/fbb4aca1-98db-4b17-a058-af3a23a2b318?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[099c756a-0ee8-412a-b994-1c2cf201a501], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[94d59a0f-303a-42cc-ba29-fcc0294a4102], X-ECOMP-RequestID=[099c756a-0ee8-412a-b994-1c2cf201a501], X-TransactionId=[], X-ONAP-RequestID=[099c756a-0ee8-412a-b994-1c2cf201a501], Content-Type=[application/merge-patch+json]}
2021-07-26T04:52:32.841Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3a34f4b-7ac2-417b-a6b9-d1c5a6307782/model-vers/model-ver/fbb4aca1-98db-4b17-a058-af3a23a2b318?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T04:52:33.052Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3a34f4b-7ac2-417b-a6b9-d1c5a6307782/model-vers/model-ver/fbb4aca1-98db-4b17-a058-af3a23a2b318?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/f3a34f4b-7ac2-417b-a6b9-d1c5a6307782/model-vers/model-ver/fbb4aca1-98db-4b17-a058-af3a23a2b318?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210726-04:52:32:849-60717], vertex-id=[229424], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:52:32 GMT], Content-Type=[application/json]}
2021-07-26T04:52:33.053Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3a34f4b-7ac2-417b-a6b9-d1c5a6307782/model-vers/model-ver/fbb4aca1-98db-4b17-a058-af3a23a2b318?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:52:33.053Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3a34f4b-7ac2-417b-a6b9-d1c5a6307782/model-vers/model-ver/fbb4aca1-98db-4b17-a058-af3a23a2b318?depth=0|INFO|500||InvokeReturn
2021-07-26T04:52:33.053Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:52:33.053Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:52:33.057Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:52:33.057Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 099c756a-0ee8-412a-b994-1c2cf201a501 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:52:33.057Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:52:33.058Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:52:33.059Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:52:33.059Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275153057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:52:33.159Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:52:33.160Z||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-26T04:52:33.160Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:52:33.173Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:52:33.173Z||pool-156-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-26T04:52:34.070Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:52:34.070Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:52:34.070Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:52:43.617Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:52:43.618Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:52:43.618Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:52:43.618Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:52:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:52:52.488Z||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-26T04:52:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:52:52.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:52:52.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-26T04:52:52.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:52:52.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:52:53.153Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:52:53.153Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:52:53.154Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:52:53.154Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:53:02.692Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:53:02.692Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:53:02.693Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:53:02.693Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:53:12.232Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:53:12.233Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:53:12.233Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:53:12.233Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:53:21.767Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:53:21.767Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:53:21.767Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:53:21.768Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:53:31.302Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:53:31.302Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:53:31.303Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:53:31.303Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:53:40.841Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:53:40.842Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:53:40.842Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:53:40.843Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:53:50.381Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:53:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:53:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:53:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:53:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:53:52.488Z||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-26T04:53:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:53:53.004Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:53:53.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-26T04:53:53.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:53:53.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:53:53.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-26T04:53:53.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:53:53.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:53:53.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-26T04:53:53.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:53:53.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:53:53.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/resourceInstances/pnf72b2ce5d2ca30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275107271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275120154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275121773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMmdmggvp9skpbypejxv3/1.0/artifacts/service-DemoPnfMmdmggvp9skpbypejxv3-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "099c756a-0ee8-412a-b994-1c2cf201a501",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275153057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:53:53.006Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:54:02.027Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:54:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:54:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:54:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:54:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:54:52.488Z||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-26T04:54:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:55:02.053Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:55:02.054Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:55:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:55:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:55:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:55:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:55:52.488Z||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-26T04:55:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:56:02.026Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:56:02.027Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:56:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:56:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:56:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:56:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:56:52.488Z||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-26T04:56:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:57:02.025Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:57:02.030Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:57:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:57:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:57:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:57:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:57:52.488Z||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-26T04:57:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:58:02.023Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:58:02.067Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:58:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:58:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:58:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:58:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:58:52.488Z||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-26T04:58:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:59:02.026Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:59:02.027Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T04:59:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:59:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T04:59:52.486Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:59:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:59:52.488Z||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-26T04:59:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:00:02.026Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:00:02.026Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:00:52.486Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:00:52.486Z||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-26T05:00:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:00:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:00:52.488Z||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-26T05:00:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:01:02.029Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:01:02.029Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:01:52.486Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:01:52.486Z||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-26T05:01:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:01:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:01:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:01:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:01:52.632Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:01:52.633Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:01:52.633Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "cds",
  "timestamp": 1627275708744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:01:52.633Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:01:53.109Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:01:53.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T05:01:53.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa804c35-0a29-4c71-beb8-f961f36994d8","serviceName":"Demo_pNF_W2WocAC4WEJgWV1imhyR","serviceVersion":"1.0","serviceUUID":"e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b","serviceDescription":"catalog service description","serviceInvariantUUID":"4c13cfd8-52db-441c-8559-90bbfe26b923","resources":[{"resourceInstanceName":"pNF 792ccf45-4993 0","resourceName":"pNF 792ccf45-4993","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"47a5db99-80e9-4901-a8c2-193095c4fd24","resourceInvariantUUID":"b499ee5a-b78f-4d3a-b43a-e813a789b18a","resourceCustomizationUUID":"d0628083-ea53-403d-b5a0-e5141ef58eca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vf-license-model.xml","artifactChecksum":"ZjU1ZWEwNTIxZWVjMjY2NzE0ZWE1MDQxNDBjODBiYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"794d45e9-323d-4bf7-bc26-3d60f2719e7e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/pNF.csar","artifactChecksum":"MmJlZDBiMjk5MzIyN2VkYTJkYjI1YzJmMWE2ZDdiZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63bb58dd-accd-45cf-8b97-2f34662170e0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"510d97b5-100b-4d23-b410-087e25e4f6f4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vendor-license-model.xml","artifactChecksum":"MTNhYjgwOTU0ZTM5OTJjODYxNDBmYzEyN2VkODEwNmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"26f29820-0e58-463e-90b3-d23bc105c854","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1895ed48-728e-46e0-a6e0-8dc729653599","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5243235b-5b50-4235-a90e-eb50b431b8c6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfW2wocac4wejgwv1imhyr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-template.yml","artifactChecksum":"MTQ1YTU4YTk3NTE1ZWIyY2ViOTg4MTMxOGIyODkxODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"15754892-5a3e-4601-a6ae-64072a5ee658","artifactVersion":"1"},{"artifactName":"service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar","artifactChecksum":"NTkzOGI3NzNiMjRlZDg3MTU5ZmJhMDgxOTg0NzA1NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81d5f731-8dcc-4bd9-a2a2-b5c12e2ba643","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T05:01:53.111Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:01:53.112Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:01:53.113Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:01:53.113Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:01:53.214Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:01:53.214Z||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-26T05:01:53.214Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:01:53.223Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:01:53.224Z||pool-157-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:01:54.114Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:01:54.114Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:01:54.116Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:01:54.116Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:01:54.216Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:01:54.216Z||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-26T05:01:54.217Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:01:54.224Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:01:54.225Z||pool-158-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-26T05:01:55.116Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:01:55.117Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:01:55.118Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:01:55.118Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:01:55.218Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:01:55.219Z||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-26T05:01:55.219Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:01:55.226Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:01:55.226Z||pool-159-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:01:56.119Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:01:56.119Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:01:56.121Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:01:56.121Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:01:56.221Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:01:56.222Z||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-26T05:01:56.222Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:01:56.229Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:01:56.229Z||pool-160-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:01:57.121Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:01:57.122Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:01:57.124Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:01:57.124Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:01:57.224Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:01:57.225Z||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-26T05:01:57.225Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:01:57.233Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:01:57.233Z||pool-161-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:01:58.125Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:01:58.125Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:01:58.127Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:01:58.127Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:01:58.227Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:01:58.227Z||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-26T05:01:58.228Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:01:58.237Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:01:58.237Z||pool-162-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:01:59.127Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:01:59.128Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:01:59.130Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:01:59.130Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:01:59.230Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:01:59.230Z||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-26T05:01:59.230Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:01:59.238Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:01:59.238Z||pool-163-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-26T05:02:00.130Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:02:00.131Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:02:00.132Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:02:00.133Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:02:00.233Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:02:00.233Z||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-26T05:02:00.233Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:02:00.242Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:02:00.242Z||pool-164-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:02:01.134Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "serviceName": "Demo_pNF_W2WocAC4WEJgWV1imhyR",
  "serviceVersion": "1.0",
  "serviceUUID": "e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4c13cfd8-52db-441c-8559-90bbfe26b923",
  "resources": [
    {
      "resourceInstanceName": "pNF 792ccf45-4993 0",
      "resourceCustomizationUUID": "d0628083-ea53-403d-b5a0-e5141ef58eca",
      "resourceName": "pNF 792ccf45-4993",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "47a5db99-80e9-4901-a8c2-193095c4fd24",
      "resourceInvariantUUID": "b499ee5a-b78f-4d3a-b43a-e813a789b18a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
      "artifactChecksum": "NTkzOGI3NzNiMjRlZDg3MTU5ZmJhMDgxOTg0NzA1NjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "81d5f731-8dcc-4bd9-a2a2-b5c12e2ba643"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T05:02:01.134Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T05:02:01.134Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b ASDC
2021-07-26T05:02:01.134Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:fa804c35-0a29-4c71-beb8-f961f36994d8
ServiceName:Demo_pNF_W2WocAC4WEJgWV1imhyR
ServiceVersion:1.0
ServiceUUID:e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b
ServiceInvariantUUID:4c13cfd8-52db-441c-8559-90bbfe26b923
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
ArtifactUUID:81d5f731-8dcc-4bd9-a2a2-b5c12e2ba643
ArtifactChecksum:NTkzOGI3NzNiMjRlZDg3MTU5ZmJhMDgxOTg0NzA1NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 792ccf45-4993 0
ResourceCustomizationUUID:d0628083-ea53-403d-b5a0-e5141ef58eca
ResourceInvariantUUID:b499ee5a-b78f-4d3a-b43a-e813a789b18a
ResourceName:pNF 792ccf45-4993
ResourceType:PNF
ResourceUUID:47a5db99-80e9-4901-a8c2-193095c4fd24
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-26T05:02:01.134Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b 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-26T05:02:01.161Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T05:02:01.162Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-26T05:02:01.162Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-26T05:02:01.162Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 81d5f731-8dcc-4bd9-a2a2-b5c12e2ba643 from URL: /sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:01.162Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-26T05:02:01.162Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:02.282Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-26T05:02:02.285Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar 81d5f731-8dcc-4bd9-a2a2-b5c12e2ba643 82541
2021-07-26T05:02:02.285Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar ASDC sendASDCNotification
2021-07-26T05:02:02.285Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:02.285Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T05:02:02.285Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:02:02.286Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:02:02.287Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275722285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:02:02.387Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:02:02.387Z||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-26T05:02:02.387Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:02:02.395Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:02:02.396Z||pool-165-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-26T05:02:03.288Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T05:02:03.289Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-26T05:02:03.289Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 81d5f731-8dcc-4bd9-a2a2-b5c12e2ba643, URL: /sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar to file: /app/ASDC/1/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.289Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.290Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.290Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.368Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP995919905492215748/Definitions/service-DemoPnfW2wocac4wejgwv1imhyr-template.yml
2021-07-26T05:02:03.941Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T05:02:03.941Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-26T05:02:03.941Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.941Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-26T05:02:03.941Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.942Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 792ccf45-4993 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-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.942Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.942Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.942Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.942Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.942Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.942Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-26T05:02:03.942Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:02:03.943Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_W2WocAC4WEJgWV1imhyR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:02:03.943Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Node template pNF 792ccf45-4993 0 is matching search criteria
2021-07-26T05:02:03.943Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-26T05:02:03.943Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 792ccf45-4993 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T05:02:03.943Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:02:03.943Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_W2WocAC4WEJgWV1imhyR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:02:03.944Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Node template pNF 792ccf45-4993 0 is matching search criteria
2021-07-26T05:02:03.944Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-26T05:02:03.944Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 792ccf45-4993 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T05:02:03.944Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:02:03.944Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_W2WocAC4WEJgWV1imhyR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:02:03.944Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:02:03.945Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_W2WocAC4WEJgWV1imhyR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:02:03.945Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:02:03.945Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_W2WocAC4WEJgWV1imhyR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:02:03.945Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:02:03.945Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_W2WocAC4WEJgWV1imhyR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:02:03.945Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:02:03.945Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_W2WocAC4WEJgWV1imhyR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:02:03.946Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_W2WocAC4WEJgWV1imhyR
Description:catalog service description
Model UUID:e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b
Model Version:NULL
Model InvariantUuid:4c13cfd8-52db-441c-8559-90bbfe26b923
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-26T05:02:03.952Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 47a5db99-80e9-4901-a8c2-193095c4fd24
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-26T05:02:03.954Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||pNF 792ccf45-4993 0
2021-07-26T05:02:03.954Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 47a5db99-80e9-4901-a8c2-193095c4fd24
2021-07-26T05:02:03.954Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||No resources found for Service: e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b
2021-07-26T05:02:03.954Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b
2021-07-26T05:02:03.954Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 792ccf45-4993 0 47a5db99-80e9-4901-a8c2-193095c4fd24 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-26T05:02:03.956Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:02:03.957Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_W2WocAC4WEJgWV1imhyR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:02:03.957Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b: pNF 792ccf45-4993
2021-07-26T05:02:03.957Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||Processing PNF resource: 47a5db99-80e9-4901-a8c2-193095c4fd24
2021-07-26T05:02:03.957Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:02:03.957Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_W2WocAC4WEJgWV1imhyR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:02:03.957Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||Resource customization UUID: d0628083-ea53-403d-b5a0-e5141ef58eca is the same as notified resource customizationUUID: d0628083-ea53-403d-b5a0-e5141ef58eca
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-26T05:02:03.982Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 792ccf45-4993 47a5db99-80e9-4901-a8c2-193095c4fd24 0 ASDC deployResourceStructure
2021-07-26T05:02:03.982Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar ASDC sendASDCNotification
2021-07-26T05:02:03.982Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar
2021-07-26T05:02:03.982Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T05:02:03.983Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:02:03.984Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:02:03.984Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275723982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:02:04.084Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:02:04.085Z||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-26T05:02:04.085Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:02:04.094Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:02:04.094Z||pool-166-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:02:04.985Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:02:04.993Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:02:04.995Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T05:02:04.995Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T05:02:04.995Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T05:02:34.995Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:02:35.002Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:02:35.004Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T05:02:35.004Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T05:02:35.004Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T05:02:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:02:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:02:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:02:52.506Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:02:52.507Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:02:52.507Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275708588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:02:52.507Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:03:05.004Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:03:05.011Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:03:05.013Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T05:03:05.013Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T05:03:05.013Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T05:03:35.013Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:03:35.021Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:03:35.023Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T05:03:35.023Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T05:03:35.023Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T05:03:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:03:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:03:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:03:52.505Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:03:52.505Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:03:52.505Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275709364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:03:52.506Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:05.023Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:04:05.032Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:04:05.034Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T05:04:05.034Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T05:04:05.034Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T05:04:35.034Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:04:35.042Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:04:35.044Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T05:04:35.044Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T05:04:35.044Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T05:04:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:04:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:04:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:04:53.009Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:04:53.011Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.011Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.011Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.011Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.011Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "cds",
  "timestamp": 1627275708744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.011Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275708588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275709364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "clamp",
  "timestamp": 1627275713095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "cds",
  "timestamp": 1627275708744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275708588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275709364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.012Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "clamp",
  "timestamp": 1627275713095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "cds",
  "timestamp": 1627275708744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275709364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275708588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "clamp",
  "timestamp": 1627275713095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "cds",
  "timestamp": 1627275708744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.013Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275708588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275709364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "clamp",
  "timestamp": 1627275713095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "dcae-sch",
  "timestamp": 1627275716222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "policy-id",
  "timestamp": 1627275716374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "cds",
  "timestamp": 1627275708744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.014Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275708588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275709364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275717050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "clamp",
  "timestamp": 1627275713095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "dcae-sch",
  "timestamp": 1627275716222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "policy-id",
  "timestamp": 1627275716374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "aai-ml",
  "timestamp": 1627275717418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.015Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "cds",
  "timestamp": 1627275708744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275708588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275709364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275717050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "clamp",
  "timestamp": 1627275713095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "dcae-sch",
  "timestamp": 1627275716222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "policy-id",
  "timestamp": 1627275716374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "aai-ml",
  "timestamp": 1627275717418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.016Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "cds",
  "timestamp": 1627275708744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627275708588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275709364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275717050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "clamp",
  "timestamp": 1627275713095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "dcae-sch",
  "timestamp": 1627275716222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "policy-id",
  "timestamp": 1627275716374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.017Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "aai-ml",
  "timestamp": 1627275717418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275712486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275717050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "clamp",
  "timestamp": 1627275713095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "dcae-sch",
  "timestamp": 1627275716222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "policy-id",
  "timestamp": 1627275716374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "aai-ml",
  "timestamp": 1627275717418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.018Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275717050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "cds",
  "timestamp": 1627275721780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275721795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "dcae-sch",
  "timestamp": 1627275716222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "policy-id",
  "timestamp": 1627275716374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "aai-ml",
  "timestamp": 1627275717418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275722285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275717050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-26T05:04:53.019Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.020Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.020Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "cds",
  "timestamp": 1627275722783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-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-26T05:04:53.024Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa804c35-0a29-4c71-beb8-f961f36994d8
2021-07-26T05:04:53.025Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa804c35-0a29-4c71-beb8-f961f36994d8 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-26T05:04:53.031Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "dcae-sch",
  "timestamp": 1627275716222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "policy-id",
  "timestamp": 1627275716374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "aai-ml",
  "timestamp": 1627275717418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275723460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275717050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "dcae-sch",
  "timestamp": 1627275716222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275723982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "policy-id",
  "timestamp": 1627275716374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.032Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.033Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "aai-ml",
  "timestamp": 1627275717418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.033Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.033Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.033Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627275724463,
  "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-26T05:04:53.036Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa804c35-0a29-4c71-beb8-f961f36994d8
2021-07-26T05:04:53.036Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa804c35-0a29-4c71-beb8-f961f36994d8 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-26T05:04:53.042Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275717050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "aai-ml",
  "timestamp": 1627275717418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "policy-id",
  "timestamp": 1627275726792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275727193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "aai-ml",
  "timestamp": 1627275727287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "policy-id",
  "timestamp": 1627275727796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.043Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275728206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/resourceInstances/pnf792ccf4549930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T05:04:53.044Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.044Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.044Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "policy-id",
  "timestamp": 1627275728798,
  "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-26T05:04:53.047Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa804c35-0a29-4c71-beb8-f961f36994d8
2021-07-26T05:04:53.047Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa804c35-0a29-4c71-beb8-f961f36994d8 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-26T05:04:53.053Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.053Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "clamp",
  "timestamp": 1627275728906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:04:53.053Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.053Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.053Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627275729208,
  "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-26T05:04:53.056Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fa804c35-0a29-4c71-beb8-f961f36994d8
2021-07-26T05:04:53.056Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa804c35-0a29-4c71-beb8-f961f36994d8 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-26T05:04:53.061Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.061Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "clamp",
  "timestamp": 1627275730914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:04:53.061Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.061Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.061Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "aai-ml",
  "timestamp": 1627275731851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfW2wocac4wejgwv1imhyr/1.0/artifacts/service-DemoPnfW2wocac4wejgwv1imhyr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:04:53.061Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:04:53.061Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.061Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "clamp",
  "timestamp": 1627275731916,
  "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-26T05:04:53.064Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa804c35-0a29-4c71-beb8-f961f36994d8
2021-07-26T05:04:53.064Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa804c35-0a29-4c71-beb8-f961f36994d8 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-26T05:04:53.070Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:04:53.070Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "aai-ml",
  "timestamp": 1627275732855,
  "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-26T05:04:53.073Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa804c35-0a29-4c71-beb8-f961f36994d8
2021-07-26T05:04:53.073Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa804c35-0a29-4c71-beb8-f961f36994d8 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-26T05:05:05.044Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:05:05.053Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:05:05.055Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T05:05:05.055Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T05:05:05.055Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T05:05:05.055Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T05:05:05.055Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:05:05.055Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:05:05.055Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:05:05.055Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:05:05.055Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:05:05.055Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:05:05.055Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:05:05.055Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T05:05:05.058Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T05:05:35.059Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa804c35-0a29-4c71-beb8-f961f36994d8 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-26T05:05:35.063Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa804c35-0a29-4c71-beb8-f961f36994d8 and serviceModelVersionId: e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b
2021-07-26T05:05:35.063Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c13cfd8-52db-441c-8559-90bbfe26b923
2021-07-26T05:05:35.064Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c13cfd8-52db-441c-8559-90bbfe26b923/model-vers/model-ver/e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b?depth=0
2021-07-26T05:05:35.067Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T05:05:35.090Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c13cfd8-52db-441c-8559-90bbfe26b923/model-vers/model-ver/e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b?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-26T05:05:35.090Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c13cfd8-52db-441c-8559-90bbfe26b923/model-vers/model-ver/e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b?depth=0|INFO|500||Invoke
2021-07-26T05:05:35.104Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c13cfd8-52db-441c-8559-90bbfe26b923/model-vers/model-ver/e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T05:05:35.354Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c13cfd8-52db-441c-8559-90bbfe26b923/model-vers/model-ver/e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b?depth=0|INFO|500||InvokeReturn
2021-07-26T05:05:35.354Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c13cfd8-52db-441c-8559-90bbfe26b923/model-vers/model-ver/e3b3e24a-c6c0-4d21-abc4-eb5750d97a7b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210726-05:05:35:111-69822], vertex-id=[323832], Content-Length=[0], Date=[Mon, 26 Jul 2021 05:05:35 GMT], Content-Type=[application/json]}
2021-07-26T05:05:35.354Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-07-26T05:05:35.354Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T05:05:35.354Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T05:05:35.358Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T05:05:35.358Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa804c35-0a29-4c71-beb8-f961f36994d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T05:05:35.358Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T05:05:35.358Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:05:35.360Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:05:35.360Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275935358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T05:05:35.460Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:05:35.461Z||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-26T05:05:35.461Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:05:35.472Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:05:35.472Z||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-26T05:05:36.370Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:05:36.371Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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-26T05:05:36.371Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:05:46.571Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:05:46.571Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:05:46.572Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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-26T05:05:46.572Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:05:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:05:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:05:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:05:53.105Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:05:53.105Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:05:53.105Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa804c35-0a29-4c71-beb8-f961f36994d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627275935358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T05:05:53.106Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:05:56.108Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:05:56.109Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:05:56.109Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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-26T05:05:56.109Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:06:05.653Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:06:05.654Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:06:05.654Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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-26T05:06:05.654Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:06:15.192Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:06:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:06:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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-26T05:06:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:06:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:06:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:06:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:07:02.024Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:07:02.028Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:07:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:07:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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-26T05:07:52.487Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:07:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:07:52.488Z||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-26T05:07:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:08:02.024Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:08:02.026Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:08:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:08:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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-26T05:08:52.487Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:08:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:08:52.488Z||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-26T05:08:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:09:02.029Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:09:02.030Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:09:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:09:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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-26T05:09:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:09:52.488Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:09:52.488Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T05:09:52.488Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:10:02.026Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:10:02.026Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:10:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:10:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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-26T05:10:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:10:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:10:52.488Z||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-26T05:10:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:11:02.026Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:11:02.027Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:11:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:11:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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-26T05:11:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:11:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:11:52.488Z||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-26T05:11:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:12:02.030Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:12:02.031Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:12:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:12:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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-26T05:12:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:12:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:12:52.488Z||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-26T05:12:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:13:02.030Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:13:02.031Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:13:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:13:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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-26T05:13:52.486Z|fa804c35-0a29-4c71-beb8-f961f36994d8|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:13:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:13:52.488Z||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-26T05:13:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:13:53.109Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:13:53.110Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.110Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f74fae4e-a2c3-4e33-92a0-e51f89961a1e","serviceName":"Demo_pNF_88hRNo4ZvRDEwNLJiwt5","serviceVersion":"1.0","serviceUUID":"81907f15-f116-4140-8d90-5d8a84ed6ab9","serviceDescription":"catalog service description","serviceInvariantUUID":"492b0fca-ef9b-47cd-a602-efac6d47cb9f","resources":[{"resourceInstanceName":"pNF 8dd15604-8b1b 0","resourceName":"pNF 8dd15604-8b1b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4fe9a4f3-3787-4a3a-8d40-8e57cf43c609","resourceInvariantUUID":"20a34dfd-31c7-4647-a0b6-50c2cf668b3b","resourceCustomizationUUID":"05265df6-6856-4d87-b687-e2c8bed51739","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vf-license-model.xml","artifactChecksum":"ZDVlOTM5MDJkODA5MjJlYzQ1MTM0ZWJjYjU0ZjZmMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86af30e3-02cd-4818-aff8-ba326da7bea9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/pNF.csar","artifactChecksum":"MmJlZDBiMjk5MzIyN2VkYTJkYjI1YzJmMWE2ZDdiZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e377b486-8877-4e1f-b5c7-1c8c9304dbd0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"80b062e5-afba-498c-986c-410ed27c04d8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjA3Nzk2MTkyNzRiMGM5Yjg3NmY4OTBiNjJkNmE2MWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"28bfbb90-65bf-4c23-aaec-709a48925841","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3a297ec-a34d-45cc-a078-28957876b71a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db8b0d23-819d-4282-93ef-12ced9a25f97","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf88hrno4zvrdewnljiwt5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-template.yml","artifactChecksum":"MTgzMzg0NzA3MTc4MmE0ZDdkY2M0ZTU2NDA5MDA4NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb6d0198-1a49-4ff2-85f8-4320ab7d5ecc","artifactVersion":"1"},{"artifactName":"service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar","artifactChecksum":"NWJlNTE2NDRiOTExYzFlZWYzZGNhMzU4NjUxMmFmYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"68629498-0852-4007-b76b-4dcf8c36351f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T05:13:53.111Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:13:53.112Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:13:53.114Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:13:53.114Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.114Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:13:53.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627276397050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627276396222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "clamp",
  "timestamp": 1627276403094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "cds",
  "timestamp": 1627276398744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627276399363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "policy-id",
  "timestamp": 1627276396374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "cds",
  "timestamp": 1627276398744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "clamp",
  "timestamp": 1627276403094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627276397050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627276396222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627276399363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "policy-id",
  "timestamp": 1627276396374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "cds",
  "timestamp": 1627276398744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627276396222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "clamp",
  "timestamp": 1627276403094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627276397050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627276399363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "policy-id",
  "timestamp": 1627276396374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "cds",
  "timestamp": 1627276398744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "clamp",
  "timestamp": 1627276403094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627276396222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627276397050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627276399363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "policy-id",
  "timestamp": 1627276396374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "cds",
  "timestamp": 1627276398744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627276396222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "clamp",
  "timestamp": 1627276403094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627276397050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627276399363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "policy-id",
  "timestamp": 1627276396374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "aai-ml",
  "timestamp": 1627276407418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "cds",
  "timestamp": 1627276398744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627276396222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627276397050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "clamp",
  "timestamp": 1627276403094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627276399363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "policy-id",
  "timestamp": 1627276396374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "aai-ml",
  "timestamp": 1627276407418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627276408588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "cds",
  "timestamp": 1627276398744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627276396222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627276397050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "clamp",
  "timestamp": 1627276403094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627276399363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "policy-id",
  "timestamp": 1627276396374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "aai-ml",
  "timestamp": 1627276407418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627276408588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "cds",
  "timestamp": 1627276398744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "dcae-sch",
  "timestamp": 1627276396222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627276397050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "clamp",
  "timestamp": 1627276403094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627276399363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "policy-id",
  "timestamp": 1627276396374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "aai-ml",
  "timestamp": 1627276407418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627276408588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "aai-ml",
  "timestamp": 1627276407418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627276408588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "cds",
  "timestamp": 1627276412864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627276412865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627276412875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "aai-ml",
  "timestamp": 1627276407418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "policy-id",
  "timestamp": 1627276413067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627276408588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "cds",
  "timestamp": 1627276413868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-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-26T05:13:53.142Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f74fae4e-a2c3-4e33-92a0-e51f89961a1e
2021-07-26T05:13:53.142Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74fae4e-a2c3-4e33-92a0-e51f89961a1e 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-26T05:13:53.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627276413897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T05:13:53.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:13:53.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "aai-ml",
  "timestamp": 1627276407418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "policy-id",
  "timestamp": 1627276414070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:13:53.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:13:53.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627276408588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627276414534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:13:53.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:13:53.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627276414900,
  "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-26T05:13:53.155Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f74fae4e-a2c3-4e33-92a0-e51f89961a1e
2021-07-26T05:13:53.155Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74fae4e-a2c3-4e33-92a0-e51f89961a1e 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-26T05:13:53.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "aai-ml",
  "timestamp": 1627276407418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:13:53.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "policy-id",
  "timestamp": 1627276415072,
  "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-26T05:13:53.167Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f74fae4e-a2c3-4e33-92a0-e51f89961a1e
2021-07-26T05:13:53.167Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74fae4e-a2c3-4e33-92a0-e51f89961a1e 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-26T05:13:53.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627276408588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:53.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627276415537,
  "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-26T05:13:53.180Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f74fae4e-a2c3-4e33-92a0-e51f89961a1e
2021-07-26T05:13:53.181Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74fae4e-a2c3-4e33-92a0-e51f89961a1e 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-26T05:13:53.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627276408588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:13:53.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:13:53.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "aai-ml",
  "timestamp": 1627276416579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:13:53.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:13:53.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "aai-ml",
  "timestamp": 1627276420978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:13:53.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:13:53.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "clamp",
  "timestamp": 1627276421026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:13:53.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:13:53.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "aai-ml",
  "timestamp": 1627276421981,
  "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-26T05:13:53.192Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f74fae4e-a2c3-4e33-92a0-e51f89961a1e
2021-07-26T05:13:53.192Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74fae4e-a2c3-4e33-92a0-e51f89961a1e 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-26T05:13:53.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "clamp",
  "timestamp": 1627276422047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:13:53.199Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:13:53.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:13:53.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "clamp",
  "timestamp": 1627276423050,
  "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-26T05:13:53.203Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f74fae4e-a2c3-4e33-92a0-e51f89961a1e
2021-07-26T05:13:53.203Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74fae4e-a2c3-4e33-92a0-e51f89961a1e 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-26T05:13:53.214Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:13:53.214Z||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-26T05:13:53.214Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:13:53.223Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:13:53.223Z||pool-168-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:13:54.114Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:13:54.115Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:13:54.116Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:13:54.116Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:54.216Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:13:54.217Z||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-26T05:13:54.217Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:13:54.225Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:13:54.226Z||pool-169-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:13:55.117Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:13:55.117Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:13:55.119Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:13:55.119Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:55.219Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:13:55.219Z||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-26T05:13:55.219Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:13:55.227Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:13:55.228Z||pool-170-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-26T05:13:56.119Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:13:56.120Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:13:56.121Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:13:56.121Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:56.221Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:13:56.222Z||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-26T05:13:56.222Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:13:56.230Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:13:56.230Z||pool-171-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:13:57.121Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:13:57.122Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:13:57.124Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:13:57.124Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:57.224Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:13:57.224Z||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-26T05:13:57.224Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:13:57.232Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:13:57.232Z||pool-172-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:13:58.124Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:13:58.125Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:13:58.126Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:13:58.126Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:58.226Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:13:58.227Z||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-26T05:13:58.227Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:13:58.235Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:13:58.235Z||pool-173-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:13:59.126Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:13:59.127Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:13:59.128Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:13:59.128Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:13:59.229Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:13:59.229Z||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-26T05:13:59.229Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:13:59.237Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:13:59.237Z||pool-174-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:14:00.129Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:14:00.129Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:14:00.131Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:14:00.131Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:14:00.231Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:14:00.232Z||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-26T05:14:00.232Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:14:00.240Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:14:00.240Z||pool-175-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:14:01.132Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "serviceName": "Demo_pNF_88hRNo4ZvRDEwNLJiwt5",
  "serviceVersion": "1.0",
  "serviceUUID": "81907f15-f116-4140-8d90-5d8a84ed6ab9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "492b0fca-ef9b-47cd-a602-efac6d47cb9f",
  "resources": [
    {
      "resourceInstanceName": "pNF 8dd15604-8b1b 0",
      "resourceCustomizationUUID": "05265df6-6856-4d87-b687-e2c8bed51739",
      "resourceName": "pNF 8dd15604-8b1b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4fe9a4f3-3787-4a3a-8d40-8e57cf43c609",
      "resourceInvariantUUID": "20a34dfd-31c7-4647-a0b6-50c2cf668b3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
      "artifactChecksum": "NWJlNTE2NDRiOTExYzFlZWYzZGNhMzU4NjUxMmFmYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "68629498-0852-4007-b76b-4dcf8c36351f"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T05:14:01.132Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T05:14:01.132Z|fa804c35-0a29-4c71-beb8-f961f36994d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 81907f15-f116-4140-8d90-5d8a84ed6ab9 ASDC
2021-07-26T05:14:01.133Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f74fae4e-a2c3-4e33-92a0-e51f89961a1e
ServiceName:Demo_pNF_88hRNo4ZvRDEwNLJiwt5
ServiceVersion:1.0
ServiceUUID:81907f15-f116-4140-8d90-5d8a84ed6ab9
ServiceInvariantUUID:492b0fca-ef9b-47cd-a602-efac6d47cb9f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
ArtifactUUID:68629498-0852-4007-b76b-4dcf8c36351f
ArtifactChecksum:NWJlNTE2NDRiOTExYzFlZWYzZGNhMzU4NjUxMmFmYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8dd15604-8b1b 0
ResourceCustomizationUUID:05265df6-6856-4d87-b687-e2c8bed51739
ResourceInvariantUUID:20a34dfd-31c7-4647-a0b6-50c2cf668b3b
ResourceName:pNF 8dd15604-8b1b
ResourceType:PNF
ResourceUUID:4fe9a4f3-3787-4a3a-8d40-8e57cf43c609
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-26T05:14:01.133Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81907f15-f116-4140-8d90-5d8a84ed6ab9 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-26T05:14:01.150Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T05:14:01.151Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-26T05:14:01.151Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-26T05:14:01.151Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 68629498-0852-4007-b76b-4dcf8c36351f from URL: /sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:01.151Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-26T05:14:01.152Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:02.142Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-26T05:14:02.144Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar 68629498-0852-4007-b76b-4dcf8c36351f 82540
2021-07-26T05:14:02.145Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar ASDC sendASDCNotification
2021-07-26T05:14:02.145Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:02.145Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T05:14:02.145Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:14:02.146Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:14:02.146Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276442145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:14:02.247Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:14:02.247Z||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-26T05:14:02.247Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:14:02.254Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:14:02.255Z||pool-176-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:14:03.147Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T05:14:03.147Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-26T05:14:03.148Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 68629498-0852-4007-b76b-4dcf8c36351f, URL: /sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar to file: /app/ASDC/1/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.148Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.148Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.148Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.223Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10919082122982776580/Definitions/service-DemoPnf88hrno4zvrdewnljiwt5-template.yml
2021-07-26T05:14:03.739Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8dd15604-8b1b 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-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_88hRNo4ZvRDEwNLJiwt5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:14:03.740Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Node template pNF 8dd15604-8b1b 0 is matching search criteria
2021-07-26T05:14:03.741Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-26T05:14:03.741Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8dd15604-8b1b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T05:14:03.741Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:14:03.741Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_88hRNo4ZvRDEwNLJiwt5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:14:03.741Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Node template pNF 8dd15604-8b1b 0 is matching search criteria
2021-07-26T05:14:03.741Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-26T05:14:03.741Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8dd15604-8b1b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T05:14:03.741Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:14:03.741Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_88hRNo4ZvRDEwNLJiwt5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:14:03.741Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:14:03.741Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_88hRNo4ZvRDEwNLJiwt5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:14:03.741Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:14:03.742Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_88hRNo4ZvRDEwNLJiwt5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:14:03.742Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:14:03.742Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_88hRNo4ZvRDEwNLJiwt5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:14:03.742Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:14:03.742Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_88hRNo4ZvRDEwNLJiwt5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:14:03.742Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_88hRNo4ZvRDEwNLJiwt5
Description:catalog service description
Model UUID:81907f15-f116-4140-8d90-5d8a84ed6ab9
Model Version:NULL
Model InvariantUuid:492b0fca-ef9b-47cd-a602-efac6d47cb9f
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-26T05:14:03.748Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4fe9a4f3-3787-4a3a-8d40-8e57cf43c609
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-26T05:14:03.750Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||pNF 8dd15604-8b1b 0
2021-07-26T05:14:03.750Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4fe9a4f3-3787-4a3a-8d40-8e57cf43c609
2021-07-26T05:14:03.750Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 81907f15-f116-4140-8d90-5d8a84ed6ab9
2021-07-26T05:14:03.750Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 81907f15-f116-4140-8d90-5d8a84ed6ab9
2021-07-26T05:14:03.750Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8dd15604-8b1b 0 4fe9a4f3-3787-4a3a-8d40-8e57cf43c609 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-26T05:14:03.753Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:14:03.753Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_88hRNo4ZvRDEwNLJiwt5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:14:03.753Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 81907f15-f116-4140-8d90-5d8a84ed6ab9: pNF 8dd15604-8b1b
2021-07-26T05:14:03.753Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||Processing PNF resource: 4fe9a4f3-3787-4a3a-8d40-8e57cf43c609
2021-07-26T05:14:03.753Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:14:03.753Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_88hRNo4ZvRDEwNLJiwt5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:14:03.753Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||Resource customization UUID: 05265df6-6856-4d87-b687-e2c8bed51739 is the same as notified resource customizationUUID: 05265df6-6856-4d87-b687-e2c8bed51739
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-26T05:14:03.773Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8dd15604-8b1b 4fe9a4f3-3787-4a3a-8d40-8e57cf43c609 0 ASDC deployResourceStructure
2021-07-26T05:14:03.773Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar ASDC sendASDCNotification
2021-07-26T05:14:03.773Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar
2021-07-26T05:14:03.773Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T05:14:03.774Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:14:03.775Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:14:03.775Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276443773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:14:03.875Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:14:03.876Z||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-26T05:14:03.876Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:14:03.883Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:14:03.884Z||pool-177-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-26T05:14:04.776Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f74fae4e-a2c3-4e33-92a0-e51f89961a1e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:14:04.785Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f74fae4e-a2c3-4e33-92a0-e51f89961a1e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:14:04.787Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T05:14:04.787Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T05:14:04.787Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T05:14:04.787Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T05:14:04.787Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:14:04.787Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:14:04.787Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:14:04.787Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:14:04.787Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:14:04.787Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:14:04.787Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:14:04.787Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T05:14:04.791Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T05:14:34.791Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f74fae4e-a2c3-4e33-92a0-e51f89961a1e 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-26T05:14:34.796Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f74fae4e-a2c3-4e33-92a0-e51f89961a1e and serviceModelVersionId: 81907f15-f116-4140-8d90-5d8a84ed6ab9
2021-07-26T05:14:34.796Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 492b0fca-ef9b-47cd-a602-efac6d47cb9f
2021-07-26T05:14:34.797Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/492b0fca-ef9b-47cd-a602-efac6d47cb9f/model-vers/model-ver/81907f15-f116-4140-8d90-5d8a84ed6ab9?depth=0
2021-07-26T05:14:34.801Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T05:14:34.834Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/492b0fca-ef9b-47cd-a602-efac6d47cb9f/model-vers/model-ver/81907f15-f116-4140-8d90-5d8a84ed6ab9?depth=0|INFO|500||Invoke
2021-07-26T05:14:34.834Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/492b0fca-ef9b-47cd-a602-efac6d47cb9f/model-vers/model-ver/81907f15-f116-4140-8d90-5d8a84ed6ab9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/492b0fca-ef9b-47cd-a602-efac6d47cb9f/model-vers/model-ver/81907f15-f116-4140-8d90-5d8a84ed6ab9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f74fae4e-a2c3-4e33-92a0-e51f89961a1e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d27187da-8bd4-4b42-82d9-75558915c010], X-ECOMP-RequestID=[f74fae4e-a2c3-4e33-92a0-e51f89961a1e], X-TransactionId=[], X-ONAP-RequestID=[f74fae4e-a2c3-4e33-92a0-e51f89961a1e], Content-Type=[application/merge-patch+json]}
2021-07-26T05:14:34.847Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/492b0fca-ef9b-47cd-a602-efac6d47cb9f/model-vers/model-ver/81907f15-f116-4140-8d90-5d8a84ed6ab9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T05:14:35.254Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/492b0fca-ef9b-47cd-a602-efac6d47cb9f/model-vers/model-ver/81907f15-f116-4140-8d90-5d8a84ed6ab9?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/492b0fca-ef9b-47cd-a602-efac6d47cb9f/model-vers/model-ver/81907f15-f116-4140-8d90-5d8a84ed6ab9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210726-05:14:34:853-20674], vertex-id=[237600], Content-Length=[0], Date=[Mon, 26 Jul 2021 05:14:34 GMT], Content-Type=[application/json]}
2021-07-26T05:14:35.254Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/492b0fca-ef9b-47cd-a602-efac6d47cb9f/model-vers/model-ver/81907f15-f116-4140-8d90-5d8a84ed6ab9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-26T05:14:35.255Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/492b0fca-ef9b-47cd-a602-efac6d47cb9f/model-vers/model-ver/81907f15-f116-4140-8d90-5d8a84ed6ab9?depth=0|INFO|500||InvokeReturn
2021-07-26T05:14:35.255Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T05:14:35.255Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T05:14:35.261Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T05:14:35.261Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f74fae4e-a2c3-4e33-92a0-e51f89961a1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T05:14:35.261Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T05:14:35.261Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:14:35.263Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:14:35.263Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276475261,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T05:14:35.363Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:14:35.363Z||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-26T05:14:35.363Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:14:35.375Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:14:35.375Z||pool-178-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-26T05:14:52.486Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:14:52.486Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|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-26T05:14:52.486Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:14:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:14:52.488Z||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-26T05:14:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:14:52.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:14:52.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:14:52.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:14:52.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:15:02.023Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:15:52.486Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:15:52.486Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|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-26T05:15:52.486Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:15:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:15:52.488Z||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-26T05:15:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:15:53.004Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:15:53.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:15:53.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:15:53.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:15:53.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:15:53.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:15:53.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:15:53.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/resourceInstances/pnf8dd156048b1b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276432486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276442145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:15:53.006Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:15:53.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:15:53.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276443773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf88hrno4zvrdewnljiwt5/1.0/artifacts/service-DemoPnf88hrno4zvrdewnljiwt5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:15:53.007Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:15:53.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-26T05:15:53.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74fae4e-a2c3-4e33-92a0-e51f89961a1e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627276475261,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T05:15:53.007Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:16:02.027Z|f74fae4e-a2c3-4e33-92a0-e51f89961a1e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:16:52.486Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:16:52.486Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:16:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:16:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:16:52.488Z||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-26T05:16:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:17:02.028Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:17:02.029Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:17:52.486Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:17:52.486Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:17:52.486Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:17:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:17:52.488Z||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-26T05:17:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:18:02.028Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:18:02.028Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:18:52.486Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:18:52.486Z||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-26T05:18:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:18:52.487Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:18:52.488Z|099c756a-0ee8-412a-b994-1c2cf201a501|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-26T05:18:52.488Z|099c756a-0ee8-412a-b994-1c2cf201a501|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:19:02.026Z|099c756a-0ee8-412a-b994-1c2cf201a501|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:19:02.031Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:19:52.486Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:19:52.486Z||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-26T05:19:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:19:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:19:52.488Z||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-26T05:19:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:20:02.033Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:20:02.035Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:20:52.486Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:20:52.486Z||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-26T05:20:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:20:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:20:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:20:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:21:02.024Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:21:02.027Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:21:52.486Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:21:52.486Z||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-26T05:21:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:21:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:21:52.488Z||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-26T05:21:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:22:02.051Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:22:02.052Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:22:52.486Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:22:52.486Z||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-26T05:22:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:22:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:22:52.488Z||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-26T05:22:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:23:02.032Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:23:02.039Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:23:52.486Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:23:52.486Z||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-26T05:23:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:23:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:23:52.488Z||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-26T05:23:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:24:02.026Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:24:02.026Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:24:52.486Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:24:52.486Z||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-26T05:24:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:24:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:24:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:24:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:25:02.029Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:25:02.029Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:25:52.486Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:25:52.486Z||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-26T05:25:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:25:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:25:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:25:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:25:53.112Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:25:53.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"81ac6ec2-38ff-4921-ba9d-015aeac5f591","serviceName":"Demo_pNF_CyQX6nKCkBDINqMKtibc","serviceVersion":"1.0","serviceUUID":"9109c7cf-8f8f-4649-af4d-27c9a42795bd","serviceDescription":"catalog service description","serviceInvariantUUID":"a480a4c5-581b-4a80-9748-9f5139351b99","resources":[{"resourceInstanceName":"pNF 0273b51f-ef2a 0","resourceName":"pNF 0273b51f-ef2a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8c54cb80-0d1a-415d-b4c5-6bdb8da9ac68","resourceInvariantUUID":"ea104c36-b510-4de6-85c9-2197c2d08704","resourceCustomizationUUID":"11560ed4-d2da-43c8-9a25-820b18b3dcee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vf-license-model.xml","artifactChecksum":"NzkyNzcyYjNkNTE0YjA3YmEwNmY3YTI2ZDEwOTAwZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"956f6c5c-deb2-482a-9357-833fa1ad2b69","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/pNF.csar","artifactChecksum":"MmJlZDBiMjk5MzIyN2VkYTJkYjI1YzJmMWE2ZDdiZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4ffb829d-5ea9-4fe5-bc01-bd7d2625434c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba014659-bd57-4e9a-a139-7b629eb857a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vendor-license-model.xml","artifactChecksum":"NGY0ZTczODIzNmYwMDZiMjJjNDc2NmEzZWRlMzAwOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3838c14-28c5-4d33-8842-1f417ac8ac21","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b95a837f-9741-4fc3-9bcf-e65f8a3b487b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d9ace11a-a460-45bc-ad8e-60aeb4f7fa47","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCyqx6nkckbdinqmktibc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-template.yml","artifactChecksum":"YzRjODYyNGE2YzIwM2VkZGY0YzNhZmI5ZmJhNDcwNTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c62068c-abac-4306-8cbf-cc50771d1eff","artifactVersion":"1"},{"artifactName":"service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar","artifactChecksum":"MGFmZjZmYjMwNDM3Yzk4ZTljYzAyZTUxZWE2Njk3OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"782eb60e-bc46-4a80-b5ee-845858d306b4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T05:25:53.113Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:25:53.114Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.114Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "cds",
  "timestamp": 1627277118744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.114Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:25:53.114Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.114Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.114Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:25:53.114Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627277117050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "dcae-sch",
  "timestamp": 1627277116222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627277119363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "policy-id",
  "timestamp": 1627277116374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "cds",
  "timestamp": 1627277118744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627277117050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "dcae-sch",
  "timestamp": 1627277116222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.115Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627277119363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "policy-id",
  "timestamp": 1627277116374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "cds",
  "timestamp": 1627277118744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627277117050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "dcae-sch",
  "timestamp": 1627277116222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.116Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.116Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627277119363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "policy-id",
  "timestamp": 1627277116374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.116Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627277117050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "cds",
  "timestamp": 1627277118744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "dcae-sch",
  "timestamp": 1627277116222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627277119363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "policy-id",
  "timestamp": 1627277116374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "clamp",
  "timestamp": 1627277123095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627277117050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "cds",
  "timestamp": 1627277118744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.117Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "dcae-sch",
  "timestamp": 1627277116222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627277119363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "policy-id",
  "timestamp": 1627277116374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "clamp",
  "timestamp": 1627277123095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "cds",
  "timestamp": 1627277118744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627277117050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "dcae-sch",
  "timestamp": 1627277116222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.118Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627277119363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "policy-id",
  "timestamp": 1627277116374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "clamp",
  "timestamp": 1627277123095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "cds",
  "timestamp": 1627277118744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627277117050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "dcae-sch",
  "timestamp": 1627277116222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627277119363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.119Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "policy-id",
  "timestamp": 1627277116374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "clamp",
  "timestamp": 1627277123095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "cds",
  "timestamp": 1627277118744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627277117050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "dcae-sch",
  "timestamp": 1627277116222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627277119363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "policy-id",
  "timestamp": 1627277116374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.120Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "clamp",
  "timestamp": 1627277123095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "aai-ml",
  "timestamp": 1627277127418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "clamp",
  "timestamp": 1627277123095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "policy-id",
  "timestamp": 1627277128891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "aai-ml",
  "timestamp": 1627277127418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627277129085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "cds",
  "timestamp": 1627277129081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627277129189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:25:53.121Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627277128588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "clamp",
  "timestamp": 1627277123095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "policy-id",
  "timestamp": 1627277129895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "aai-ml",
  "timestamp": 1627277127418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.122Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "cds",
  "timestamp": 1627277130084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-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-26T05:25:53.134Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81ac6ec2-38ff-4921-ba9d-015aeac5f591
2021-07-26T05:25:53.134Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ac6ec2-38ff-4921-ba9d-015aeac5f591 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-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627277130095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627277128588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "clamp",
  "timestamp": 1627277123095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627277130828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.140Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "policy-id",
  "timestamp": 1627277130897,
  "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-26T05:25:53.143Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81ac6ec2-38ff-4921-ba9d-015aeac5f591
2021-07-26T05:25:53.144Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ac6ec2-38ff-4921-ba9d-015aeac5f591 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-26T05:25:53.149Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.149Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "aai-ml",
  "timestamp": 1627277127418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.149Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.149Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.149Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1627277131097,
  "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-26T05:25:53.152Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 81ac6ec2-38ff-4921-ba9d-015aeac5f591
2021-07-26T05:25:53.152Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ac6ec2-38ff-4921-ba9d-015aeac5f591 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-26T05:25:53.159Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.159Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627277128588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.159Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.159Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.159Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1627277131831,
  "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-26T05:25:53.162Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81ac6ec2-38ff-4921-ba9d-015aeac5f591
2021-07-26T05:25:53.162Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ac6ec2-38ff-4921-ba9d-015aeac5f591 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-26T05:25:53.168Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.168Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "aai-ml",
  "timestamp": 1627277127418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.168Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.168Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.168Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627277128588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "aai-ml",
  "timestamp": 1627277127418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627277128588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "aai-ml",
  "timestamp": 1627277127418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627277128588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "aai-ml",
  "timestamp": 1627277127418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.169Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627277128588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1627277128588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "aai-ml",
  "timestamp": 1627277136656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "clamp",
  "timestamp": 1627277137144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "clamp",
  "timestamp": 1627277139152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.170Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "clamp",
  "timestamp": 1627277140155,
  "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-26T05:25:53.174Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81ac6ec2-38ff-4921-ba9d-015aeac5f591
2021-07-26T05:25:53.174Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ac6ec2-38ff-4921-ba9d-015aeac5f591 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-26T05:25:53.181Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.181Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "aai-ml",
  "timestamp": 1627277140539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:25:53.182Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:25:53.182Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:25:53.182Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "aai-ml",
  "timestamp": 1627277141542,
  "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-26T05:25:53.185Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81ac6ec2-38ff-4921-ba9d-015aeac5f591
2021-07-26T05:25:53.185Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ac6ec2-38ff-4921-ba9d-015aeac5f591 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-26T05:25:53.216Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:25:53.217Z||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-26T05:25:53.217Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:25:53.225Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:25:53.225Z||pool-179-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:25:54.117Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:25:54.118Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:25:54.122Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:25:54.122Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:54.222Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:25:54.223Z||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-26T05:25:54.223Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:25:54.231Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:25:54.231Z||pool-180-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:25:55.123Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:25:55.124Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:25:55.125Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:25:55.125Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:55.225Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:25:55.226Z||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-26T05:25:55.226Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:25:55.233Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:25:55.233Z||pool-181-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:25:56.126Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:25:56.126Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:25:56.127Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:25:56.128Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:56.228Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:25:56.228Z||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-26T05:25:56.228Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:25:56.234Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:25:56.234Z||pool-182-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:25:57.128Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:25:57.128Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:25:57.130Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:25:57.130Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:57.230Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:25:57.230Z||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-26T05:25:57.231Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:25:57.238Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:25:57.238Z||pool-183-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-26T05:25:58.130Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:25:58.131Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:25:58.132Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:25:58.132Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:58.232Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:25:58.233Z||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-26T05:25:58.233Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:25:58.239Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:25:58.239Z||pool-184-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2021-07-26T05:25:59.132Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:25:59.133Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:25:59.134Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:25:59.134Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:25:59.235Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T05:25:59.235Z||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-26T05:25:59.235Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:25:59.243Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:25:59.244Z||pool-185-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-26T05:26:00.135Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T05:26:00.135Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:26:00.137Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:26:00.137Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:26:00.237Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:26:00.238Z||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-26T05:26:00.238Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:26:00.246Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:26:00.246Z||pool-186-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:26:01.137Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "serviceName": "Demo_pNF_CyQX6nKCkBDINqMKtibc",
  "serviceVersion": "1.0",
  "serviceUUID": "9109c7cf-8f8f-4649-af4d-27c9a42795bd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a480a4c5-581b-4a80-9748-9f5139351b99",
  "resources": [
    {
      "resourceInstanceName": "pNF 0273b51f-ef2a 0",
      "resourceCustomizationUUID": "11560ed4-d2da-43c8-9a25-820b18b3dcee",
      "resourceName": "pNF 0273b51f-ef2a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8c54cb80-0d1a-415d-b4c5-6bdb8da9ac68",
      "resourceInvariantUUID": "ea104c36-b510-4de6-85c9-2197c2d08704",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
      "artifactChecksum": "MGFmZjZmYjMwNDM3Yzk4ZTljYzAyZTUxZWE2Njk3OGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "782eb60e-bc46-4a80-b5ee-845858d306b4"
    }
  ],
  "workloadContext": "Production"
}
2021-07-26T05:26:01.138Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T05:26:01.138Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9109c7cf-8f8f-4649-af4d-27c9a42795bd ASDC
2021-07-26T05:26:01.138Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:81ac6ec2-38ff-4921-ba9d-015aeac5f591
ServiceName:Demo_pNF_CyQX6nKCkBDINqMKtibc
ServiceVersion:1.0
ServiceUUID:9109c7cf-8f8f-4649-af4d-27c9a42795bd
ServiceInvariantUUID:a480a4c5-581b-4a80-9748-9f5139351b99
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
ArtifactUUID:782eb60e-bc46-4a80-b5ee-845858d306b4
ArtifactChecksum:MGFmZjZmYjMwNDM3Yzk4ZTljYzAyZTUxZWE2Njk3OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0273b51f-ef2a 0
ResourceCustomizationUUID:11560ed4-d2da-43c8-9a25-820b18b3dcee
ResourceInvariantUUID:ea104c36-b510-4de6-85c9-2197c2d08704
ResourceName:pNF 0273b51f-ef2a
ResourceType:PNF
ResourceUUID:8c54cb80-0d1a-415d-b4c5-6bdb8da9ac68
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-26T05:26:01.138Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9109c7cf-8f8f-4649-af4d-27c9a42795bd 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-26T05:26:01.159Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T05:26:01.159Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-26T05:26:01.159Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-26T05:26:01.160Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 782eb60e-bc46-4a80-b5ee-845858d306b4 from URL: /sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:01.160Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-26T05:26:01.160Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:02.378Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-26T05:26:02.380Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar 782eb60e-bc46-4a80-b5ee-845858d306b4 82541
2021-07-26T05:26:02.380Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar ASDC sendASDCNotification
2021-07-26T05:26:02.381Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:02.381Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T05:26:02.381Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:26:02.382Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:26:02.382Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277162380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:26:02.482Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:26:02.483Z||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-26T05:26:02.483Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:26:02.492Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:26:02.492Z||pool-187-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:26:03.382Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T05:26:03.383Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-26T05:26:03.384Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 782eb60e-bc46-4a80-b5ee-845858d306b4, URL: /sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar to file: /app/ASDC/1/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:03.384Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:03.384Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:03.384Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:03.462Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5697011845533753997/Definitions/service-DemoPnfCyqx6nkckbdinqmktibc-template.yml
2021-07-26T05:26:04.005Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T05:26:04.005Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-26T05:26:04.005Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:04.005Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-26T05:26:04.005Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0273b51f-ef2a 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-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CyQX6nKCkBDINqMKtibc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Node template pNF 0273b51f-ef2a 0 is matching search criteria
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0273b51f-ef2a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T05:26:04.006Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CyQX6nKCkBDINqMKtibc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Node template pNF 0273b51f-ef2a 0 is matching search criteria
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0273b51f-ef2a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CyQX6nKCkBDINqMKtibc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CyQX6nKCkBDINqMKtibc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CyQX6nKCkBDINqMKtibc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CyQX6nKCkBDINqMKtibc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:26:04.007Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CyQX6nKCkBDINqMKtibc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:26:04.008Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_CyQX6nKCkBDINqMKtibc
Description:catalog service description
Model UUID:9109c7cf-8f8f-4649-af4d-27c9a42795bd
Model Version:NULL
Model InvariantUuid:a480a4c5-581b-4a80-9748-9f5139351b99
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-26T05:26:04.012Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8c54cb80-0d1a-415d-b4c5-6bdb8da9ac68
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-26T05:26:04.013Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||pNF 0273b51f-ef2a 0
2021-07-26T05:26:04.014Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8c54cb80-0d1a-415d-b4c5-6bdb8da9ac68
2021-07-26T05:26:04.014Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 9109c7cf-8f8f-4649-af4d-27c9a42795bd
2021-07-26T05:26:04.014Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9109c7cf-8f8f-4649-af4d-27c9a42795bd
2021-07-26T05:26:04.014Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0273b51f-ef2a 0 8c54cb80-0d1a-415d-b4c5-6bdb8da9ac68 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-26T05:26:04.016Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:26:04.016Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CyQX6nKCkBDINqMKtibc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:26:04.017Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9109c7cf-8f8f-4649-af4d-27c9a42795bd: pNF 0273b51f-ef2a
2021-07-26T05:26:04.017Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||Processing PNF resource: 8c54cb80-0d1a-415d-b4c5-6bdb8da9ac68
2021-07-26T05:26:04.017Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-26T05:26:04.017Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CyQX6nKCkBDINqMKtibc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T05:26:04.017Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||Resource customization UUID: 11560ed4-d2da-43c8-9a25-820b18b3dcee is the same as notified resource customizationUUID: 11560ed4-d2da-43c8-9a25-820b18b3dcee
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-26T05:26:04.037Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0273b51f-ef2a 8c54cb80-0d1a-415d-b4c5-6bdb8da9ac68 0 ASDC deployResourceStructure
2021-07-26T05:26:04.037Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar ASDC sendASDCNotification
2021-07-26T05:26:04.037Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar
2021-07-26T05:26:04.037Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T05:26:04.037Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:26:04.038Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:26:04.038Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277164037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:26:04.139Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:26:04.139Z||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-26T05:26:04.139Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:26:04.146Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:26:04.147Z||pool-188-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T05:26:05.039Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81ac6ec2-38ff-4921-ba9d-015aeac5f591
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T05:26:05.046Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81ac6ec2-38ff-4921-ba9d-015aeac5f591
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T05:26:05.048Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T05:26:05.048Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T05:26:05.048Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T05:26:05.049Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T05:26:05.049Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:26:05.049Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:26:05.049Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:26:05.049Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:26:05.049Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:26:05.049Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:26:05.049Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-26T05:26:05.049Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-26T05:26:05.052Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T05:26:35.053Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81ac6ec2-38ff-4921-ba9d-015aeac5f591 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-26T05:26:35.056Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81ac6ec2-38ff-4921-ba9d-015aeac5f591 and serviceModelVersionId: 9109c7cf-8f8f-4649-af4d-27c9a42795bd
2021-07-26T05:26:35.056Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a480a4c5-581b-4a80-9748-9f5139351b99
2021-07-26T05:26:35.057Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a480a4c5-581b-4a80-9748-9f5139351b99/model-vers/model-ver/9109c7cf-8f8f-4649-af4d-27c9a42795bd?depth=0
2021-07-26T05:26:35.060Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T05:26:35.082Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a480a4c5-581b-4a80-9748-9f5139351b99/model-vers/model-ver/9109c7cf-8f8f-4649-af4d-27c9a42795bd?depth=0|INFO|500||Invoke
2021-07-26T05:26:35.083Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a480a4c5-581b-4a80-9748-9f5139351b99/model-vers/model-ver/9109c7cf-8f8f-4649-af4d-27c9a42795bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a480a4c5-581b-4a80-9748-9f5139351b99/model-vers/model-ver/9109c7cf-8f8f-4649-af4d-27c9a42795bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[81ac6ec2-38ff-4921-ba9d-015aeac5f591], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7b5161cd-d423-4f35-83a3-f27678f6e179], X-ECOMP-RequestID=[81ac6ec2-38ff-4921-ba9d-015aeac5f591], X-TransactionId=[], X-ONAP-RequestID=[81ac6ec2-38ff-4921-ba9d-015aeac5f591], Content-Type=[application/merge-patch+json]}
2021-07-26T05:26:35.096Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a480a4c5-581b-4a80-9748-9f5139351b99/model-vers/model-ver/9109c7cf-8f8f-4649-af4d-27c9a42795bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-26T05:26:35.454Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a480a4c5-581b-4a80-9748-9f5139351b99/model-vers/model-ver/9109c7cf-8f8f-4649-af4d-27c9a42795bd?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/a480a4c5-581b-4a80-9748-9f5139351b99/model-vers/model-ver/9109c7cf-8f8f-4649-af4d-27c9a42795bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210726-05:26:35:102-7050], vertex-id=[336120], Content-Length=[0], Date=[Mon, 26 Jul 2021 05:26:35 GMT], Content-Type=[application/json]}
2021-07-26T05:26:35.454Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a480a4c5-581b-4a80-9748-9f5139351b99/model-vers/model-ver/9109c7cf-8f8f-4649-af4d-27c9a42795bd?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-26T05:26:35.454Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a480a4c5-581b-4a80-9748-9f5139351b99/model-vers/model-ver/9109c7cf-8f8f-4649-af4d-27c9a42795bd?depth=0|INFO|500||InvokeReturn
2021-07-26T05:26:35.455Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T05:26:35.455Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-26T05:26:35.458Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-26T05:26:35.458Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81ac6ec2-38ff-4921-ba9d-015aeac5f591 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T05:26:35.458Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T05:26:35.459Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-26T05:26:35.460Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T05:26:35.460Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277195458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T05:26:35.560Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T05:26:35.561Z||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-26T05:26:35.561Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:26:35.572Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:26:35.572Z||pool-189-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-26T05:26:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:26:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-26T05:26:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:26:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:26:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:26:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:26:52.602Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:26:52.603Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:26:52.603Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:26:52.603Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:27:02.023Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:27:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:27:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-26T05:27:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:27:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:27:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:27:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:27:53.006Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:27:53.006Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/resourceInstances/pnf0273b51fef2a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:27:53.007Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277152486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "NOTIFIED"
}
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277162380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277164037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCyqx6nkckbdinqmktibc/1.0/artifacts/service-DemoPnfCyqx6nkckbdinqmktibc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81ac6ec2-38ff-4921-ba9d-015aeac5f591",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1627277195458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T05:27:53.008Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T05:28:02.031Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:28:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:28:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-26T05:28:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:28:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:28:52.488Z||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-26T05:28:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:29:02.045Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:29:02.051Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:29:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:29:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-26T05:29:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:29:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:29:52.488Z||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-26T05:29:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:30:02.029Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:30:02.031Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:30:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:30:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-26T05:30:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:30:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:30:52.488Z||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-26T05:30:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:31:02.026Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:31:02.026Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:31:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:31:52.486Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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-26T05:31:52.487Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:31:52.487Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T05:31:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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-26T05:31:52.488Z|89b75205-85b8-493a-ae43-0a713e9d9d58|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T05:32:02.028Z|89b75205-85b8-493a-ae43-0a713e9d9d58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-26T05:32:02.029Z|81ac6ec2-38ff-4921-ba9d-015aeac5f591|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK