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-09-04T02:01:25.156Z||main|||||INFO|500||The following profiles are active: basic
2021-09-04T02:01:33.923Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-04T02:01:33.924Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-04T02:01:34.012Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-04T02:01:36.099Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-04T02:01:36.247Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-04T02:01:36.616Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-04T02:01:36.622Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-04T02:01:36.694Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-04T02:01:36.802Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-04T02:01:37.156Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-04T02:01:37.964Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-04T02:01:39.793Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-04T02:01:39.842Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-04T02:01:40.304Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-04T02:01:40.536Z||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-09-04T02:01:41.604Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-04T02:01:42.514Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-04T02:01:42.528Z||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$$7fa680a9.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-09-04T02:01:42.529Z||main|||||WARN|500||The sdc end point is not alive
2021-09-04T02:01:45.119Z||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-09-04T02:01:47.669Z||main|||||WARN|500||---
2021-09-04T02:01:47.670Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-04T02:01:47.671Z||main|||||WARN|500||---
2021-09-04T02:01:48.066Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-04T02:01:52.361Z||main|||||INFO|500||Started Application in 31.094 seconds (JVM running for 32.16)
2021-09-04T02:01:52.392Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-04T02:01:52.393Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-04T02:01:52.403Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-04T02:01:52.424Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-04T02:01:52.496Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3abef88d-d878-42df-809a-06cf164bceae url= /sdc/v1/artifactTypes
2021-09-04T02:01:52.497Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-04T02:01:52.733Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-04T02:01:52.749Z||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-09-04T02:01:52.768Z||scheduling-1|||||DEBUG|500||create keys
2021-09-04T02:01:52.775Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-04T02:01:52.797Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:01:52.813Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1e07ef99-4fd9-4d58-a80c-7206d7e84a5c url= /sdc/v1/registerForDistribution
2021-09-04T02:01:52.896Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1e07ef99-4fd9-4d58-a80c-7206d7e84a5c url= /sdc/v1/registerForDistribution
2021-09-04T02:01:52.897Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-04T02:01:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:01:52.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:01:52.910Z||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-09-04T02:01:52.910Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:01:52.910Z||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-09-04T02:01:52.911Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:01:52.912Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-04T02:02:03.141Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:02:03.145Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:02:52.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:02:52.905Z||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-09-04T02:02:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:02:52.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:02:52.908Z||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-09-04T02:02:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:03:02.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:03:02.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:03:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:03:52.905Z||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-09-04T02:03:52.906Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:03:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:03:52.907Z||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-09-04T02:03:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:04:02.460Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:04:02.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:04:52.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:04:52.905Z||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-09-04T02:04:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:04:52.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:04:52.908Z||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-09-04T02:04:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:05:02.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:05:02.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:05:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:05:52.905Z||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-09-04T02:05:52.906Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:05:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:05:52.908Z||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-09-04T02:05:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:06:02.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:06:02.454Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:06:52.905Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:06:52.906Z||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-09-04T02:06:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:06:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:06:52.908Z||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-09-04T02:06:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:07:02.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:07:02.454Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:07:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:07:52.906Z||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-09-04T02:07:52.906Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:07:52.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:07:52.907Z||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-09-04T02:07:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:08:02.455Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:08:02.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:08:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:08:52.906Z||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-09-04T02:08:52.906Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:08:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:08:52.908Z||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-09-04T02:08:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:09:02.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:09:02.455Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:09:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:09:52.905Z||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-09-04T02:09:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:09:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:09:52.907Z||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-09-04T02:09:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:10:02.459Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:10:02.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:10:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:10:52.905Z||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-09-04T02:10:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:10:52.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:10:52.907Z||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-09-04T02:10:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:11:02.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:11:02.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:11:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:11:52.905Z||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-09-04T02:11:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:11:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:11:52.907Z||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-09-04T02:11:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:11:58.063Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-04T02:12:02.452Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:12:02.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:12:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:12:52.905Z||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-09-04T02:12:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:12:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:12:52.907Z||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-09-04T02:12:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:13:02.454Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:13:02.459Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:13:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:13:52.905Z||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-09-04T02:13:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:13:52.907Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:13:52.908Z||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-09-04T02:13:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:14:02.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:14:02.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:14:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:14:52.905Z||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-09-04T02:14:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:14:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:14:52.907Z||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-09-04T02:14:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:15:02.447Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:15:02.447Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:15:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:15:52.905Z||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-09-04T02:15:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:15:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:15:52.907Z||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-09-04T02:15:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:16:02.447Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:16:02.448Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:16:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:16:52.905Z||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-09-04T02:16:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:16:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:16:52.907Z||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-09-04T02:16:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:17:02.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:17:02.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:17:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:17:52.905Z||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-09-04T02:17:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:17:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:17:52.907Z||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-09-04T02:17:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:18:02.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:18:02.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:18:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:18:52.905Z||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-09-04T02:18:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:18:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:18:52.907Z||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-09-04T02:18:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:19:02.455Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:19:02.457Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:19:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:19:52.905Z||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-09-04T02:19:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:19:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:19:52.907Z||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-09-04T02:19:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:20:02.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:20:02.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:20:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:20:52.905Z||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-09-04T02:20:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:20:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:20:52.907Z||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-09-04T02:20:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:21:02.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:21:02.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:21:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:21:52.905Z||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-09-04T02:21:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:21:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:21:52.907Z||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-09-04T02:21:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:22:02.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:22:02.457Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:22:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:22:52.905Z||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-09-04T02:22:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:22:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:22:52.907Z||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-09-04T02:22:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:23:02.471Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:23:02.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:23:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:23:52.905Z||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-09-04T02:23:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:23:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:23:52.907Z||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-09-04T02:23:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:24:02.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:24:02.452Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:24:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:24:52.905Z||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-09-04T02:24:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:24:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:24:52.907Z||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-09-04T02:24:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:25:02.450Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:25:02.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:25:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:25:52.905Z||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-09-04T02:25:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:25:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:25:52.907Z||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-09-04T02:25:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:26:02.453Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:26:02.454Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:26:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:26:52.905Z||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-09-04T02:26:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:26:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:26:52.907Z||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-09-04T02:26:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:27:02.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:27:02.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:27:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:27:52.905Z||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-09-04T02:27:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:27:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:27:52.907Z||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-09-04T02:27:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:28:02.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:28:02.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:28:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:28:52.905Z||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-09-04T02:28:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:28:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:28:52.907Z||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-09-04T02:28:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:29:02.452Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:29:02.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:29:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:29:52.905Z||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-09-04T02:29:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:29:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:29:52.907Z||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-09-04T02:29:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:30:02.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:30:02.450Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:30:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:30:52.905Z||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-09-04T02:30:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:30:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:30:52.907Z||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-09-04T02:30:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:31:02.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:31:02.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:31:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:31:52.905Z||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-09-04T02:31:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:31:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:31:52.907Z||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-09-04T02:31:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:32:02.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:32:02.453Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:32:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:32:52.905Z||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-09-04T02:32:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:32:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:32:52.907Z||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-09-04T02:32:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:33:02.445Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:33:02.452Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:33:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:33:52.905Z||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-09-04T02:33:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:33:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:33:52.907Z||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-09-04T02:33:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:34:02.449Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:34:02.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:34:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:34:52.905Z||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-09-04T02:34:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:34:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:34:52.907Z||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-09-04T02:34:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:35:02.452Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:35:02.454Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:35:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:35:52.905Z||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-09-04T02:35:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:35:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:35:52.907Z||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-09-04T02:35:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:36:02.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:36:02.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:36:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:36:52.905Z||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-09-04T02:36:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:36:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:36:52.907Z||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-09-04T02:36:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:37:02.447Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:37:02.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:37:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:37:52.905Z||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-09-04T02:37:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:37:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:37:52.907Z||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-09-04T02:37:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:38:02.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:38:02.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:38:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:38:52.905Z||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-09-04T02:38:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:38:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:38:52.907Z||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-09-04T02:38:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:39:02.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:39:02.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:39:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:39:52.905Z||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-09-04T02:39:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:39:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:39:52.907Z||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-09-04T02:39:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:40:02.445Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:40:02.447Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:40:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:40:52.905Z||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-09-04T02:40:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:40:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:40:52.907Z||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-09-04T02:40:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:41:02.471Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:41:02.472Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:41:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:41:52.905Z||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-09-04T02:41:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:41:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:41:52.907Z||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-09-04T02:41:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:42:02.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:42:02.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:42:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:42:52.905Z||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-09-04T02:42:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:42:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:42:52.907Z||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-09-04T02:42:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:43:02.454Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:43:02.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:43:52.905Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:43:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:43:52.906Z||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-09-04T02:43:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:43:52.907Z||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-09-04T02:43:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:44:02.452Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:44:02.454Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:44:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:44:52.905Z||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-09-04T02:44:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:44:52.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:44:52.907Z||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-09-04T02:44:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:45:02.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:45:02.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:45:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:45:52.905Z||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-09-04T02:45:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:45:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:45:52.907Z||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-09-04T02:45:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:46:02.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:46:02.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:46:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:46:52.905Z||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-09-04T02:46:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:46:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:46:52.907Z||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-09-04T02:46:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:47:02.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:47:02.452Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:47:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:47:52.905Z||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-09-04T02:47:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:47:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:47:52.907Z||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-09-04T02:47:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:48:02.446Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:48:02.448Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:48:52.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:48:52.905Z||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-09-04T02:48:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:48:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:48:52.907Z||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-09-04T02:48:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:49:02.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:49:02.448Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:49:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:49:52.905Z||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-09-04T02:49:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:49:52.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:49:52.907Z||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-09-04T02:49:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:50:02.452Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:50:02.453Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:50:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:50:52.905Z||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-09-04T02:50:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:50:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:50:52.907Z||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-09-04T02:50:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:51:02.452Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:51:02.453Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:51:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:51:52.905Z||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-09-04T02:51:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:51:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:51:52.907Z||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-09-04T02:51:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:52:02.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:52:02.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:52:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:52:52.905Z||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-09-04T02:52:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:52:52.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:52:52.907Z||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-09-04T02:52:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:53:02.454Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:53:02.454Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:53:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:53:52.905Z||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-09-04T02:53:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:53:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:53:52.907Z||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-09-04T02:53:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:54:02.451Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:54:02.451Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:54:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:54:52.905Z||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-09-04T02:54:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:54:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:54:52.907Z||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-09-04T02:54:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:55:02.452Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:55:02.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:55:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:55:52.905Z||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-09-04T02:55:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:55:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:55:52.907Z||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-09-04T02:55:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:56:02.440Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:56:02.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:56:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:56:52.905Z||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-09-04T02:56:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:56:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:56:52.907Z||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-09-04T02:56:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:57:02.457Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:57:02.457Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:57:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:57:52.905Z||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-09-04T02:57:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:57:52.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:57:52.908Z||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-09-04T02:57:52.909Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:58:02.456Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:58:02.456Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:58:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:58:52.905Z||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-09-04T02:58:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:58:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:58:52.907Z||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-09-04T02:58:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:59:02.451Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:59:02.452Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T02:59:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:59:52.905Z||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-09-04T02:59:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T02:59:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T02:59:52.907Z||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-09-04T02:59:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:00:02.452Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:00:02.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:00:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:00:52.905Z||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-09-04T03:00:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:00:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:00:52.907Z||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-09-04T03:00:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:01:02.453Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:01:02.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:01:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:01:52.905Z||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-09-04T03:01:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:01:52.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:01:52.907Z||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-09-04T03:01:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:02:02.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:02:02.446Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:02:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:02:52.905Z||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-09-04T03:02:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:02:52.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:02:52.907Z||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-09-04T03:02:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:03:02.453Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:03:02.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:03:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:03:52.905Z||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-09-04T03:03:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:03:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:03:52.907Z||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-09-04T03:03:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:04:02.451Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:04:02.452Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:04:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:04:52.905Z||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-09-04T03:04:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:04:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:04:52.907Z||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-09-04T03:04:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:05:02.452Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:05:02.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:05:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:05:52.905Z||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-09-04T03:05:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:05:52.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:05:52.908Z||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-09-04T03:05:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:06:02.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:06:02.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:06:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:06:52.905Z||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-09-04T03:06:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:06:52.906Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:06:52.907Z||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-09-04T03:06:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:07:02.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:07:02.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:07:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:07:52.905Z||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-09-04T03:07:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:07:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:07:52.907Z||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-09-04T03:07:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:08:02.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:08:02.451Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:08:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:08:52.905Z||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-09-04T03:08:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:08:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:08:52.907Z||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-09-04T03:08:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:09:02.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:09:02.453Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:09:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:09:52.905Z||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-09-04T03:09:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:09:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:09:52.907Z||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-09-04T03:09:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:10:02.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:10:02.450Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:10:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:10:52.905Z||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-09-04T03:10:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:10:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:10:52.907Z||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-09-04T03:10:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:11:02.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:11:02.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:11:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:11:52.905Z||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-09-04T03:11:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:11:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:11:52.907Z||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-09-04T03:11:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:12:02.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:12:02.451Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:12:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:12:52.905Z||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-09-04T03:12:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:12:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:12:52.907Z||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-09-04T03:12:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:13:02.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:13:02.451Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:13:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:13:52.905Z||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-09-04T03:13:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:13:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:13:52.907Z||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-09-04T03:13:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:14:02.443Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:14:02.445Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:14:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:14:52.905Z||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-09-04T03:14:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:14:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:14:52.907Z||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-09-04T03:14:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:15:02.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:15:02.448Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:15:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:15:52.905Z||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-09-04T03:15:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:15:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:15:52.907Z||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-09-04T03:15:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:16:02.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:16:02.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:16:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:16:52.905Z||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-09-04T03:16:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:16:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:16:52.907Z||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-09-04T03:16:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:17:02.446Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:17:02.446Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:17:52.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:17:52.905Z||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-09-04T03:17:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:17:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:17:52.907Z||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-09-04T03:17:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:18:02.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:18:02.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:18:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:18:52.905Z||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-09-04T03:18:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:18:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:18:52.907Z||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-09-04T03:18:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:19:02.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:19:02.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:19:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:19:52.905Z||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-09-04T03:19:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:19:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:19:52.907Z||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-09-04T03:19:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:20:02.447Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:20:02.451Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:20:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:20:52.905Z||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-09-04T03:20:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:20:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:20:52.907Z||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-09-04T03:20:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:21:02.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:21:02.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:21:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:21:52.905Z||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-09-04T03:21:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:21:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:21:52.907Z||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-09-04T03:21:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:22:02.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:22:02.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:22:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:22:52.905Z||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-09-04T03:22:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:22:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:22:52.907Z||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-09-04T03:22:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:23:02.451Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:23:02.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:23:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:23:52.905Z||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-09-04T03:23:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:23:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:23:52.907Z||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-09-04T03:23:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:24:02.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:24:02.446Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:24:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:24:52.905Z||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-09-04T03:24:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:24:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:24:52.907Z||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-09-04T03:24:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:25:02.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:25:02.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:25:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:25:52.905Z||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-09-04T03:25:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:25:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:25:52.907Z||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-09-04T03:25:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:26:02.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:26:02.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:26:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:26:52.905Z||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-09-04T03:26:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:26:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:26:52.907Z||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-09-04T03:26:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:27:02.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:27:02.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:27:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:27:52.905Z||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-09-04T03:27:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:27:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:27:52.907Z||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-09-04T03:27:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:28:02.447Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:28:02.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:28:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:28:52.905Z||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-09-04T03:28:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:28:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:28:52.907Z||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-09-04T03:28:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:29:02.447Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:29:02.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:29:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:29:52.905Z||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-09-04T03:29:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:29:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:29:52.907Z||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-09-04T03:29:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:30:02.443Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:30:02.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:30:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:30:52.905Z||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-09-04T03:30:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:30:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:30:52.907Z||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-09-04T03:30:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:31:02.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:31:02.452Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:31:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:31:52.905Z||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-09-04T03:31:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:31:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:31:52.907Z||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-09-04T03:31:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:32:02.447Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:32:02.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:32:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:32:52.905Z||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-09-04T03:32:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:32:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:32:52.907Z||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-09-04T03:32:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:33:02.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:33:02.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:33:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:33:52.905Z||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-09-04T03:33:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:33:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:33:52.907Z||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-09-04T03:33:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:34:02.444Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:34:02.445Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:34:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:34:52.905Z||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-09-04T03:34:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:34:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:34:52.907Z||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-09-04T03:34:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:35:02.453Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:35:02.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:35:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:35:52.905Z||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-09-04T03:35:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:35:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:35:52.907Z||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-09-04T03:35:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:36:02.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:36:02.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:36:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:36:52.905Z||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-09-04T03:36:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:36:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:36:52.907Z||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-09-04T03:36:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:37:02.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:37:02.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:37:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:37:52.905Z||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-09-04T03:37:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:37:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:37:52.907Z||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-09-04T03:37:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:38:02.451Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:38:02.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:38:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:38:52.905Z||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-09-04T03:38:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:38:52.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:38:52.907Z||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-09-04T03:38:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:02.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:39:02.447Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:39:52.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:39:52.905Z||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-09-04T03:39:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:39:52.907Z||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-09-04T03:39:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:53.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:39:53.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8","serviceName":"vFW 2021-09-04 03-36-48","serviceVersion":"1.0","serviceUUID":"0c7a0a34-19f6-4a99-87f2-57993b92cab4","serviceDescription":"catalog service description","serviceInvariantUUID":"60d5d612-1fe1-4823-9539-b91dac832370","resources":[{"resourceInstanceName":"vFW dfe3a816-2804 0","resourceName":"vFW dfe3a816-2804","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b449eae7-ef03-4715-8ee2-08effed86b96","resourceInvariantUUID":"149cdfb6-6470-4931-b4ed-72286ce68d40","resourceCustomizationUUID":"b0002c91-583a-41bf-926d-cb3c9748a63b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml","artifactChecksum":"YjljZDI4ZmE3NGQ0NjRjMjNmNDYwNjIyNzIxNTlmOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b6d24eb1-5c55-47a6-84ee-6529a58f968a","artifactVersion":"1"},{"artifactName":"vfwdfe3a81628040_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json","artifactChecksum":"YzBkODYzZmQ0NTgwYzFiNjZhMjgzNTcwN2ZkOGIwMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d35b1d1f-b872-432b-9be9-e8164e9c7002","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml","artifactChecksum":"OTFiNTU5MGVlYTg5ZGI0NDQzZTMwODJiZTE1Mzg5MDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bde8f706-9bcc-4a11-aa85-41179d9d8d08","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4933212-a2e6-4ea6-af4f-b0989570387a","artifactVersion":"2","generatedFromUUID":"5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210904033648-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml","artifactChecksum":"NWM2MDFlNDBmYzU2YjIwZjVhYjkxNjdlMTdlYmE2NWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c27befd4-7f66-4fe1-a9f3-19e8c59552bd","artifactVersion":"1"},{"artifactName":"service-Vfw20210904033648-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar","artifactChecksum":"NjMwZDRhYjk0YTAyMGNjNzYyYzQwZGVlNDI1Y2JiNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0553e9a-dbf6-4a65-adba-21be78cd3e71","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T03:39:53.536Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:53.541Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:53.548Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:53.548Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:39:53.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726758876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "dcae-sch",
  "timestamp": 1630726752986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "clamp",
  "timestamp": 1630726750922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726758876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "dcae-sch",
  "timestamp": 1630726752986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "clamp",
  "timestamp": 1630726750922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "policy-id",
  "timestamp": 1630726760084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726758876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-04T03:39:53.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "dcae-sch",
  "timestamp": 1630726752986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "clamp",
  "timestamp": 1630726750922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "policy-id",
  "timestamp": 1630726760084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726761593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726758876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "dcae-sch",
  "timestamp": 1630726752986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "clamp",
  "timestamp": 1630726750922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "policy-id",
  "timestamp": 1630726760084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-04T03:39:53.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "cds",
  "timestamp": 1630726762290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726761593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726758876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "dcae-sch",
  "timestamp": 1630726752986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "clamp",
  "timestamp": 1630726750922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "policy-id",
  "timestamp": 1630726760084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "cds",
  "timestamp": 1630726762290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726761593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726758876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "dcae-sch",
  "timestamp": 1630726752986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "clamp",
  "timestamp": 1630726750922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "policy-id",
  "timestamp": 1630726760084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "cds",
  "timestamp": 1630726762290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726761593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726758876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "dcae-sch",
  "timestamp": 1630726752986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "clamp",
  "timestamp": 1630726750922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "policy-id",
  "timestamp": 1630726760084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "cds",
  "timestamp": 1630726762290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726761593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "policy-id",
  "timestamp": 1630726760084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "cds",
  "timestamp": 1630726762290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726766463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726761593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726767660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "cds",
  "timestamp": 1630726762290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726766463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726761593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "policy-id",
  "timestamp": 1630726768386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "aai-ml",
  "timestamp": 1630726767877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "cds",
  "timestamp": 1630726762290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726766463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726769160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "policy-id",
  "timestamp": 1630726769393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "aai-ml",
  "timestamp": 1630726767877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726769785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726766463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "cds",
  "timestamp": 1630726770390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "policy-id",
  "timestamp": 1630726770398,
  "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-09-04T03:39:53.649Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-04T03:39:53.651Z||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-09-04T03:39:53.651Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:39:53.661Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:39:53.662Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T03:39:53.697Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
2021-09-04T03:39:53.709Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 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-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "aai-ml",
  "timestamp": 1630726767877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726770761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726766463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "cds",
  "timestamp": 1630726771406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-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-09-04T03:39:53.739Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
2021-09-04T03:39:53.740Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 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-09-04T03:39:53.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "aai-ml",
  "timestamp": 1630726767877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726766463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726772197,
  "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-09-04T03:39:53.753Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
2021-09-04T03:39:53.753Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 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-09-04T03:39:53.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "aai-ml",
  "timestamp": 1630726767877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726766463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726773201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "aai-ml",
  "timestamp": 1630726767877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "aai-ml",
  "timestamp": 1630726767877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726774701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:39:53.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726775706,
  "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-09-04T03:39:53.767Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
2021-09-04T03:39:53.767Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 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-09-04T03:39:53.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "aai-ml",
  "timestamp": 1630726776139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "clamp",
  "timestamp": 1630726782229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "clamp",
  "timestamp": 1630726784241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:39:53.776Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "clamp",
  "timestamp": 1630726785245,
  "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-09-04T03:39:53.781Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
2021-09-04T03:39:53.782Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 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-09-04T03:39:53.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "aai-ml",
  "timestamp": 1630726790957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:39:53.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:39:53.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:39:53.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "aai-ml",
  "timestamp": 1630726791962,
  "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-09-04T03:39:53.794Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
2021-09-04T03:39:53.795Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 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-09-04T03:39:54.553Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:54.553Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:54.555Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:54.555Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T03:39:54.655Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:39:54.656Z||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-09-04T03:39:54.656Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:54.663Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:39:54.664Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-04T03:39:55.555Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:55.556Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:55.557Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:55.557Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-04T03:39:55.657Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:39:55.658Z||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-09-04T03:39:55.658Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:55.668Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:39:55.668Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:39:56.558Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:56.558Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:56.560Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:56.560Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:56.661Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T03:39:56.661Z||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-09-04T03:39:56.661Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:56.671Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:39:56.671Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:39:57.561Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:57.562Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:57.563Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:57.563Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-04T03:39:57.663Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:39:57.664Z||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-09-04T03:39:57.664Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:57.673Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:39:57.674Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:39:58.564Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:58.564Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:58.566Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:58.566Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:39:58.666Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:39:58.667Z||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-09-04T03:39:58.667Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:58.676Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:39:58.677Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:39:59.567Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:39:59.567Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:39:59.569Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:39:59.569Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:39:59.669Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:39:59.670Z||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-09-04T03:39:59.670Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:39:59.678Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:39:59.679Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:00.570Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "serviceName": "vFW 2021-09-04 03-36-48",
  "serviceVersion": "1.0",
  "serviceUUID": "0c7a0a34-19f6-4a99-87f2-57993b92cab4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "60d5d612-1fe1-4823-9539-b91dac832370",
  "resources": [
    {
      "resourceInstanceName": "vFW dfe3a816-2804 0",
      "resourceCustomizationUUID": "b0002c91-583a-41bf-926d-cb3c9748a63b",
      "resourceName": "vFW dfe3a816-2804",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b449eae7-ef03-4715-8ee2-08effed86b96",
      "resourceInvariantUUID": "149cdfb6-6470-4931-b4ed-72286ce68d40",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdfe3a81628040_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
          "artifactChecksum": "YzBkODYzZmQ0NTgwYzFiNjZhMjgzNTcwN2ZkOGIwMjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d35b1d1f-b872-432b-9be9-e8164e9c7002",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f4933212-a2e6-4ea6-af4f-b0989570387a",
            "generatedFromUUID": "5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f4933212-a2e6-4ea6-af4f-b0989570387a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210904033648-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
      "artifactChecksum": "NjMwZDRhYjk0YTAyMGNjNzYyYzQwZGVlNDI1Y2JiNmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a0553e9a-dbf6-4a65-adba-21be78cd3e71"
    }
  ],
  "workloadContext": "Production"
}
2021-09-04T03:40:00.571Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T03:40:00.571Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c7a0a34-19f6-4a99-87f2-57993b92cab4 ASDC
2021-09-04T03:40:00.647Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
ServiceName:vFW 2021-09-04 03-36-48
ServiceVersion:1.0
ServiceUUID:0c7a0a34-19f6-4a99-87f2-57993b92cab4
ServiceInvariantUUID:60d5d612-1fe1-4823-9539-b91dac832370
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210904033648-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar
ArtifactUUID:a0553e9a-dbf6-4a65-adba-21be78cd3e71
ArtifactChecksum:NjMwZDRhYjk0YTAyMGNjNzYyYzQwZGVlNDI1Y2JiNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dfe3a816-2804 0
ResourceCustomizationUUID:b0002c91-583a-41bf-926d-cb3c9748a63b
ResourceInvariantUUID:149cdfb6-6470-4931-b4ed-72286ce68d40
ResourceName:vFW dfe3a816-2804
ResourceType:VF
ResourceUUID:b449eae7-ef03-4715-8ee2-08effed86b96
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdfe3a81628040_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json
ArtifactUUID:d35b1d1f-b872-432b-9be9-e8164e9c7002
ArtifactChecksum:YzBkODYzZmQ0NTgwYzFiNjZhMjgzNTcwN2ZkOGIwMjc=
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/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml
ArtifactUUID:5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0
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/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env
ArtifactUUID:f4933212-a2e6-4ea6-af4f-b0989570387a
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/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env
ArtifactUUID:f4933212-a2e6-4ea6-af4f-b0989570387a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-04T03:40:00.648Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c7a0a34-19f6-4a99-87f2-57993b92cab4 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-09-04T03:40:00.716Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:40:00.716Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-04T03:40:00.717Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-04T03:40:00.717Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a0553e9a-dbf6-4a65-adba-21be78cd3e71 from URL: /sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:00.717Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:40:00.718Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:01.386Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:40:01.408Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar a0553e9a-dbf6-4a65-adba-21be78cd3e71 98753
2021-09-04T03:40:01.409Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar ASDC sendASDCNotification
2021-09-04T03:40:01.410Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:01.410Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:40:01.411Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:01.413Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:01.413Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726801408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:40:01.513Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-04T03:40:01.514Z||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-09-04T03:40:01.514Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:01.523Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:40:01.524Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-04T03:40:02.414Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:40:02.415Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-04T03:40:02.415Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a0553e9a-dbf6-4a65-adba-21be78cd3e71, URL: /sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar to file: /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:02.415Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210904033648-csar.csar
2021-09-04T03:40:02.467Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:02.468Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:02.921Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17545495858399070210/Definitions/service-Vfw20210904033648-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-04T03:40:05.048Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T03:40:05.051Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-04T03:40:05.051Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|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-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dfe3a816-2804 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-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|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-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.052Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.053Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.053Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.053Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|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-Vfw20210904033648-csar.csar
2021-09-04T03:40:05.053Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-04T03:40:05.058Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.059Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.062Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:05.062Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-04T03:40:05.063Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:40:05.064Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.064Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.064Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:05.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-04T03:40:05.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:40:05.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:05.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:05.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:05.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T03:40:05.071Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.071Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:05.071Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:05.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:05.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:05.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-04T03:40:05.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43905102-0ad2-4748-af13-2507cd083cd8
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.076Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=03671768-d6a5-427b-aac8-0dd7646e3cb7
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-04T03:40:05.077Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.078Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-04T03:40:05.078Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-04T03:40:05.078Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:05.078Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:05.078Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-04T03:40:05.078Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=79b3754f-f543-4f85-9da6-b05e59e7dcab
2021-09-04T03:40:05.088Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.088Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.088Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:05.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:05.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-04 03-36-48
Description:catalog service description
Model UUID:0c7a0a34-19f6-4a99-87f2-57993b92cab4
Model Version:NULL
Model InvariantUuid:60d5d612-1fe1-4823-9539-b91dac832370
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW dfe3a816-2804
Model UUID:4aea8b75-d37f-44c6-9518-fc6e904f2d73
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:149cdfb6-6470-4931-b4ed-72286ce68d40
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b0002c91-583a-41bf-926d-cb3c9748a63b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f903b57c-e1e8-4170-b280-f27ef9547bf2
ModelName:VfwDfe3a8162804..base_vfw..module-0
ModelUuid:94fbe18b-1b02-447d-ad85-8bf6f334a6e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:43905102-0ad2-4748-af13-2507cd083cd8
ModelInvariantUuid:a2f32288-69cb-45d5-9575-1d91d38807ec
ModelName:vFW dfe3a816-2804-nodes.vfwCvfc
ModelUuid:f3ec779a-b239-4d09-8e5a-8acee4b2be99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c4e58405-8d4a-47d2-a440-1fe4f8539563
ModelInvariantUuid:03f5f934-f563-44d1-ad06-e717fed47635
ModelName:VfwDfe3a8162804.compute.nodes.heat.vfw
ModelUuid:55d0afd7-0945-4717-a02a-86f702371427
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:03671768-d6a5-427b-aac8-0dd7646e3cb7
ModelInvariantUuid:5fde3b50-9109-448a-94d7-d6782395081e
ModelName:vFW dfe3a816-2804-nodes.vsnCvfc
ModelUuid:5ec00a06-d047-4db7-819f-3aab71a4a21e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:84f777b1-8e17-4de8-8ea4-721d39c7c83a
ModelInvariantUuid:05c1457a-ce33-4719-ba74-8c5c64e103d4
ModelName:VfwDfe3a8162804.compute.nodes.heat.vsn
ModelUuid:fde5ab3d-5dff-4990-941e-8543bcc52c5d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:79b3754f-f543-4f85-9da6-b05e59e7dcab
ModelInvariantUuid:b41869d3-9cf5-4dca-b0dc-5739421fc0d2
ModelName:vFW dfe3a816-2804-nodes.vpgCvfc
ModelUuid:6794f018-5fcb-483c-bd50-5cac8a303160
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4c713c68-b194-4776-9aab-c8c4eab40ff0
ModelInvariantUuid:73872d87-48c8-4bda-bb80-bd716590de76
ModelName:VfwDfe3a8162804.compute.nodes.heat.vpg
ModelUuid:03a376b0-b420-4b7f-9be3-6b21cc75af10
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-09-04T03:40:05.099Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b449eae7-ef03-4715-8ee2-08effed86b96
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-09-04T03:40:05.166Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||vFW dfe3a816-2804 0
2021-09-04T03:40:05.171Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b449eae7-ef03-4715-8ee2-08effed86b96
2021-09-04T03:40:05.171Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d35b1d1f-b872-432b-9be9-e8164e9c7002 from URL: /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json
2021-09-04T03:40:05.172Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:40:05.172Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json
2021-09-04T03:40:06.263Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:40:06.263Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json d35b1d1f-b872-432b-9be9-e8164e9c7002 785
2021-09-04T03:40:06.264Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json ASDC sendASDCNotification
2021-09-04T03:40:06.264Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json
2021-09-04T03:40:06.264Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:40:06.264Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:06.266Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:06.266Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726806264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:40:06.366Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:06.367Z||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-09-04T03:40:06.367Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:06.377Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:40:06.377Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:07.268Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDfe3a8162804..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f903b57c-e1e8-4170-b280-f27ef9547bf2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "94fbe18b-1b02-447d-ad85-8bf6f334a6e1",
    "vfModuleModelCustomizationUUID": "6f580105-96a6-46d2-af91-a138f3e1bda8",
    "isBase": true,
    "artifacts": [
      "5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0",
      "f4933212-a2e6-4ea6-af4f-b0989570387a"
    ],
    "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-09-04T03:40:07.283Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDfe3a8162804..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:94fbe18b-1b02-447d-ad85-8bf6f334a6e1
VfModuleModelInvariantUUID:f903b57c-e1e8-4170-b280-f27ef9547bf2
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0
,
f4933212-a2e6-4ea6-af4f-b0989570387a

}
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-09-04T03:40:07.286Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDfe3a8162804..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f903b57c-e1e8-4170-b280-f27ef9547bf2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "94fbe18b-1b02-447d-ad85-8bf6f334a6e1",
    "vfModuleModelCustomizationUUID": "6f580105-96a6-46d2-af91-a138f3e1bda8",
    "isBase": true,
    "artifacts": [
      "5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0",
      "f4933212-a2e6-4ea6-af4f-b0989570387a"
    ],
    "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-09-04T03:40:07.286Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDfe3a8162804..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:94fbe18b-1b02-447d-ad85-8bf6f334a6e1
VfModuleModelInvariantUUID:f903b57c-e1e8-4170-b280-f27ef9547bf2
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0
,
f4933212-a2e6-4ea6-af4f-b0989570387a

}
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-09-04T03:40:07.286Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0 from URL: /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml
2021-09-04T03:40:07.286Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:40:07.286Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml
2021-09-04T03:40:08.353Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:40:08.354Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml 5ca99b94-2b7a-4a38-ba87-d5e2e35a1be0 20368
2021-09-04T03:40:08.354Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-04T03:40:08.354Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml
2021-09-04T03:40:08.354Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:40:08.354Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:08.356Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:08.356Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726808354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:40:08.456Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:08.457Z||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-09-04T03:40:08.457Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:08.466Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:40:08.466Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:09.357Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f4933212-a2e6-4ea6-af4f-b0989570387a from URL: /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env
2021-09-04T03:40:09.357Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:40:09.357Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env
2021-09-04T03:40:09.759Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:40:09.760Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env f4933212-a2e6-4ea6-af4f-b0989570387a 2098
2021-09-04T03:40:09.760Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-04T03:40:09.760Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env
2021-09-04T03:40:09.760Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:40:09.760Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:09.762Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:09.762Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726809760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:40:09.862Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:09.863Z||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-09-04T03:40:09.863Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:09.872Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:40:09.872Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:10.762Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0c7a0a34-19f6-4a99-87f2-57993b92cab4
2021-09-04T03:40:10.763Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dfe3a816-2804 0 b449eae7-ef03-4715-8ee2-08effed86b96 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-09-04T03:40:10.793Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a17ee9e, org.onap.sdc.toscaparser.api.parameters.Input@19c91614, org.onap.sdc.toscaparser.api.parameters.Input@6e3def98, org.onap.sdc.toscaparser.api.parameters.Input@3e23f2fc, org.onap.sdc.toscaparser.api.parameters.Input@7b8588b8]
2021-09-04T03:40:10.796Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.796Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.796Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-09-04T03:40:10.796Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b0002c91-583a-41bf-926d-cb3c9748a63b
2021-09-04T03:40:10.797Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0002c91-583a-41bf-926d-cb3c9748a63b matches Tosca VF Customization UUID: b0002c91-583a-41bf-926d-cb3c9748a63b
2021-09-04T03:40:10.797Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b0002c91-583a-41bf-926d-cb3c9748a63b  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-09-04T03:40:10.804Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.804Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.805Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b0002c91-583a-41bf-926d-cb3c9748a63b: {\"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-09-04T03:40:10.805Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77f398d0
2021-09-04T03:40:10.806Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.806Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T03:40:10.806Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f580105-96a6-46d2-af91-a138f3e1bda8
2021-09-04T03:40:10.807Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f580105-96a6-46d2-af91-a138f3e1bda8
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-09-04T03:40:10.811Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.812Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:10.812Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:10.813Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.813Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:10.813Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:10.813Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.814Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:10.814Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:10.814Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:10.814Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-04T03:40:10.814Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-04T03:40:10.814Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-04T03:40:10.815Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.815Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:10.815Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-04T03:40:10.815Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:10.815Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-04T03:40:10.816Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.816Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43905102-0ad2-4748-af13-2507cd083cd8
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-09-04T03:40:10.822Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.822Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:10.822Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:10.823Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-04T03:40:10.824Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.825Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=03671768-d6a5-427b-aac8-0dd7646e3cb7
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-09-04T03:40:10.826Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.827Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:10.827Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:10.828Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is not matching search criteria
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.829Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-04T03:40:10.830Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=79b3754f-f543-4f85-9da6-b05e59e7dcab
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-09-04T03:40:10.832Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.832Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:10.832Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:40:10.833Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.833Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Node template vFW dfe3a816-2804 0 is matching search criteria
2021-09-04T03:40:10.833Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dfe3a816-2804 0] matching following query criteria: sdcType=VF, customizationUUID=b0002c91-583a-41bf-926d-cb3c9748a63b
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-09-04T03:40:10.834Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.835Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.835Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0c7a0a34-19f6-4a99-87f2-57993b92cab4: vFW dfe3a816-2804
2021-09-04T03:40:10.835Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.835Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.835Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.835Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-04 03-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:40:10.836Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-09-04 03-36-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-09-04T03:40:11.064Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dfe3a816-2804 b449eae7-ef03-4715-8ee2-08effed86b96 1 ASDC deployResourceStructure
2021-09-04T03:40:11.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json ASDC sendASDCNotification
2021-09-04T03:40:11.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json
2021-09-04T03:40:11.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:40:11.065Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:11.066Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:11.066Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726811065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T03:40:11.166Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:11.167Z||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-09-04T03:40:11.167Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:11.177Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:40:11.177Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-04T03:40:12.067Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-04T03:40:12.067Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml
2021-09-04T03:40:12.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:40:12.068Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:12.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:12.069Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726812067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T03:40:12.170Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:12.170Z||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-09-04T03:40:12.170Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:12.180Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:40:12.180Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:13.070Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-04T03:40:13.071Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env
2021-09-04T03:40:13.071Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:40:13.071Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:13.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:13.072Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726813070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-04T03:40:13.172Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:13.173Z||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-09-04T03:40:13.173Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:13.182Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:40:13.182Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:14.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar ASDC sendASDCNotification
2021-09-04T03:40:14.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar
2021-09-04T03:40:14.073Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:40:14.074Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:14.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:14.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726814073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:40:14.175Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:14.176Z||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-09-04T03:40:14.176Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:14.186Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:40:14.187Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:40:15.075Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:40:15.089Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:40:15.092Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:40:15.092Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:40:15.092Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-04T03:40:15.092Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-04T03:40:15.092Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:40:15.092Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:40:15.093Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:40:15.093Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:40:15.093Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:40:15.093Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:40:15.093Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|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-09-04T03:40:15.097Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-04T03:40:45.097Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 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-09-04T03:40:45.104Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 and serviceModelVersionId: 0c7a0a34-19f6-4a99-87f2-57993b92cab4
2021-09-04T03:40:45.104Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 60d5d612-1fe1-4823-9539-b91dac832370
2021-09-04T03:40:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:40:52.907Z||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-09-04T03:40:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:53.029Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:40:53.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:40:53.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:40:53.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:40:56.819Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0
2021-09-04T03:40:56.925Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-04T03:40:57.330Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0|INFO|500||Invoke
2021-09-04T03:40:57.337Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b1b6912-a1e7-4d1b-a2a1-2f73620c8672], X-ECOMP-RequestID=[f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8], X-TransactionId=[], X-ONAP-RequestID=[f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8], Content-Type=[application/merge-patch+json]}
2021-09-04T03:40:57.440Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-04T03:40:57.801Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?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/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210904-03:40:57:448-6942], vertex-id=[200928], Content-Length=[0], Date=[Sat, 04 Sep 2021 03:40:57 GMT], Content-Type=[application/json]}
2021-09-04T03:40:57.802Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-04T03:40:57.803Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/60d5d612-1fe1-4823-9539-b91dac832370/model-vers/model-ver/0c7a0a34-19f6-4a99-87f2-57993b92cab4?depth=0|INFO|500||InvokeReturn
2021-09-04T03:40:57.806Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-04T03:40:57.806Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|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-09-04T03:40:57.810Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|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-09-04T03:40:57.816Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-04T03:40:57.816Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-04T03:40:57.817Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:57.818Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:57.818Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726857816,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T03:40:57.918Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:57.919Z||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-09-04T03:40:57.919Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:57.928Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:40:57.929Z||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-09-04T03:40:58.832Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:40:58.832Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|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-09-04T03:40:58.832Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:59.451Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:40:59.452Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-04T03:40:59.452Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3bb501d-ae1d-49de-b936-4230b191bd4e","serviceName":"basic_onboard_yiLhDa","serviceVersion":"1.0","serviceUUID":"4fa647b5-02e3-49af-a838-34721d1a697b","serviceDescription":"service","serviceInvariantUUID":"89f2f9ef-ef49-43f7-aed0-34272ef3562e","resources":[{"resourceInstanceName":"basic_onboard_yiLhDa 0","resourceName":"basic_onboard_yiLhDa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"28581d04-27f5-4bfb-a433-96b9b13639b0","resourceInvariantUUID":"2575ba2d-1e91-4a87-8331-814899de5bfe","resourceCustomizationUUID":"25026468-d948-41fc-ae53-42f15cc12357","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml","artifactChecksum":"ZjFjNjEwZThmMjhiMDdlYWIzM2FkNmUwNmVjZjE4ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6141fde2-74ec-4b6d-909c-694f0f1317a2","artifactVersion":"1"},{"artifactName":"basic_onboard_yilhda0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json","artifactChecksum":"NmYzYmUxY2Y3NjY1ZDc2MTc3MTcxYWE5ZGE2YmM3Y2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e27835a-7211-409a-bc27-f6d1c7a7f3a8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d75019b-82cf-4139-a5cb-e655b57ff6dc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f175aff-1801-4a60-9d54-3b785ef859c6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0050c6b8-0514-4e80-a8df-ba7743011096","artifactVersion":"2","generatedFromUUID":"6d75019b-82cf-4139-a5cb-e655b57ff6dc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYilhda-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml","artifactChecksum":"MDJmZmRkZjA2Zjc2NGIxZjg1YmY2NDJiZjlkNTliNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a3bed2c-8d5f-4860-b0bf-3dc7e26cd1cb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYilhda-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar","artifactChecksum":"N2QxYjhlMTc4NzU4ZmMwMjFkYTU2ZjQwNWEzYjk1N2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"449924c9-2fb0-4695-b3a4-93f36232c81e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T03:40:59.455Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:40:59.456Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:40:59.457Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:40:59.457Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:40:59.557Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:40:59.558Z||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-09-04T03:40:59.558Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:40:59.568Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:40:59.569Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:00.457Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:41:00.459Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:00.460Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:00.460Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T03:41:00.560Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:00.561Z||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-09-04T03:41:00.561Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:00.572Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:00.572Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-04T03:41:01.461Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:41:01.461Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:01.463Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:01.463Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-04T03:41:01.563Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:01.564Z||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-09-04T03:41:01.564Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:01.573Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:01.573Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-04T03:41:02.463Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:41:02.464Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:02.466Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:02.466Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:02.567Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T03:41:02.567Z||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-09-04T03:41:02.567Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:02.576Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:02.576Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-04T03:41:03.467Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:41:03.468Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:03.470Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:03.470Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-04T03:41:03.570Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:03.571Z||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-09-04T03:41:03.571Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:03.581Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:03.581Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:04.470Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:41:04.471Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:04.472Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:04.472Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:04.573Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:04.574Z||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-09-04T03:41:04.574Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:04.583Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:04.583Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:05.473Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:41:05.477Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:05.478Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:05.478Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:41:05.579Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:05.579Z||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-09-04T03:41:05.579Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:05.589Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:05.589Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:06.483Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "serviceName": "basic_onboard_yiLhDa",
  "serviceVersion": "1.0",
  "serviceUUID": "4fa647b5-02e3-49af-a838-34721d1a697b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "89f2f9ef-ef49-43f7-aed0-34272ef3562e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_yiLhDa 0",
      "resourceCustomizationUUID": "25026468-d948-41fc-ae53-42f15cc12357",
      "resourceName": "basic_onboard_yiLhDa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "28581d04-27f5-4bfb-a433-96b9b13639b0",
      "resourceInvariantUUID": "2575ba2d-1e91-4a87-8331-814899de5bfe",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yilhda0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
          "artifactChecksum": "NmYzYmUxY2Y3NjY1ZDc2MTc3MTcxYWE5ZGE2YmM3Y2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0e27835a-7211-409a-bc27-f6d1c7a7f3a8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d75019b-82cf-4139-a5cb-e655b57ff6dc",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0050c6b8-0514-4e80-a8df-ba7743011096",
            "generatedFromUUID": "6d75019b-82cf-4139-a5cb-e655b57ff6dc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0050c6b8-0514-4e80-a8df-ba7743011096",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYilhda-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
      "artifactChecksum": "N2QxYjhlMTc4NzU4ZmMwMjFkYTU2ZjQwNWEzYjk1N2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "449924c9-2fb0-4695-b3a4-93f36232c81e"
    }
  ],
  "workloadContext": "Production"
}
2021-09-04T03:41:06.483Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T03:41:06.483Z|f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4fa647b5-02e3-49af-a838-34721d1a697b ASDC
2021-09-04T03:41:06.483Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c3bb501d-ae1d-49de-b936-4230b191bd4e
ServiceName:basic_onboard_yiLhDa
ServiceVersion:1.0
ServiceUUID:4fa647b5-02e3-49af-a838-34721d1a697b
ServiceInvariantUUID:89f2f9ef-ef49-43f7-aed0-34272ef3562e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYilhda-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar
ArtifactUUID:449924c9-2fb0-4695-b3a4-93f36232c81e
ArtifactChecksum:N2QxYjhlMTc4NzU4ZmMwMjFkYTU2ZjQwNWEzYjk1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yiLhDa 0
ResourceCustomizationUUID:25026468-d948-41fc-ae53-42f15cc12357
ResourceInvariantUUID:2575ba2d-1e91-4a87-8331-814899de5bfe
ResourceName:basic_onboard_yiLhDa
ResourceType:VF
ResourceUUID:28581d04-27f5-4bfb-a433-96b9b13639b0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yilhda0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json
ArtifactUUID:0e27835a-7211-409a-bc27-f6d1c7a7f3a8
ArtifactChecksum:NmYzYmUxY2Y3NjY1ZDc2MTc3MTcxYWE5ZGE2YmM3Y2Q=
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/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6d75019b-82cf-4139-a5cb-e655b57ff6dc
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/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env
ArtifactUUID:0050c6b8-0514-4e80-a8df-ba7743011096
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/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env
ArtifactUUID:0050c6b8-0514-4e80-a8df-ba7743011096
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-04T03:41:06.484Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fa647b5-02e3-49af-a838-34721d1a697b 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-09-04T03:41:06.513Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:41:06.513Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-04T03:41:06.514Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-04T03:41:06.514Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 449924c9-2fb0-4695-b3a4-93f36232c81e from URL: /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:06.514Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:41:06.514Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:06.953Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:41:06.956Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar 449924c9-2fb0-4695-b3a4-93f36232c81e 71382
2021-09-04T03:41:06.956Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar ASDC sendASDCNotification
2021-09-04T03:41:06.956Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:06.956Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:41:06.956Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:06.958Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:06.958Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726866956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:07.058Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:07.059Z||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-09-04T03:41:07.059Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:07.066Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:07.066Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:07.958Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:41:07.959Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-04T03:41:07.960Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 449924c9-2fb0-4695-b3a4-93f36232c81e, URL: /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar to file: /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:07.960Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:07.960Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:07.960Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:08.111Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14640270116571135282/Definitions/service-BasicOnboardYilhda-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-09-04T03:41:09.044Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T03:41:09.044Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yiLhDa 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-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.045Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.046Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.046Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:09.046Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-04T03:41:09.046Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.046Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.046Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:09.047Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-04T03:41:09.047Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:41:09.047Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.047Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.047Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:09.047Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-04T03:41:09.048Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:41:09.048Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.048Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.048Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.048Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is not matching search criteria
2021-09-04T03:41:09.048Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-04T03:41:09.049Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-04T03:41:09.049Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-04T03:41:09.049Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-04T03:41:09.049Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-04T03:41:09.049Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.049Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T03:41:09.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:09.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:41:09.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:09.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:41:09.051Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.051Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:09.051Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:41:09.051Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.051Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is not matching search criteria
2021-09-04T03:41:09.052Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-04T03:41:09.052Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-04T03:41:09.052Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb0c3352-9f45-4d20-bab4-ef8c4921d779
2021-09-04T03:41:09.052Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.052Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.052Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:09.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:09.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_yiLhDa
Description:service
Model UUID:4fa647b5-02e3-49af-a838-34721d1a697b
Model Version:NULL
Model InvariantUuid:89f2f9ef-ef49-43f7-aed0-34272ef3562e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_yiLhDa
Model UUID:11f4fb38-2702-4379-a2d4-9bc71c8fd9cd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2575ba2d-1e91-4a87-8331-814899de5bfe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:25026468-d948-41fc-ae53-42f15cc12357
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9887104b-b551-4d65-8de5-cc9026577596
ModelName:BasicOnboardYilhda..base_ubuntu18..module-0
ModelUuid:a2f4b50d-b963-4182-a812-0791f50f615c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bb0c3352-9f45-4d20-bab4-ef8c4921d779
ModelInvariantUuid:a7a426be-5e4e-4cc9-b0b2-c0046684c34d
ModelName:basic_onboard_yiLhDa-nodes.ubuntu18Cvfc
ModelUuid:c404717f-59e2-48d1-b184-f2493f717013
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:8b2fbad9-034f-4760-a90b-22f9b3ae151f
ModelInvariantUuid:b0e89cdd-5f36-4b93-a20f-4a6747420858
ModelName:BasicOnboardYilhda.compute.nodes.heat.ubuntu18
ModelUuid:45fd356a-984b-493a-ad31-52d5901d61cf
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-09-04T03:41:09.059Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 28581d04-27f5-4bfb-a433-96b9b13639b0
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-09-04T03:41:09.062Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||basic_onboard_yiLhDa 0
2021-09-04T03:41:09.062Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 28581d04-27f5-4bfb-a433-96b9b13639b0
2021-09-04T03:41:09.062Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0e27835a-7211-409a-bc27-f6d1c7a7f3a8 from URL: /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json
2021-09-04T03:41:09.062Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:41:09.062Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json
2021-09-04T03:41:09.558Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:41:09.559Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json 0e27835a-7211-409a-bc27-f6d1c7a7f3a8 798
2021-09-04T03:41:09.559Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json ASDC sendASDCNotification
2021-09-04T03:41:09.559Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json
2021-09-04T03:41:09.559Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:41:09.559Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:09.561Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:09.561Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726869559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:09.661Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:09.661Z||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-09-04T03:41:09.661Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:09.671Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:09.671Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:10.562Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYilhda..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9887104b-b551-4d65-8de5-cc9026577596",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a2f4b50d-b963-4182-a812-0791f50f615c",
    "vfModuleModelCustomizationUUID": "421889d9-7eb5-4656-9d77-f51c131d1be9",
    "isBase": true,
    "artifacts": [
      "6d75019b-82cf-4139-a5cb-e655b57ff6dc",
      "0050c6b8-0514-4e80-a8df-ba7743011096"
    ],
    "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-09-04T03:41:10.566Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYilhda..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2f4b50d-b963-4182-a812-0791f50f615c
VfModuleModelInvariantUUID:9887104b-b551-4d65-8de5-cc9026577596
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d75019b-82cf-4139-a5cb-e655b57ff6dc
,
0050c6b8-0514-4e80-a8df-ba7743011096

}
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-09-04T03:41:10.568Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYilhda..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9887104b-b551-4d65-8de5-cc9026577596",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a2f4b50d-b963-4182-a812-0791f50f615c",
    "vfModuleModelCustomizationUUID": "421889d9-7eb5-4656-9d77-f51c131d1be9",
    "isBase": true,
    "artifacts": [
      "6d75019b-82cf-4139-a5cb-e655b57ff6dc",
      "0050c6b8-0514-4e80-a8df-ba7743011096"
    ],
    "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-09-04T03:41:10.568Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYilhda..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2f4b50d-b963-4182-a812-0791f50f615c
VfModuleModelInvariantUUID:9887104b-b551-4d65-8de5-cc9026577596
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d75019b-82cf-4139-a5cb-e655b57ff6dc
,
0050c6b8-0514-4e80-a8df-ba7743011096

}
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-09-04T03:41:10.568Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6d75019b-82cf-4139-a5cb-e655b57ff6dc from URL: /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml
2021-09-04T03:41:10.568Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:41:10.568Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml
2021-09-04T03:41:10.716Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:41:10.716Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml 6d75019b-82cf-4139-a5cb-e655b57ff6dc 5033
2021-09-04T03:41:10.717Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-04T03:41:10.717Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml
2021-09-04T03:41:10.717Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:41:10.717Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:10.718Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:10.718Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726870717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:10.819Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-04T03:41:10.819Z||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-09-04T03:41:10.819Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:10.825Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:10.826Z||pool-28-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:11.719Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0050c6b8-0514-4e80-a8df-ba7743011096 from URL: /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env
2021-09-04T03:41:11.719Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-04T03:41:11.720Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env
2021-09-04T03:41:11.864Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-04T03:41:11.865Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env 0050c6b8-0514-4e80-a8df-ba7743011096 909
2021-09-04T03:41:11.865Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-04T03:41:11.865Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env
2021-09-04T03:41:11.865Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:41:11.865Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:11.866Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:11.867Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726871865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:11.967Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:11.967Z||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-09-04T03:41:11.967Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:11.977Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:11.977Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:12.867Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4fa647b5-02e3-49af-a838-34721d1a697b
2021-09-04T03:41:12.868Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yiLhDa 0 28581d04-27f5-4bfb-a433-96b9b13639b0 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-09-04T03:41:12.878Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fa9c9d0, org.onap.sdc.toscaparser.api.parameters.Input@40c4e064, org.onap.sdc.toscaparser.api.parameters.Input@7f02e631, org.onap.sdc.toscaparser.api.parameters.Input@75504a4a, org.onap.sdc.toscaparser.api.parameters.Input@3476ea79]
2021-09-04T03:41:12.879Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.879Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.879Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-09-04T03:41:12.879Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 25026468-d948-41fc-ae53-42f15cc12357
2021-09-04T03:41:12.879Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 25026468-d948-41fc-ae53-42f15cc12357 matches Tosca VF Customization UUID: 25026468-d948-41fc-ae53-42f15cc12357
2021-09-04T03:41:12.879Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 25026468-d948-41fc-ae53-42f15cc12357  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-09-04T03:41:12.881Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.881Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.882Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 25026468-d948-41fc-ae53-42f15cc12357: {\"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-09-04T03:41:12.882Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c78a347
2021-09-04T03:41:12.882Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.882Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T03:41:12.882Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 421889d9-7eb5-4656-9d77-f51c131d1be9
2021-09-04T03:41:12.882Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 421889d9-7eb5-4656-9d77-f51c131d1be9
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-09-04T03:41:12.884Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.884Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:12.884Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:41:12.884Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.884Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:12.884Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:41:12.885Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.885Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is not matching search criteria
2021-09-04T03:41:12.885Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-04T03:41:12.885Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-04T03:41:12.885Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb0c3352-9f45-4d20-bab4-ef8c4921d779
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-09-04T03:41:12.886Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.887Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:12.887Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:41:12.887Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.887Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yiLhDa 0 is matching search criteria
2021-09-04T03:41:12.887Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yiLhDa 0] matching following query criteria: sdcType=VF, customizationUUID=25026468-d948-41fc-ae53-42f15cc12357
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-09-04T03:41:12.888Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4fa647b5-02e3-49af-a838-34721d1a697b: basic_onboard_yiLhDa
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.889Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.890Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.890Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.890Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.890Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:41:12.890Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yiLhDa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:41:12.890Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_yiLhDa 
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-09-04T03:41:12.966Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yiLhDa 28581d04-27f5-4bfb-a433-96b9b13639b0 1 ASDC deployResourceStructure
2021-09-04T03:41:12.966Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json ASDC sendASDCNotification
2021-09-04T03:41:12.966Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json
2021-09-04T03:41:12.966Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:41:12.966Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:12.968Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:12.968Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726872966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T03:41:13.068Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:13.069Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-04T03:41:13.069Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:13.078Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:13.078Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:13.969Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-04T03:41:13.969Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml
2021-09-04T03:41:13.969Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:41:13.969Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:13.971Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:13.971Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726873968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T03:41:14.071Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:14.072Z||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-09-04T03:41:14.072Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:14.081Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:14.081Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:14.971Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-04T03:41:14.972Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env
2021-09-04T03:41:14.972Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:41:14.972Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:14.974Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:14.974Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726874971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-04T03:41:15.074Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:15.075Z||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-09-04T03:41:15.075Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:15.084Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:15.085Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:15.975Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar ASDC sendASDCNotification
2021-09-04T03:41:15.975Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar
2021-09-04T03:41:15.975Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:41:15.975Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:41:15.977Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:41:15.977Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726875975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:41:16.077Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:41:16.078Z||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-09-04T03:41:16.078Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:16.089Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:16.089Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:41:16.977Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:41:16.986Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:41:16.988Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:41:16.988Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:41:16.988Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:41:46.989Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:41:46.997Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:41:46.999Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:41:46.999Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:41:46.999Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:41:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:41:52.907Z||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-09-04T03:41:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:41:52.937Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:41:52.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726792904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726801408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726806264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726808354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726809760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726811065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/vfwdfe3a81628040_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726812067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726813070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/resourceInstances/vfwdfe3a81628040/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726814073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210904033648/1.0/artifacts/service-Vfw20210904033648-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726838876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "cds",
  "timestamp": 1630726837290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "dcae-sch",
  "timestamp": 1630726832986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "policy-id",
  "timestamp": 1630726840084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726838876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "cds",
  "timestamp": 1630726837290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "dcae-sch",
  "timestamp": 1630726832986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "clamp",
  "timestamp": 1630726840922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "policy-id",
  "timestamp": 1630726840084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726838876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "cds",
  "timestamp": 1630726837290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "dcae-sch",
  "timestamp": 1630726832986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "clamp",
  "timestamp": 1630726840922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "policy-id",
  "timestamp": 1630726840084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726838876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "cds",
  "timestamp": 1630726837290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "dcae-sch",
  "timestamp": 1630726832986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "clamp",
  "timestamp": 1630726840922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "policy-id",
  "timestamp": 1630726840084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726838876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "cds",
  "timestamp": 1630726837290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "dcae-sch",
  "timestamp": 1630726832986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "clamp",
  "timestamp": 1630726840922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "policy-id",
  "timestamp": 1630726840084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726838876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "cds",
  "timestamp": 1630726837290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "dcae-sch",
  "timestamp": 1630726832986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "clamp",
  "timestamp": 1630726840922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "policy-id",
  "timestamp": 1630726840084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726838876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "cds",
  "timestamp": 1630726837290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "dcae-sch",
  "timestamp": 1630726832986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "clamp",
  "timestamp": 1630726840922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "policy-id",
  "timestamp": 1630726840084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726846463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "clamp",
  "timestamp": 1630726840922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726847666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "cds",
  "timestamp": 1630726847764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726846463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "policy-id",
  "timestamp": 1630726848173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "cds",
  "timestamp": 1630726848769,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-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-09-04T03:41:52.957Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3bb501d-ae1d-49de-b936-4230b191bd4e
2021-09-04T03:41:52.957Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3bb501d-ae1d-49de-b936-4230b191bd4e 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-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726846463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "policy-id",
  "timestamp": 1630726849177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726849251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726846463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "policy-id",
  "timestamp": 1630726850180,
  "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-09-04T03:41:52.969Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3bb501d-ae1d-49de-b936-4230b191bd4e
2021-09-04T03:41:52.970Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3bb501d-ae1d-49de-b936-4230b191bd4e 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-09-04T03:41:52.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726850651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726846463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726851684,
  "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-09-04T03:41:52.983Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3bb501d-ae1d-49de-b936-4230b191bd4e
2021-09-04T03:41:52.983Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3bb501d-ae1d-49de-b936-4230b191bd4e 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-09-04T03:41:52.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726846463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726851594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:41:52.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:41:52.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:41:52.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630726852687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T03:41:52.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:42:17.000Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:42:17.011Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:42:17.014Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:42:17.014Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:42:17.014Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:42:47.014Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:42:47.023Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:42:47.025Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:42:47.026Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:42:47.026Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:42:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:42:52.907Z||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-09-04T03:42:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:42:52.925Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:42:52.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:42:52.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630726846463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:42:52.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:17.026Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:43:17.034Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:43:17.037Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:43:17.037Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:43:17.037Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:43:47.038Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:43:47.050Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:43:47.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:43:47.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:43:47.053Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:43:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:43:52.907Z||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-09-04T03:43:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:43:53.430Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:43:53.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726851594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "clamp",
  "timestamp": 1630726853229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726851594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726851594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "clamp",
  "timestamp": 1630726855238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726851594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "clamp",
  "timestamp": 1630726856241,
  "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-09-04T03:43:53.440Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3bb501d-ae1d-49de-b936-4230b191bd4e
2021-09-04T03:43:53.440Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3bb501d-ae1d-49de-b936-4230b191bd4e 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-09-04T03:43:53.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726851594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5e8c8f9-49bc-4eb4-b2a4-cf092882d0e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726857816,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726851594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:43:53.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "aai-ml",
  "timestamp": 1630726857877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "aai-ml",
  "timestamp": 1630726857877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "aai-ml",
  "timestamp": 1630726857877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726860524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "aai-ml",
  "timestamp": 1630726857877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "aai-ml",
  "timestamp": 1630726857877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726863103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "aai-ml",
  "timestamp": 1630726857877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630726864106,
  "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-09-04T03:43:53.458Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3bb501d-ae1d-49de-b936-4230b191bd4e
2021-09-04T03:43:53.458Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3bb501d-ae1d-49de-b936-4230b191bd4e 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-09-04T03:43:53.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:43:53.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "aai-ml",
  "timestamp": 1630726857877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726858832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "aai-ml",
  "timestamp": 1630726866082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726866956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726869559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726870717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "aai-ml",
  "timestamp": 1630726871643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726871865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "aai-ml",
  "timestamp": 1630726872647,
  "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-09-04T03:43:53.471Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3bb501d-ae1d-49de-b936-4230b191bd4e
2021-09-04T03:43:53.471Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3bb501d-ae1d-49de-b936-4230b191bd4e 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-09-04T03:43:53.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726872966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/basic_onboard_yilhda0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726873968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726874971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/resourceInstances/basic_onboard_yilhda0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630726875975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYilhda/1.0/artifacts/service-BasicOnboardYilhda-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:43:53.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:44:17.054Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:44:17.064Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:44:17.067Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:44:17.067Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:44:17.067Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-04T03:44:17.067Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-04T03:44:17.067Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:44:17.067Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:44:17.068Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:44:17.068Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:44:17.068Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:44:17.068Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:44:17.068Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-09-04T03:44:17.072Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-04T03:44:47.072Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3bb501d-ae1d-49de-b936-4230b191bd4e 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-09-04T03:44:47.078Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3bb501d-ae1d-49de-b936-4230b191bd4e and serviceModelVersionId: 4fa647b5-02e3-49af-a838-34721d1a697b
2021-09-04T03:44:47.078Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89f2f9ef-ef49-43f7-aed0-34272ef3562e
2021-09-04T03:44:47.079Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0
2021-09-04T03:44:47.086Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-04T03:44:47.140Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0|INFO|500||Invoke
2021-09-04T03:44:47.141Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c3bb501d-ae1d-49de-b936-4230b191bd4e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5393a542-b68f-4a10-b04e-1769072ff2f2], X-ECOMP-RequestID=[c3bb501d-ae1d-49de-b936-4230b191bd4e], X-TransactionId=[], X-ONAP-RequestID=[c3bb501d-ae1d-49de-b936-4230b191bd4e], Content-Type=[application/merge-patch+json]}
2021-09-04T03:44:47.162Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-04T03:44:47.355Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?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/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210904-03:44:47:167-77596], vertex-id=[188568], Content-Length=[0], Date=[Sat, 04 Sep 2021 03:44:47 GMT], Content-Type=[application/json]}
2021-09-04T03:44:47.356Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-04T03:44:47.357Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89f2f9ef-ef49-43f7-aed0-34272ef3562e/model-vers/model-ver/4fa647b5-02e3-49af-a838-34721d1a697b?depth=0|INFO|500||InvokeReturn
2021-09-04T03:44:47.357Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-04T03:44:47.357Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-09-04T03:44:47.361Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-09-04T03:44:47.361Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3bb501d-ae1d-49de-b936-4230b191bd4e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-04T03:44:47.361Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-04T03:44:47.362Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:44:47.363Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:44:47.364Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727087361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T03:44:47.464Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:44:47.465Z||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-09-04T03:44:47.465Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:44:47.477Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:44:47.478Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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-09-04T03:44:48.378Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:44:48.379Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-09-04T03:44:48.379Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:44:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:44:52.907Z||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-09-04T03:44:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:44:53.528Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:44:53.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T03:44:53.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3bb501d-ae1d-49de-b936-4230b191bd4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727087361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T03:44:53.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:44:58.566Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:44:58.567Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:44:58.567Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-09-04T03:44:58.568Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:45:08.107Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:45:08.108Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:45:08.108Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-09-04T03:45:08.108Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:45:17.649Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:45:17.650Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:45:17.650Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-09-04T03:45:17.650Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:45:27.187Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:45:52.904Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:45:52.905Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-09-04T03:45:52.905Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:45:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:45:52.907Z||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-09-04T03:45:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:46:02.448Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:46:02.452Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:46:52.904Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:46:52.905Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-09-04T03:46:52.905Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:46:52.906Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:46:52.907Z||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-09-04T03:46:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:47:02.444Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:47:02.447Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:47:52.904Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:47:52.905Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-09-04T03:47:52.905Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:47:52.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:47:52.907Z||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-09-04T03:47:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:48:02.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:48:02.446Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:48:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:48:52.905Z||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-09-04T03:48:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:48:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:48:52.907Z||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-09-04T03:48:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:49:02.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:49:02.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:49:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:49:52.905Z||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-09-04T03:49:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:49:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:49:52.907Z||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-09-04T03:49:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:50:02.442Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:50:02.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:50:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:50:52.905Z||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-09-04T03:50:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:50:52.906Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:50:52.907Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-09-04T03:50:52.907Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:51:02.445Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:51:02.445Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:51:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:51:52.905Z||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-09-04T03:51:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:51:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:51:52.907Z||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-09-04T03:51:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:52:02.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:52:02.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:52:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:52:52.905Z||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-09-04T03:52:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:52:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:52:52.907Z||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-09-04T03:52:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:53:02.442Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:53:02.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:53:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:53:52.905Z||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-09-04T03:53:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:53:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:53:52.907Z||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-09-04T03:53:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:54:02.446Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:54:02.447Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:54:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:54:52.905Z||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-09-04T03:54:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:54:52.906Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:54:52.906Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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-09-04T03:54:52.907Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:02.445Z|c3bb501d-ae1d-49de-b936-4230b191bd4e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:55:02.451Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:55:52.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:55:52.905Z||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-09-04T03:55:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:55:52.907Z||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-09-04T03:55:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:53.342Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:55:53.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727726463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "cds",
  "timestamp": 1630727722290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "aai-ml",
  "timestamp": 1630727727877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727726463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "cds",
  "timestamp": 1630727722290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "aai-ml",
  "timestamp": 1630727727877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "dcae-sch",
  "timestamp": 1630727732986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727726463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "cds",
  "timestamp": 1630727722290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "aai-ml",
  "timestamp": 1630727727877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "dcae-sch",
  "timestamp": 1630727732986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727726463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "cds",
  "timestamp": 1630727722290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "aai-ml",
  "timestamp": 1630727727877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "dcae-sch",
  "timestamp": 1630727732986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727726463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "cds",
  "timestamp": 1630727722290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "aai-ml",
  "timestamp": 1630727727877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "dcae-sch",
  "timestamp": 1630727732986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727726463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "cds",
  "timestamp": 1630727722290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "aai-ml",
  "timestamp": 1630727727877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "dcae-sch",
  "timestamp": 1630727732986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727726463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "cds",
  "timestamp": 1630727722290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "aai-ml",
  "timestamp": 1630727727877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "dcae-sch",
  "timestamp": 1630727732986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727726463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "cds",
  "timestamp": 1630727722290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "aai-ml",
  "timestamp": 1630727727877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727738876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "dcae-sch",
  "timestamp": 1630727732986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727738876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "dcae-sch",
  "timestamp": 1630727732986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "policy-id",
  "timestamp": 1630727740084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "aai-ml",
  "timestamp": 1630727740990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "cds",
  "timestamp": 1630727741096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727741291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727738876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "clamp",
  "timestamp": 1630727740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "policy-id",
  "timestamp": 1630727740084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "cds",
  "timestamp": 1630727742104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-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-09-04T03:55:53.369Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1698eb10-91f1-4113-910a-4d17ea1291a0
2021-09-04T03:55:53.369Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1698eb10-91f1-4113-910a-4d17ea1291a0 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-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727738876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727742544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "clamp",
  "timestamp": 1630727740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "policy-id",
  "timestamp": 1630727740084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727738876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727743547,
  "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-09-04T03:55:53.382Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1698eb10-91f1-4113-910a-4d17ea1291a0
2021-09-04T03:55:53.382Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1698eb10-91f1-4113-910a-4d17ea1291a0 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-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "clamp",
  "timestamp": 1630727740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "policy-id",
  "timestamp": 1630727740084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727738876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "clamp",
  "timestamp": 1630727740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "policy-id",
  "timestamp": 1630727740084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "aai-ml",
  "timestamp": 1630727745348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727738876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "clamp",
  "timestamp": 1630727740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "policy-id",
  "timestamp": 1630727740084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "aai-ml",
  "timestamp": 1630727746352,
  "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-09-04T03:55:53.398Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1698eb10-91f1-4113-910a-4d17ea1291a0
2021-09-04T03:55:53.398Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1698eb10-91f1-4113-910a-4d17ea1291a0 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-09-04T03:55:53.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727738876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "clamp",
  "timestamp": 1630727740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "policy-id",
  "timestamp": 1630727740084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "clamp",
  "timestamp": 1630727740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "policy-id",
  "timestamp": 1630727740084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "clamp",
  "timestamp": 1630727740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "policy-id",
  "timestamp": 1630727749363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "policy-id",
  "timestamp": 1630727750367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "policy-id",
  "timestamp": 1630727751370,
  "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-09-04T03:55:53.413Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1698eb10-91f1-4113-910a-4d17ea1291a0
2021-09-04T03:55:53.413Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1698eb10-91f1-4113-910a-4d17ea1291a0 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-09-04T03:55:53.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727751593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:55:53.530Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:55:53.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-04T03:55:53.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1698eb10-91f1-4113-910a-4d17ea1291a0","serviceName":"Demo_pNF_6mOmB3RiczuUwhdSnuAB","serviceVersion":"1.0","serviceUUID":"9983e7fd-8043-405d-9b8b-85d74f498f7e","serviceDescription":"catalog service description","serviceInvariantUUID":"dbf34efd-ead3-445e-ad4a-c1c961010e4d","resources":[{"resourceInstanceName":"pNF ab23f0e7-ad1e 0","resourceName":"pNF ab23f0e7-ad1e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0","resourceInvariantUUID":"8867ea56-d0b7-4712-bebd-dcf007ce1de5","resourceCustomizationUUID":"0c7756f0-2a7f-464a-baf6-847375145256","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml","artifactChecksum":"NDliMmNmZGQyZTNhYWNkYTcyYmRlOTBiYTRmZTJiYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"81d83696-84ba-4e09-bdea-66be670e1048","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar","artifactChecksum":"ZWQxZDMyODQyYjUxZWFkMjY0MWUxMTM4MDc3MWUyZGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d0d40c3-127a-4e4f-8b91-6dfd5d887185","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba458232-ea6b-4e27-9cf1-29a940083e05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTdkM2ZhMzhlOTg3YmUzYzYwMTBkMDM5NDc0MmRhNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1973ea2a-2e49-4ffa-93bb-4a9869de9184","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e1eea3d-6a56-41c8-8ad2-dcf5a64a2e3d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f414c6b5-813f-43ad-9a3e-0bb01f0f5dc0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6momb3riczuuwhdsnuab-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml","artifactChecksum":"YjdhM2I4ZTE2ZTM3NzBlYzM4M2JhYjYxYTY0YzkyMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"486c601a-89cf-4652-81a0-7e60819cab05","artifactVersion":"1"},{"artifactName":"service-DemoPnf6momb3riczuuwhdsnuab-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar","artifactChecksum":"MDkyZjUzNzMyYWIyNzQwZGNjZjg2YTA5M2Q5N2NiNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34f8b500-a974-4971-aba8-77e408423dd2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T03:55:53.533Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:53.533Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:53.534Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:53.535Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:53.636Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T03:55:53.636Z||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-09-04T03:55:53.636Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:53.646Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:55:53.647Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:55:54.535Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:54.536Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:54.538Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:54.538Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:54.638Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:55:54.639Z||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-09-04T03:55:54.639Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:54.648Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:55:54.648Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:55:55.538Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:55.539Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:55.541Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:55.541Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:55.641Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:55:55.642Z||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-09-04T03:55:55.642Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:55.651Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:55:55.651Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:55:56.541Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:56.542Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:56.543Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:56.543Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:56.643Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:55:56.644Z||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-09-04T03:55:56.644Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:56.653Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:55:56.653Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:55:57.544Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:57.544Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:57.546Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:57.546Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:57.646Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:55:57.647Z||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-09-04T03:55:57.647Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:57.657Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:55:57.658Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:55:58.546Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:58.547Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:58.548Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:58.548Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:58.648Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:55:58.649Z||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-09-04T03:55:58.649Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:58.658Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:55:58.658Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:55:59.549Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:55:59.549Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:55:59.551Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:55:59.551Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:55:59.651Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:55:59.652Z||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-09-04T03:55:59.652Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:55:59.661Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:55:59.661Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:56:00.552Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:56:00.552Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:56:00.554Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:56:00.554Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:56:00.654Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:56:00.654Z||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-09-04T03:56:00.655Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:56:00.664Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:56:00.665Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:56:01.554Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "serviceName": "Demo_pNF_6mOmB3RiczuUwhdSnuAB",
  "serviceVersion": "1.0",
  "serviceUUID": "9983e7fd-8043-405d-9b8b-85d74f498f7e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "dbf34efd-ead3-445e-ad4a-c1c961010e4d",
  "resources": [
    {
      "resourceInstanceName": "pNF ab23f0e7-ad1e 0",
      "resourceCustomizationUUID": "0c7756f0-2a7f-464a-baf6-847375145256",
      "resourceName": "pNF ab23f0e7-ad1e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0",
      "resourceInvariantUUID": "8867ea56-d0b7-4712-bebd-dcf007ce1de5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
      "artifactChecksum": "MDkyZjUzNzMyYWIyNzQwZGNjZjg2YTA5M2Q5N2NiNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "34f8b500-a974-4971-aba8-77e408423dd2"
    }
  ],
  "workloadContext": "Production"
}
2021-09-04T03:56:01.555Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T03:56:01.555Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9983e7fd-8043-405d-9b8b-85d74f498f7e ASDC
2021-09-04T03:56:01.555Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1698eb10-91f1-4113-910a-4d17ea1291a0
ServiceName:Demo_pNF_6mOmB3RiczuUwhdSnuAB
ServiceVersion:1.0
ServiceUUID:9983e7fd-8043-405d-9b8b-85d74f498f7e
ServiceInvariantUUID:dbf34efd-ead3-445e-ad4a-c1c961010e4d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
ArtifactUUID:34f8b500-a974-4971-aba8-77e408423dd2
ArtifactChecksum:MDkyZjUzNzMyYWIyNzQwZGNjZjg2YTA5M2Q5N2NiNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ab23f0e7-ad1e 0
ResourceCustomizationUUID:0c7756f0-2a7f-464a-baf6-847375145256
ResourceInvariantUUID:8867ea56-d0b7-4712-bebd-dcf007ce1de5
ResourceName:pNF ab23f0e7-ad1e
ResourceType:PNF
ResourceUUID:d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-04T03:56:01.555Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9983e7fd-8043-405d-9b8b-85d74f498f7e 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-09-04T03:56:01.574Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:56:01.575Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T03:56:01.575Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T03:56:01.575Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 34f8b500-a974-4971-aba8-77e408423dd2 from URL: /sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:01.575Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T03:56:01.575Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:02.088Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T03:56:02.091Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar 34f8b500-a974-4971-aba8-77e408423dd2 82534
2021-09-04T03:56:02.092Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar ASDC sendASDCNotification
2021-09-04T03:56:02.092Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:02.092Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:56:02.092Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:56:02.093Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:56:02.093Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727762092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:56:02.193Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:56:02.194Z||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-09-04T03:56:02.194Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:56:02.203Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:56:02.204Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:56:03.094Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:56:03.095Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T03:56:03.095Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 34f8b500-a974-4971-aba8-77e408423dd2, URL: /sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar to file: /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.095Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.096Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.096Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.240Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11277611133785491261/Definitions/service-DemoPnf6momb3riczuuwhdsnuab-template.yml
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.800Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ab23f0e7-ad1e 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-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Node template pNF ab23f0e7-ad1e 0 is matching search criteria
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ab23f0e7-ad1e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.801Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Node template pNF ab23f0e7-ad1e 0 is matching search criteria
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ab23f0e7-ad1e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.802Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:56:03.803Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.803Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_6mOmB3RiczuUwhdSnuAB
Description:catalog service description
Model UUID:9983e7fd-8043-405d-9b8b-85d74f498f7e
Model Version:NULL
Model InvariantUuid:dbf34efd-ead3-445e-ad4a-c1c961010e4d
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-09-04T03:56:03.808Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0
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-09-04T03:56:03.811Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||pNF ab23f0e7-ad1e 0
2021-09-04T03:56:03.811Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0
2021-09-04T03:56:03.812Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 9983e7fd-8043-405d-9b8b-85d74f498f7e
2021-09-04T03:56:03.812Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9983e7fd-8043-405d-9b8b-85d74f498f7e
2021-09-04T03:56:03.812Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ab23f0e7-ad1e 0 d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0 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-09-04T03:56:03.816Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c0aa1f1, org.onap.sdc.toscaparser.api.parameters.Input@29025c95, org.onap.sdc.toscaparser.api.parameters.Input@6bc5d372, org.onap.sdc.toscaparser.api.parameters.Input@42d9b15c, org.onap.sdc.toscaparser.api.parameters.Input@5bc585df]
2021-09-04T03:56:03.816Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:56:03.816Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.816Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9983e7fd-8043-405d-9b8b-85d74f498f7e: pNF ab23f0e7-ad1e
2021-09-04T03:56:03.817Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Processing PNF resource: d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0
2021-09-04T03:56:03.817Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:56:03.817Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_6mOmB3RiczuUwhdSnuAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:56:03.817Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||Resource customization UUID: 0c7756f0-2a7f-464a-baf6-847375145256 is the same as notified resource customizationUUID: 0c7756f0-2a7f-464a-baf6-847375145256
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-09-04T03:56:03.863Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ab23f0e7-ad1e d1a2a148-3f1b-4baf-9fa6-25ffebadc0c0 0 ASDC deployResourceStructure
2021-09-04T03:56:03.863Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar ASDC sendASDCNotification
2021-09-04T03:56:03.864Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar
2021-09-04T03:56:03.864Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:56:03.864Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:56:03.865Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:56:03.865Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727763863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:56:03.965Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:56:03.966Z||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-09-04T03:56:03.966Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:56:03.975Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:56:03.975Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:56:04.866Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:56:04.877Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:56:04.879Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:56:04.879Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:56:04.879Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:56:04.879Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:56:34.880Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:56:34.889Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:56:34.891Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:56:34.891Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:56:34.891Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:56:34.891Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:56:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:56:52.907Z||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-09-04T03:56:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:56:52.924Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:56:52.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:56:52.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727751593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:56:52.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:57:04.891Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:57:04.900Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:57:04.904Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:57:04.904Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:57:04.904Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:57:04.904Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:57:34.904Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:57:34.913Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:57:34.915Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:57:34.915Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:57:34.915Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:57:34.915Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:57:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:57:52.907Z||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-09-04T03:57:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:57:52.925Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:57:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:57:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:57:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:04.915Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:58:04.923Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:58:04.925Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:58:04.926Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:58:04.926Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:58:04.926Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:58:34.926Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:58:34.934Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:58:34.936Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:58:34.936Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:58:34.936Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:58:34.936Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T03:58:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:58:52.908Z||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-09-04T03:58:52.908Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:58:52.930Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:58:52.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727751593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727751593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727751593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727751593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727751593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/resourceInstances/pnfab23f0e7ad1e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727751593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727752904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:58:52.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727760892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727762092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "clamp",
  "timestamp": 1630727762336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727762535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "clamp",
  "timestamp": 1630727763352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727763538,
  "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-09-04T03:58:52.941Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1698eb10-91f1-4113-910a-4d17ea1291a0
2021-09-04T03:58:52.941Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1698eb10-91f1-4113-910a-4d17ea1291a0 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-09-04T03:58:52.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727763863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6momb3riczuuwhdsnuab/1.0/artifacts/service-DemoPnf6momb3riczuuwhdsnuab-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:58:52.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T03:58:52.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:58:52.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "clamp",
  "timestamp": 1630727764355,
  "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-09-04T03:58:52.954Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1698eb10-91f1-4113-910a-4d17ea1291a0
2021-09-04T03:58:52.955Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1698eb10-91f1-4113-910a-4d17ea1291a0 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-09-04T03:59:04.936Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:59:04.946Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T03:59:04.948Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T03:59:04.952Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-04T03:59:34.953Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1698eb10-91f1-4113-910a-4d17ea1291a0 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-09-04T03:59:34.958Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1698eb10-91f1-4113-910a-4d17ea1291a0 and serviceModelVersionId: 9983e7fd-8043-405d-9b8b-85d74f498f7e
2021-09-04T03:59:34.958Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbf34efd-ead3-445e-ad4a-c1c961010e4d
2021-09-04T03:59:34.959Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0
2021-09-04T03:59:34.963Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-04T03:59:34.995Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0|INFO|500||Invoke
2021-09-04T03:59:34.996Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1698eb10-91f1-4113-910a-4d17ea1291a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b0a1a89-ccd9-41b6-a6ad-4cd44d284888], X-ECOMP-RequestID=[1698eb10-91f1-4113-910a-4d17ea1291a0], X-TransactionId=[], X-ONAP-RequestID=[1698eb10-91f1-4113-910a-4d17ea1291a0], Content-Type=[application/merge-patch+json]}
2021-09-04T03:59:35.018Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-04T03:59:35.216Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?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/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210904-03:59:35:024-83218], vertex-id=[204952], Content-Length=[0], Date=[Sat, 04 Sep 2021 03:59:35 GMT], Content-Type=[application/json]}
2021-09-04T03:59:35.216Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-04T03:59:35.217Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbf34efd-ead3-445e-ad4a-c1c961010e4d/model-vers/model-ver/9983e7fd-8043-405d-9b8b-85d74f498f7e?depth=0|INFO|500||InvokeReturn
2021-09-04T03:59:35.217Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-04T03:59:35.217Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T03:59:35.222Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-04T03:59:35.222Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1698eb10-91f1-4113-910a-4d17ea1291a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-04T03:59:35.222Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-04T03:59:35.222Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:35.224Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:35.224Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727975222,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T03:59:35.324Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:35.325Z||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-09-04T03:59:35.325Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:35.336Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:35.336Z||pool-45-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-09-04T03:59:36.235Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:59:36.236Z|1698eb10-91f1-4113-910a-4d17ea1291a0|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-09-04T03:59:36.236Z|1698eb10-91f1-4113-910a-4d17ea1291a0|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:40.536Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:40.537Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-04T03:59:40.537Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4c9d25a-dc04-49b0-b068-2c14fa175158","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8","serviceDescription":"service","serviceInvariantUUID":"6a5e1488-f037-411a-8b0f-3c2baaa1034c","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"44f6e9d3-64d2-4254-94ea-26f3b192f939","resourceInvariantUUID":"370f4390-b8d9-4941-9827-de00b0f1a65f","resourceCustomizationUUID":"28d46539-0e04-4b4f-87d2-fac246191a16","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":"cb3527a1-ee53-40c0-be41-b8b873d84e12","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":"OGFmYTE2NjE1ZjFjYzc5MWIxM2NlZTg1ZThlMmQzOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f202672b-aa4f-46c6-b472-f7b748e1cc72","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":"OGJmYTU4MmY2NmU2M2RlMTBiYTc2ZDA5YWU4ZDFmNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c8ee006-e00b-4521-8fda-a2f4a23822bf","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":"2ce1d692-66a1-458a-9ef9-370076c9ceb0","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":"8182f048-c4f1-4439-9dfc-229d11adcaab","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":"f67afffc-14aa-4bfe-a67f-606603a13274","artifactVersion":"2","generatedFromUUID":"2ce1d692-66a1-458a-9ef9-370076c9ceb0"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NmRjOWY1NmZkMGQ4NzM1YjcwZjZkYTBkZjVmNjYyNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3192d86-55e8-4646-a5b6-00dec99dc52b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NzBjZjk0ZTg1NmJjZjZiZDg3YjlmMjZlZmM2YTZiOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81b8a3f5-3e06-4cec-8375-1a8eb8eaca5a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T03:59:40.540Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:40.541Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:40.542Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:40.542Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:40.643Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T03:59:40.643Z||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-09-04T03:59:40.643Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:40.655Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:40.655Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:41.543Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:41.544Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:41.545Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:41.545Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:41.645Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:41.646Z||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-09-04T03:59:41.646Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:41.655Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:41.655Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:42.545Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:42.546Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:42.548Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:42.548Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T03:59:42.648Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:42.649Z||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-09-04T03:59:42.649Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:42.657Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:42.657Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:43.548Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:43.549Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:43.551Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:43.551Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-04T03:59:43.651Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:43.652Z||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-09-04T03:59:43.652Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:43.661Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:43.661Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:44.552Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:44.553Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:44.555Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:44.555Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:44.655Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:44.656Z||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-09-04T03:59:44.656Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:44.665Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:44.665Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:45.556Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:45.556Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:45.558Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:45.558Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-04T03:59:45.658Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:45.659Z||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-09-04T03:59:45.659Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:45.669Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:45.669Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:46.559Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:46.560Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:46.561Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:46.561Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:46.661Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:46.662Z||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-09-04T03:59:46.662Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:46.671Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:46.671Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:47.562Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T03:59:47.562Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:47.564Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:47.564Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:59:47.665Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T03:59:47.665Z||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-09-04T03:59:47.665Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:47.674Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:47.674Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:48.565Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6a5e1488-f037-411a-8b0f-3c2baaa1034c",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "28d46539-0e04-4b4f-87d2-fac246191a16",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "44f6e9d3-64d2-4254-94ea-26f3b192f939",
      "resourceInvariantUUID": "370f4390-b8d9-4941-9827-de00b0f1a65f",
      "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": "OGJmYTU4MmY2NmU2M2RlMTBiYTc2ZDA5YWU4ZDFmNTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4c8ee006-e00b-4521-8fda-a2f4a23822bf",
          "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": "2ce1d692-66a1-458a-9ef9-370076c9ceb0",
          "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": "f67afffc-14aa-4bfe-a67f-606603a13274",
            "generatedFromUUID": "2ce1d692-66a1-458a-9ef9-370076c9ceb0"
          },
          "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": "f67afffc-14aa-4bfe-a67f-606603a13274",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NzBjZjk0ZTg1NmJjZjZiZDg3YjlmMjZlZmM2YTZiOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "81b8a3f5-3e06-4cec-8375-1a8eb8eaca5a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-04T03:59:48.566Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T03:59:48.566Z|1698eb10-91f1-4113-910a-4d17ea1291a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8 ASDC
2021-09-04T03:59:48.566Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c4c9d25a-dc04-49b0-b068-2c14fa175158
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8
ServiceInvariantUUID:6a5e1488-f037-411a-8b0f-3c2baaa1034c
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:81b8a3f5-3e06-4cec-8375-1a8eb8eaca5a
ArtifactChecksum:NzBjZjk0ZTg1NmJjZjZiZDg3YjlmMjZlZmM2YTZiOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:28d46539-0e04-4b4f-87d2-fac246191a16
ResourceInvariantUUID:370f4390-b8d9-4941-9827-de00b0f1a65f
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:44f6e9d3-64d2-4254-94ea-26f3b192f939
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:4c8ee006-e00b-4521-8fda-a2f4a23822bf
ArtifactChecksum:OGJmYTU4MmY2NmU2M2RlMTBiYTc2ZDA5YWU4ZDFmNTA=
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:2ce1d692-66a1-458a-9ef9-370076c9ceb0
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:f67afffc-14aa-4bfe-a67f-606603a13274
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:f67afffc-14aa-4bfe-a67f-606603a13274
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-04T03:59:48.566Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8 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-09-04T03:59:48.596Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:59:48.597Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T03:59:48.597Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T03:59:48.597Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 81b8a3f5-3e06-4cec-8375-1a8eb8eaca5a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-04T03:59:48.597Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T03:59:48.597Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-04T03:59:48.967Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T03:59:48.970Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 81b8a3f5-3e06-4cec-8375-1a8eb8eaca5a 73381
2021-09-04T03:59:48.970Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-04T03:59:48.970Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-04T03:59:48.971Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:59:48.971Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:48.972Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:48.973Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727988970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:59:49.073Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:49.073Z||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-09-04T03:59:49.073Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:49.082Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:49.082Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:49.973Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T03:59:49.974Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T03:59:49.974Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 81b8a3f5-3e06-4cec-8375-1a8eb8eaca5a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:49.974Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-04T03:59:49.975Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:49.975Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.054Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP426921323327174868/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-09-04T03:59:50.881Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.882Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.883Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T03:59:50.884Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-04T03:59:50.885Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:50.886Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f07d4dba-43bd-46b8-9278-a25e8ea964a8
2021-09-04T03:59:50.887Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:50.888Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8
Model Version:NULL
Model InvariantUuid:6a5e1488-f037-411a-8b0f-3c2baaa1034c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:9785d3a5-e4b2-4f3c-9314-c5bda5856641
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:370f4390-b8d9-4941-9827-de00b0f1a65f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:28d46539-0e04-4b4f-87d2-fac246191a16
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:04a435cc-6eb5-4e01-934b-5d1034aca726
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:5bd4df15-565e-4e98-ad94-11e40383595d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f07d4dba-43bd-46b8-9278-a25e8ea964a8
ModelInvariantUuid:105aadc5-3f6c-485e-b32e-2634830abd9c
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:4eb911c4-c4d7-4c41-add5-7e1d8eb2421f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:679ffdec-b7ef-4404-8e1f-867e3283b277
ModelInvariantUuid:ce5e8f28-a186-40b0-b42a-0eac1cb62fb4
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:02725f50-a515-42b5-a612-0b397ff4f118
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-09-04T03:59:50.894Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 44f6e9d3-64d2-4254-94ea-26f3b192f939
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-09-04T03:59:50.896Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||basicclamp 0
2021-09-04T03:59:50.897Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 44f6e9d3-64d2-4254-94ea-26f3b192f939
2021-09-04T03:59:50.897Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4c8ee006-e00b-4521-8fda-a2f4a23822bf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-04T03:59:50.897Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T03:59:50.897Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-04T03:59:51.266Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T03:59:51.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 4c8ee006-e00b-4521-8fda-a2f4a23822bf 790
2021-09-04T03:59:51.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:51.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:51.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:59:51.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:51.269Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:51.269Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727991267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:59:51.369Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:51.369Z||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-09-04T03:59:51.369Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:51.377Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:51.377Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:52.269Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "04a435cc-6eb5-4e01-934b-5d1034aca726",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5bd4df15-565e-4e98-ad94-11e40383595d",
    "vfModuleModelCustomizationUUID": "464ec188-62f1-455f-9ec7-178762976013",
    "isBase": true,
    "artifacts": [
      "2ce1d692-66a1-458a-9ef9-370076c9ceb0",
      "f67afffc-14aa-4bfe-a67f-606603a13274"
    ],
    "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-09-04T03:59:52.272Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bd4df15-565e-4e98-ad94-11e40383595d
VfModuleModelInvariantUUID:04a435cc-6eb5-4e01-934b-5d1034aca726
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ce1d692-66a1-458a-9ef9-370076c9ceb0
,
f67afffc-14aa-4bfe-a67f-606603a13274

}
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-09-04T03:59:52.273Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "04a435cc-6eb5-4e01-934b-5d1034aca726",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5bd4df15-565e-4e98-ad94-11e40383595d",
    "vfModuleModelCustomizationUUID": "464ec188-62f1-455f-9ec7-178762976013",
    "isBase": true,
    "artifacts": [
      "2ce1d692-66a1-458a-9ef9-370076c9ceb0",
      "f67afffc-14aa-4bfe-a67f-606603a13274"
    ],
    "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-09-04T03:59:52.274Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bd4df15-565e-4e98-ad94-11e40383595d
VfModuleModelInvariantUUID:04a435cc-6eb5-4e01-934b-5d1034aca726
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ce1d692-66a1-458a-9ef9-370076c9ceb0
,
f67afffc-14aa-4bfe-a67f-606603a13274

}
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-09-04T03:59:52.274Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2ce1d692-66a1-458a-9ef9-370076c9ceb0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-04T03:59:52.274Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T03:59:52.274Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-04T03:59:52.423Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T03:59:52.424Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2ce1d692-66a1-458a-9ef9-370076c9ceb0 5033
2021-09-04T03:59:52.424Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:52.424Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:52.424Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:59:52.424Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:52.426Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:52.426Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727992424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:59:52.526Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:52.527Z||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-09-04T03:59:52.527Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:52.535Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:52.535Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T03:59:52.907Z||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-09-04T03:59:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:52.923Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:52.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "cds",
  "timestamp": 1630727917290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727920922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727918876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "policy-id",
  "timestamp": 1630727920084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "cds",
  "timestamp": 1630727917290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727920922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727918876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "policy-id",
  "timestamp": 1630727920084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727926463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "cds",
  "timestamp": 1630727917290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727920922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727918876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T03:59:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "policy-id",
  "timestamp": 1630727920084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727926463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "cds",
  "timestamp": 1630727917290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727920922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727918876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "policy-id",
  "timestamp": 1630727920084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727926463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "cds",
  "timestamp": 1630727917290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727920922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727918876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "policy-id",
  "timestamp": 1630727920084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727926463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "cds",
  "timestamp": 1630727917290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727920922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727918876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-04T03:59:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "policy-id",
  "timestamp": 1630727920084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727926463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "cds",
  "timestamp": 1630727917290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727920922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727918876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "policy-id",
  "timestamp": 1630727920084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727926463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727931593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727920922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "cds",
  "timestamp": 1630727917290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727918876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "policy-id",
  "timestamp": 1630727920084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T03:59:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T03:59:53.426Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f67afffc-14aa-4bfe-a67f-606603a13274 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-04T03:59:53.427Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T03:59:53.427Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-04T03:59:53.842Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T03:59:53.842Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f67afffc-14aa-4bfe-a67f-606603a13274 909
2021-09-04T03:59:53.842Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:53.842Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:53.842Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T03:59:53.843Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:53.844Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:53.844Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727993842,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T03:59:53.944Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:53.945Z||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-09-04T03:59:53.945Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:53.955Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:53.956Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:54.844Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8
2021-09-04T03:59:54.845Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 44f6e9d3-64d2-4254-94ea-26f3b192f939 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-09-04T03:59:54.857Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59f7474e, org.onap.sdc.toscaparser.api.parameters.Input@392aa20b, org.onap.sdc.toscaparser.api.parameters.Input@3d32b075, org.onap.sdc.toscaparser.api.parameters.Input@714b132f, org.onap.sdc.toscaparser.api.parameters.Input@1265f77f]
2021-09-04T03:59:54.858Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.858Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:54.859Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-09-04T03:59:54.859Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 28d46539-0e04-4b4f-87d2-fac246191a16
2021-09-04T03:59:54.859Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 28d46539-0e04-4b4f-87d2-fac246191a16 matches Tosca VF Customization UUID: 28d46539-0e04-4b4f-87d2-fac246191a16
2021-09-04T03:59:54.859Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 28d46539-0e04-4b4f-87d2-fac246191a16  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-09-04T03:59:54.861Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.861Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:54.862Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 28d46539-0e04-4b4f-87d2-fac246191a16: {\"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-09-04T03:59:54.862Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fd120f8
2021-09-04T03:59:54.862Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.862Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T03:59:54.863Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 464ec188-62f1-455f-9ec7-178762976013
2021-09-04T03:59:54.863Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 464ec188-62f1-455f-9ec7-178762976013
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-09-04T03:59:54.865Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.865Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:54.866Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:59:54.866Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.866Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:54.866Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:59:54.866Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.866Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-04T03:59:54.866Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-04T03:59:54.867Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-04T03:59:54.867Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f07d4dba-43bd-46b8-9278-a25e8ea964a8
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-09-04T03:59:54.869Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.869Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:54.870Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T03:59:54.870Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.870Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-04T03:59:54.870Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=28d46539-0e04-4b4f-87d2-fac246191a16
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-09-04T03:59:54.872Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.872Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:54.872Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8: basicclamp
2021-09-04T03:59:54.872Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.872Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:54.872Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.873Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:54.873Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.873Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:54.873Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.873Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:54.873Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T03:59:54.873Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T03:59:54.874Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:54.962Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 44f6e9d3-64d2-4254-94ea-26f3b192f939 1 ASDC deployResourceStructure
2021-09-04T03:59:54.963Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:54.963Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:54.963Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:59:54.963Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:54.965Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:54.965Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727994963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T03:59:55.065Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:55.066Z||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-09-04T03:59:55.066Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:55.076Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:55.076Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:55.966Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:55.966Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:55.966Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:59:55.966Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:55.968Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:55.968Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727995965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T03:59:56.068Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:56.069Z||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-09-04T03:59:56.069Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:56.079Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:56.079Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:56.969Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:56.969Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||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-09-04T03:59:56.969Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:59:56.969Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:56.971Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:56.971Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727996968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-04T03:59:57.071Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:57.072Z||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-09-04T03:59:57.072Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:57.082Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:57.082Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:57.972Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-04T03:59:57.972Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-04T03:59:57.972Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T03:59:57.973Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T03:59:57.974Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T03:59:57.974Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727997972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T03:59:58.074Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T03:59:58.075Z||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-09-04T03:59:58.075Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T03:59:58.085Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T03:59:58.085Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T03:59:58.975Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4c9d25a-dc04-49b0-b068-2c14fa175158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T03:59:58.982Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4c9d25a-dc04-49b0-b068-2c14fa175158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T03:59:58.984Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T03:59:58.984Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T03:59:58.984Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T04:00:28.984Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4c9d25a-dc04-49b0-b068-2c14fa175158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:00:28.993Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4c9d25a-dc04-49b0-b068-2c14fa175158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:00:28.995Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:00:28.995Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T04:00:28.995Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T04:00:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:00:52.907Z||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-09-04T04:00:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:00:52.928Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:00:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:00:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727926463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:00:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:00:58.995Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4c9d25a-dc04-49b0-b068-2c14fa175158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:00:59.005Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4c9d25a-dc04-49b0-b068-2c14fa175158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:00:59.006Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:00:59.007Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T04:00:59.007Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T04:01:29.007Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4c9d25a-dc04-49b0-b068-2c14fa175158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:01:29.016Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4c9d25a-dc04-49b0-b068-2c14fa175158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:01:29.018Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:01:29.018Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T04:01:29.018Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T04:01:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:01:52.907Z||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-09-04T04:01:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:01:52.924Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:01:52.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727931593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "dcae-sch",
  "timestamp": 1630727932986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:01:52.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727926463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727934130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:52.936Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "policy-id",
  "timestamp": 1630727934142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "cds",
  "timestamp": 1630727934220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727931593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "dcae-sch",
  "timestamp": 1630727932986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "policy-id",
  "timestamp": 1630727935146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "cds",
  "timestamp": 1630727935225,
  "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-09-04T04:01:52.944Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4c9d25a-dc04-49b0-b068-2c14fa175158
2021-09-04T04:01:52.944Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4c9d25a-dc04-49b0-b068-2c14fa175158 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-09-04T04:01:52.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727931593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "dcae-sch",
  "timestamp": 1630727932986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727935823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:52.953Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "policy-id",
  "timestamp": 1630727936148,
  "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-09-04T04:01:52.958Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4c9d25a-dc04-49b0-b068-2c14fa175158
2021-09-04T04:01:52.958Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4c9d25a-dc04-49b0-b068-2c14fa175158 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-09-04T04:01:52.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727931593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "dcae-sch",
  "timestamp": 1630727932986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727931593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "dcae-sch",
  "timestamp": 1630727932986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727931593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "aai-ml",
  "timestamp": 1630727937877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "dcae-sch",
  "timestamp": 1630727932986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727938779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727931593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "aai-ml",
  "timestamp": 1630727937877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "dcae-sch",
  "timestamp": 1630727932986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727939937,
  "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-09-04T04:01:52.973Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4c9d25a-dc04-49b0-b068-2c14fa175158
2021-09-04T04:01:52.973Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4c9d25a-dc04-49b0-b068-2c14fa175158 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-09-04T04:01:52.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "aai-ml",
  "timestamp": 1630727937877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "dcae-sch",
  "timestamp": 1630727932986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727940940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:52.979Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "aai-ml",
  "timestamp": 1630727937877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727941533,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "aai-ml",
  "timestamp": 1630727937877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "cds",
  "timestamp": 1630727936230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727941943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "policy-id",
  "timestamp": 1630727940084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727943363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "aai-ml",
  "timestamp": 1630727937877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727943558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "cds",
  "timestamp": 1630727936230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727941943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "policy-id",
  "timestamp": 1630727940084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727944367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:52.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "aai-ml",
  "timestamp": 1630727937877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727944561,
  "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-09-04T04:01:52.986Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c4c9d25a-dc04-49b0-b068-2c14fa175158
2021-09-04T04:01:52.986Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4c9d25a-dc04-49b0-b068-2c14fa175158 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-09-04T04:01:52.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "cds",
  "timestamp": 1630727936230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727941943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:01:52.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "policy-id",
  "timestamp": 1630727940084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "aai-ml",
  "timestamp": 1630727937877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "cds",
  "timestamp": 1630727936230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727941943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "policy-id",
  "timestamp": 1630727940084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727946463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "cds",
  "timestamp": 1630727936230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727941943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "policy-id",
  "timestamp": 1630727940084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "dcae-sch",
  "timestamp": 1630727947763,
  "artifactURL": "/sdc/v1/catalog/services/2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8/resourceInstances/basicclamp0/artifacts/cb3527a1-ee53-40c0-be41-b8b873d84e12",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "aai-ml",
  "timestamp": 1630727947763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727946463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "cds",
  "timestamp": 1630727936230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727941943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "policy-id",
  "timestamp": 1630727940084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "dcae-sch",
  "timestamp": 1630727948974,
  "artifactURL": "/sdc/v1/catalog/services/2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8/resourceInstances/basicclamp0/artifacts/cb3527a1-ee53-40c0-be41-b8b873d84e12",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727946463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "cds",
  "timestamp": 1630727936230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727941943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:52.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "policy-id",
  "timestamp": 1630727940084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:52.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:52.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:52.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "dcae-sch",
  "timestamp": 1630727949977,
  "artifactURL": "/sdc/v1/catalog/services/2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8/resourceInstances/basicclamp0/artifacts/cb3527a1-ee53-40c0-be41-b8b873d84e12",
  "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-09-04T04:01:53.001Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of c4c9d25a-dc04-49b0-b068-2c14fa175158
2021-09-04T04:01:53.001Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4c9d25a-dc04-49b0-b068-2c14fa175158 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-09-04T04:01:53.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727946463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "cds",
  "timestamp": 1630727950756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727950766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "policy-id",
  "timestamp": 1630727950765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.010Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727946463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "cds",
  "timestamp": 1630727951761,
  "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-09-04T04:01:53.021Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3126d938-31ff-4bf2-a088-a968e36802ec
2021-09-04T04:01:53.021Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3126d938-31ff-4bf2-a088-a968e36802ec 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-09-04T04:01:53.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "policy-id",
  "timestamp": 1630727951769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:53.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727946463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727952262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "policy-id",
  "timestamp": 1630727952772,
  "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-09-04T04:01:53.032Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3126d938-31ff-4bf2-a088-a968e36802ec
2021-09-04T04:01:53.032Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3126d938-31ff-4bf2-a088-a968e36802ec 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-09-04T04:01:53.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727946463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "aai-ml",
  "timestamp": 1630727953317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "dcae-sch",
  "timestamp": 1630727952986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727953825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "aai-ml",
  "timestamp": 1630727954320,
  "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-09-04T04:01:53.044Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c4c9d25a-dc04-49b0-b068-2c14fa175158
2021-09-04T04:01:53.044Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4c9d25a-dc04-49b0-b068-2c14fa175158 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-09-04T04:01:53.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "dcae-sch",
  "timestamp": 1630727952986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727954844,
  "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-09-04T04:01:53.055Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3126d938-31ff-4bf2-a088-a968e36802ec
2021-09-04T04:01:53.055Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3126d938-31ff-4bf2-a088-a968e36802ec 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-09-04T04:01:53.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "dcae-sch",
  "timestamp": 1630727952986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727955846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:53.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "dcae-sch",
  "timestamp": 1630727952986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "dcae-sch",
  "timestamp": 1630727952986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727958480,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "dcae-sch",
  "timestamp": 1630727952986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727959484,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "dcae-sch",
  "timestamp": 1630727952986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "clamp",
  "timestamp": 1630727960487,
  "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-09-04T04:01:53.065Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c4c9d25a-dc04-49b0-b068-2c14fa175158
2021-09-04T04:01:53.065Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4c9d25a-dc04-49b0-b068-2c14fa175158 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-09-04T04:01:53.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727961593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "clamp",
  "timestamp": 1630727961491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727958876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "cds",
  "timestamp": 1630727952764,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "policy-id",
  "timestamp": 1630727960084,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "clamp",
  "timestamp": 1630727961491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727961593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727958876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "cds",
  "timestamp": 1630727952764,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "policy-id",
  "timestamp": 1630727960084,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727961593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "clamp",
  "timestamp": 1630727961491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727961593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "clamp",
  "timestamp": 1630727961491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "cds",
  "timestamp": 1630727966056,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "policy-id",
  "timestamp": 1630727966053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727961593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "clamp",
  "timestamp": 1630727961491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727966463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "cds",
  "timestamp": 1630727967061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T04:01:53.086Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1
2021-09-04T04:01:53.086Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1 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-09-04T04:01:53.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "policy-id",
  "timestamp": 1630727967056,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727961593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "clamp",
  "timestamp": 1630727961491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727966463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "policy-id",
  "timestamp": 1630727968058,
  "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-09-04T04:01:53.098Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1
2021-09-04T04:01:53.098Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1 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-09-04T04:01:53.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727961593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "clamp",
  "timestamp": 1630727961491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "cds",
  "timestamp": 1630727968065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727969602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "cds",
  "timestamp": 1630727968065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "cds",
  "timestamp": 1630727968065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727971597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "cds",
  "timestamp": 1630727968065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727972600,
  "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-09-04T04:01:53.112Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3126d938-31ff-4bf2-a088-a968e36802ec
2021-09-04T04:01:53.112Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3126d938-31ff-4bf2-a088-a968e36802ec 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-09-04T04:01:53.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "cds",
  "timestamp": 1630727968065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "clamp",
  "timestamp": 1630727973367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "dcae-sch",
  "timestamp": 1630727972986,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "cds",
  "timestamp": 1630727968065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "clamp",
  "timestamp": 1630727974383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "dcae-sch",
  "timestamp": 1630727972986,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "cds",
  "timestamp": 1630727968065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1698eb10-91f1-4113-910a-4d17ea1291a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727975222,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:01:53.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "clamp",
  "timestamp": 1630727975385,
  "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-09-04T04:01:53.124Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3126d938-31ff-4bf2-a088-a968e36802ec
2021-09-04T04:01:53.124Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3126d938-31ff-4bf2-a088-a968e36802ec 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-09-04T04:01:53.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "dcae-sch",
  "timestamp": 1630727972986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "cds",
  "timestamp": 1630727968065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "aai-ml",
  "timestamp": 1630727975940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "dcae-sch",
  "timestamp": 1630727972986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "dcae-sch",
  "timestamp": 1630727972986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "cds",
  "timestamp": 1630727977825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "dcae-sch",
  "timestamp": 1630727972986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727978876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "dcae-sch",
  "timestamp": 1630727972986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "cds",
  "timestamp": 1630727979804,
  "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-09-04T04:01:53.144Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d18ab6ac-0066-428d-adec-fccef03337bf
2021-09-04T04:01:53.144Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d18ab6ac-0066-428d-adec-fccef03337bf 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-09-04T04:01:53.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727978876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "dcae-sch",
  "timestamp": 1630727972986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "policy-id",
  "timestamp": 1630727980084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "clamp",
  "timestamp": 1630727980922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727978876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "dcae-sch",
  "timestamp": 1630727972986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "policy-id",
  "timestamp": 1630727980084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "clamp",
  "timestamp": 1630727980922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727978876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "dcae-sch",
  "timestamp": 1630727972986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "policy-id",
  "timestamp": 1630727980084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727978876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "policy-id",
  "timestamp": 1630727980084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "aai-ml",
  "timestamp": 1630727983782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:53.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727978876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "policy-id",
  "timestamp": 1630727980084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "aai-ml",
  "timestamp": 1630727984787,
  "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-09-04T04:01:53.163Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3126d938-31ff-4bf2-a088-a968e36802ec
2021-09-04T04:01:53.163Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3126d938-31ff-4bf2-a088-a968e36802ec 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-09-04T04:01:53.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727978876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "policy-id",
  "timestamp": 1630727980084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727978876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "policy-id",
  "timestamp": 1630727980084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727986463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "policy-id",
  "timestamp": 1630727980084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727987957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727986463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "aai-ml",
  "timestamp": 1630727988353,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727988970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727986463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "policy-id",
  "timestamp": 1630727989254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727989556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727986463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "policy-id",
  "timestamp": 1630727990260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "clamp",
  "timestamp": 1630727990368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727986463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727991061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727991267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "policy-id",
  "timestamp": 1630727991263,
  "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-09-04T04:01:53.178Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d18ab6ac-0066-428d-adec-fccef03337bf
2021-09-04T04:01:53.178Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d18ab6ac-0066-428d-adec-fccef03337bf 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-09-04T04:01:53.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "aai-ml",
  "timestamp": 1630727991554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:53.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727991593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727986463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:01:53.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:53.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727992082,
  "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-09-04T04:01:53.193Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d18ab6ac-0066-428d-adec-fccef03337bf
2021-09-04T04:01:53.194Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d18ab6ac-0066-428d-adec-fccef03337bf 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-09-04T04:01:53.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "clamp",
  "timestamp": 1630727992375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:01:53.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727992424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:01:53.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:01:53.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "aai-ml",
  "timestamp": 1630727992556,
  "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-09-04T04:01:53.204Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1
2021-09-04T04:01:53.204Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1 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-09-04T04:01:53.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:01:53.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727991593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:01:53.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:01:59.018Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4c9d25a-dc04-49b0-b068-2c14fa175158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:01:59.027Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4c9d25a-dc04-49b0-b068-2c14fa175158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:01:59.029Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:01:59.029Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T04:01:59.029Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-04T04:01:59.029Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-04T04:01:59.030Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:01:59.030Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:01:59.030Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:01:59.030Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:01:59.030Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:01:59.030Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:01:59.030Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:01:59.030Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T04:01:59.035Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-04T04:02:29.035Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c4c9d25a-dc04-49b0-b068-2c14fa175158 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-09-04T04:02:29.041Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c4c9d25a-dc04-49b0-b068-2c14fa175158 and serviceModelVersionId: 2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8
2021-09-04T04:02:29.041Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a5e1488-f037-411a-8b0f-3c2baaa1034c
2021-09-04T04:02:29.042Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a5e1488-f037-411a-8b0f-3c2baaa1034c/model-vers/model-ver/2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8?depth=0
2021-09-04T04:02:29.046Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-04T04:02:29.076Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a5e1488-f037-411a-8b0f-3c2baaa1034c/model-vers/model-ver/2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8?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-09-04T04:02:29.077Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a5e1488-f037-411a-8b0f-3c2baaa1034c/model-vers/model-ver/2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8?depth=0|INFO|500||Invoke
2021-09-04T04:02:29.096Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a5e1488-f037-411a-8b0f-3c2baaa1034c/model-vers/model-ver/2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-04T04:02:29.246Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a5e1488-f037-411a-8b0f-3c2baaa1034c/model-vers/model-ver/2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8?depth=0|INFO|500||InvokeReturn
2021-09-04T04:02:29.247Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6a5e1488-f037-411a-8b0f-3c2baaa1034c/model-vers/model-ver/2967dd5e-4f3e-4c5f-9ecf-35c3b10108b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210904-04:02:29:102-70053], vertex-id=[208992], Content-Length=[0], Date=[Sat, 04 Sep 2021 04:02:29 GMT], Content-Type=[application/json]}
2021-09-04T04:02:29.247Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-09-04T04:02:29.247Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-04T04:02:29.247Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T04:02:29.251Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-04T04:02:29.251Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c4c9d25a-dc04-49b0-b068-2c14fa175158 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-04T04:02:29.252Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-04T04:02:29.252Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:29.254Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:29.254Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728149252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:02:29.354Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:29.355Z||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-09-04T04:02:29.355Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:29.366Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:29.367Z||pool-62-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-09-04T04:02:30.265Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-04T04:02:30.265Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3126d938-31ff-4bf2-a088-a968e36802ec","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8f83b059-970d-4501-93cc-d43261d40768","serviceDescription":"service","serviceInvariantUUID":"a883d046-f46a-4c79-9820-2c9c752ea2ca","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"650ab340-85c1-44ab-aac0-60d770d194fc","resourceInvariantUUID":"4e11bcde-ca34-40b8-ada1-d36ef31a9003","resourceCustomizationUUID":"269a2754-c81a-41e5-9c78-869731084381","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":"ZjFlMmJkMmRjNzRhNDVkYjIyMTk0MTRiNTQ5MzVlNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f67ce3fc-9132-4422-aa5b-348690b01511","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":"MDY2YzFiNDJmN2Y4MDUzNzBkMTk3Mzk4M2Y0NDZhYjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2129768-840f-4c90-93eb-4bdff1586a4a","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":"7fb6f24c-3311-4ad7-a6b0-38ad3a7a3690","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":"1a1948ac-b69f-4925-9d5f-63ea2715762b","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":"543be643-9d87-44a3-a997-88700fef562b","artifactVersion":"2","generatedFromUUID":"7fb6f24c-3311-4ad7-a6b0-38ad3a7a3690"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Mzk3MTEwOWI4OGFiNzk5MTZmZDc4YWMxNjgxMjVlNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38235ede-9bab-4d0a-972d-d371a98f76da","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGRhOTRjODM0ZDg3ODJmNzI3MzVlMDFjYWQ1MTEzZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d1cd841-db49-41ac-9a99-ccc45346e433","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T04:02:30.265Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:02:30.265Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:30.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:30.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:30.367Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:30.368Z||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-09-04T04:02:30.368Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:30.376Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:30.376Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:02:31.267Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:02:31.268Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:31.270Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:31.270Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:02:31.370Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:31.371Z||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-09-04T04:02:31.371Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:31.380Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:31.380Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:02:32.270Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:02:32.272Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:32.273Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:32.273Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:02:32.374Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T04:02:32.374Z||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-09-04T04:02:32.374Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:32.384Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:32.384Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:02:33.274Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:02:33.274Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:33.276Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:33.276Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:33.376Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:33.377Z||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-09-04T04:02:33.377Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:33.388Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:33.388Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:02:34.276Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:02:34.277Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:34.278Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:34.278Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-04T04:02:34.379Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T04:02:34.379Z||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-09-04T04:02:34.379Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:34.388Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:34.388Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:02:35.279Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:02:35.280Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:35.281Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:35.281Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:35.381Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:35.382Z||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-09-04T04:02:35.382Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:35.396Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:35.396Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:02:36.282Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:02:36.283Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:36.284Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:36.284Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:02:36.385Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:36.385Z||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-09-04T04:02:36.385Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:36.394Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:36.395Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:02:37.285Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8f83b059-970d-4501-93cc-d43261d40768",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a883d046-f46a-4c79-9820-2c9c752ea2ca",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "269a2754-c81a-41e5-9c78-869731084381",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "650ab340-85c1-44ab-aac0-60d770d194fc",
      "resourceInvariantUUID": "4e11bcde-ca34-40b8-ada1-d36ef31a9003",
      "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": "MDY2YzFiNDJmN2Y4MDUzNzBkMTk3Mzk4M2Y0NDZhYjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d2129768-840f-4c90-93eb-4bdff1586a4a",
          "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": "7fb6f24c-3311-4ad7-a6b0-38ad3a7a3690",
          "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": "543be643-9d87-44a3-a997-88700fef562b",
            "generatedFromUUID": "7fb6f24c-3311-4ad7-a6b0-38ad3a7a3690"
          },
          "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": "543be643-9d87-44a3-a997-88700fef562b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NGRhOTRjODM0ZDg3ODJmNzI3MzVlMDFjYWQ1MTEzZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6d1cd841-db49-41ac-9a99-ccc45346e433"
    }
  ],
  "workloadContext": "Production"
}
2021-09-04T04:02:37.286Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T04:02:37.286Z|c4c9d25a-dc04-49b0-b068-2c14fa175158|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f83b059-970d-4501-93cc-d43261d40768 ASDC
2021-09-04T04:02:37.286Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3126d938-31ff-4bf2-a088-a968e36802ec
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8f83b059-970d-4501-93cc-d43261d40768
ServiceInvariantUUID:a883d046-f46a-4c79-9820-2c9c752ea2ca
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:6d1cd841-db49-41ac-9a99-ccc45346e433
ArtifactChecksum:NGRhOTRjODM0ZDg3ODJmNzI3MzVlMDFjYWQ1MTEzZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:269a2754-c81a-41e5-9c78-869731084381
ResourceInvariantUUID:4e11bcde-ca34-40b8-ada1-d36ef31a9003
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:650ab340-85c1-44ab-aac0-60d770d194fc
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:d2129768-840f-4c90-93eb-4bdff1586a4a
ArtifactChecksum:MDY2YzFiNDJmN2Y4MDUzNzBkMTk3Mzk4M2Y0NDZhYjU=
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:7fb6f24c-3311-4ad7-a6b0-38ad3a7a3690
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:543be643-9d87-44a3-a997-88700fef562b
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:543be643-9d87-44a3-a997-88700fef562b
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-04T04:02:37.286Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f83b059-970d-4501-93cc-d43261d40768 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-09-04T04:02:37.313Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T04:02:37.313Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:02:37.314Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:02:37.314Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6d1cd841-db49-41ac-9a99-ccc45346e433 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-04T04:02:37.314Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:02:37.314Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-04T04:02:39.188Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:02:39.191Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6d1cd841-db49-41ac-9a99-ccc45346e433 70862
2021-09-04T04:02:39.191Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-04T04:02:39.191Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-04T04:02:39.192Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:02:39.192Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:39.194Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:39.194Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728159191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:02:39.294Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:39.295Z||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-09-04T04:02:39.295Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:39.304Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:39.304Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:02:40.195Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T04:02:40.196Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:02:40.196Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6d1cd841-db49-41ac-9a99-ccc45346e433, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-04T04:02:40.196Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-04T04:02:40.197Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-04T04:02:40.197Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-04T04:02:40.340Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6674443792922812025/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-09-04T04:02:41.166Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T04:02:41.167Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T04:02:41.167Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-04T04:02:41.167Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-04T04:02:41.167Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:41.167Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:41.167Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T04:02:41.168Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.169Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:41.169Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-04T04:02:41.169Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T04:02:41.169Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T04:02:41.169Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.169Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:41.169Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.169Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-04T04:02:41.169Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-04T04:02:41.169Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-09-04T04:02:41.169Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-09-04T04:02:41.170Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-04T04:02:41.170Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-04T04:02:41.170Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.170Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T04:02:41.170Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.170Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-04T04:02:41.170Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:02:41.170Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.170Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-04T04:02:41.170Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:02:41.171Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.171Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-04T04:02:41.171Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:02:41.171Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.171Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-04T04:02:41.171Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-04T04:02:41.171Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-04T04:02:41.171Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a13d2d84-2c29-45f8-a5c8-ac37c64b3f0b
2021-09-04T04:02:41.171Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.171Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:41.172Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.172Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:41.172Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.172Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:41.172Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:41.172Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:41.172Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8f83b059-970d-4501-93cc-d43261d40768
Model Version:NULL
Model InvariantUuid:a883d046-f46a-4c79-9820-2c9c752ea2ca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f43fe8d5-81cb-4322-bb54-dc1b2442cdcc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e11bcde-ca34-40b8-ada1-d36ef31a9003
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:269a2754-c81a-41e5-9c78-869731084381
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:72173d85-b90b-4e78-b1d6-f86614d079eb
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:afd5adc7-bbac-4712-bb2a-d7a23d925fef
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a13d2d84-2c29-45f8-a5c8-ac37c64b3f0b
ModelInvariantUuid:7003c6bd-dcfd-4c14-bdb8-a5ea512e0d76
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:daed76a8-9cc8-44e0-b106-ac27253e23ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:0d70651a-714a-49e6-9637-db4265610374
ModelInvariantUuid:21652988-3564-4190-ba11-2991ae452169
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:b1ad23ff-27ec-4e25-90ef-369321590419
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-09-04T04:02:41.177Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 650ab340-85c1-44ab-aac0-60d770d194fc
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-09-04T04:02:41.179Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||basic_vm 0
2021-09-04T04:02:41.179Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 650ab340-85c1-44ab-aac0-60d770d194fc
2021-09-04T04:02:41.179Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d2129768-840f-4c90-93eb-4bdff1586a4a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-04T04:02:41.179Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:02:41.180Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:41.977Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:02:41.978Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d2129768-840f-4c90-93eb-4bdff1586a4a 787
2021-09-04T04:02:41.978Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:41.978Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:41.978Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:02:41.978Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:41.980Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:41.980Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728161978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:02:42.080Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:42.081Z||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-09-04T04:02:42.081Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:42.090Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:42.090Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:02:42.981Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "72173d85-b90b-4e78-b1d6-f86614d079eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "afd5adc7-bbac-4712-bb2a-d7a23d925fef",
    "vfModuleModelCustomizationUUID": "d020303e-c781-4956-824f-fd5460293581",
    "isBase": true,
    "artifacts": [
      "7fb6f24c-3311-4ad7-a6b0-38ad3a7a3690",
      "543be643-9d87-44a3-a997-88700fef562b"
    ],
    "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-09-04T04:02:42.984Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:afd5adc7-bbac-4712-bb2a-d7a23d925fef
VfModuleModelInvariantUUID:72173d85-b90b-4e78-b1d6-f86614d079eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
7fb6f24c-3311-4ad7-a6b0-38ad3a7a3690
,
543be643-9d87-44a3-a997-88700fef562b

}
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-09-04T04:02:42.985Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "72173d85-b90b-4e78-b1d6-f86614d079eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "afd5adc7-bbac-4712-bb2a-d7a23d925fef",
    "vfModuleModelCustomizationUUID": "d020303e-c781-4956-824f-fd5460293581",
    "isBase": true,
    "artifacts": [
      "7fb6f24c-3311-4ad7-a6b0-38ad3a7a3690",
      "543be643-9d87-44a3-a997-88700fef562b"
    ],
    "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-09-04T04:02:42.985Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:afd5adc7-bbac-4712-bb2a-d7a23d925fef
VfModuleModelInvariantUUID:72173d85-b90b-4e78-b1d6-f86614d079eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
7fb6f24c-3311-4ad7-a6b0-38ad3a7a3690
,
543be643-9d87-44a3-a997-88700fef562b

}
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-09-04T04:02:42.985Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7fb6f24c-3311-4ad7-a6b0-38ad3a7a3690 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-04T04:02:42.985Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:02:42.985Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:44.777Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:02:44.777Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7fb6f24c-3311-4ad7-a6b0-38ad3a7a3690 5033
2021-09-04T04:02:44.777Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:44.778Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:44.778Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:02:44.778Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:44.779Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:44.779Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728164777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:02:44.880Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:44.880Z||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-09-04T04:02:44.880Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:44.886Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:44.887Z||pool-72-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:02:45.780Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 543be643-9d87-44a3-a997-88700fef562b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-04T04:02:45.781Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:02:45.781Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:46.648Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:02:46.649Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 543be643-9d87-44a3-a997-88700fef562b 903
2021-09-04T04:02:46.649Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:46.649Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:46.649Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:02:46.649Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:46.651Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:46.651Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728166649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:02:46.751Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:46.751Z||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-09-04T04:02:46.752Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:46.759Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:46.759Z||pool-73-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:02:47.651Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8f83b059-970d-4501-93cc-d43261d40768
2021-09-04T04:02:47.652Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 650ab340-85c1-44ab-aac0-60d770d194fc 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-09-04T04:02:47.664Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a395c9b, org.onap.sdc.toscaparser.api.parameters.Input@2fe15b23, org.onap.sdc.toscaparser.api.parameters.Input@2c8dea78, org.onap.sdc.toscaparser.api.parameters.Input@20a7615b, org.onap.sdc.toscaparser.api.parameters.Input@20fa2c50]
2021-09-04T04:02:47.665Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.666Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:47.666Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-09-04T04:02:47.666Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 269a2754-c81a-41e5-9c78-869731084381
2021-09-04T04:02:47.666Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 269a2754-c81a-41e5-9c78-869731084381 matches Tosca VF Customization UUID: 269a2754-c81a-41e5-9c78-869731084381
2021-09-04T04:02:47.666Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 269a2754-c81a-41e5-9c78-869731084381  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-09-04T04:02:47.668Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.668Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:47.668Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 269a2754-c81a-41e5-9c78-869731084381: {\"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-09-04T04:02:47.668Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5dccabfc
2021-09-04T04:02:47.669Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.669Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T04:02:47.669Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d020303e-c781-4956-824f-fd5460293581
2021-09-04T04:02:47.669Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d020303e-c781-4956-824f-fd5460293581
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-09-04T04:02:47.671Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.671Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-04T04:02:47.671Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:02:47.671Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.672Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-04T04:02:47.672Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:02:47.672Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.672Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-04T04:02:47.672Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-04T04:02:47.672Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-04T04:02:47.672Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a13d2d84-2c29-45f8-a5c8-ac37c64b3f0b
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-09-04T04:02:47.674Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.674Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-04T04:02:47.674Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:02:47.674Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.675Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-04T04:02:47.675Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=269a2754-c81a-41e5-9c78-869731084381
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-09-04T04:02:47.676Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.676Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:47.677Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8f83b059-970d-4501-93cc-d43261d40768: basic_vm
2021-09-04T04:02:47.677Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.677Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:47.677Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.677Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:47.677Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.677Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:47.677Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.678Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:47.678Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:02:47.678Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:02:47.678Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:47.768Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 650ab340-85c1-44ab-aac0-60d770d194fc 1 ASDC deployResourceStructure
2021-09-04T04:02:47.769Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:47.769Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:47.769Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:02:47.769Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:47.771Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:47.771Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728167769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:47.871Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:47.871Z||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-09-04T04:02:47.872Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:47.880Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:47.880Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:02:48.772Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:48.772Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:48.772Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:02:48.772Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:48.773Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:48.774Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728168771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:48.874Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:48.874Z||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-09-04T04:02:48.874Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:48.883Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:48.884Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:02:49.775Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:49.775Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||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-09-04T04:02:49.775Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:02:49.775Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:49.776Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:49.777Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728169774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:49.877Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:49.877Z||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-09-04T04:02:49.877Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:49.889Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:49.889Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:02:50.778Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-04T04:02:50.778Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-04T04:02:50.778Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:02:50.778Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:02:50.780Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:02:50.780Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728170777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:50.880Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:02:50.881Z||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-09-04T04:02:50.881Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:50.889Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:50.889Z||pool-77-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:02:51.781Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3126d938-31ff-4bf2-a088-a968e36802ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:02:51.790Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3126d938-31ff-4bf2-a088-a968e36802ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:02:51.793Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:02:51.793Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T04:02:51.793Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-04T04:02:51.794Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-04T04:02:51.794Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:02:51.794Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:02:51.794Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:02:51.794Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:02:51.794Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:02:51.794Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:02:51.794Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T04:02:51.799Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-04T04:02:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:02:52.907Z||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-09-04T04:02:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:02:52.924Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:02:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727986463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630727993084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:52.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "clamp",
  "timestamp": 1630727993379,
  "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-09-04T04:02:52.931Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1
2021-09-04T04:02:52.931Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1 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-09-04T04:02:52.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727993842,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:02:52.940Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630727986463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727994051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727994963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727995498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727995965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:52.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630727996502,
  "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-09-04T04:02:52.946Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1
2021-09-04T04:02:52.946Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1 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-09-04T04:02:52.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727996968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:52.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727997972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "aai-ml",
  "timestamp": 1630727967877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "aai-ml",
  "timestamp": 1630728002592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:02:52.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "aai-ml",
  "timestamp": 1630728009046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:52.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "aai-ml",
  "timestamp": 1630728010050,
  "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-09-04T04:02:52.960Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d18ab6ac-0066-428d-adec-fccef03337bf
2021-09-04T04:02:52.960Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d18ab6ac-0066-428d-adec-fccef03337bf 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-09-04T04:02:52.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "clamp",
  "timestamp": 1630728010922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "clamp",
  "timestamp": 1630728010922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:02:52.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "clamp",
  "timestamp": 1630728010922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "clamp",
  "timestamp": 1630728010922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "clamp",
  "timestamp": 1630728010922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "clamp",
  "timestamp": 1630728010922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "clamp",
  "timestamp": 1630728010922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "clamp",
  "timestamp": 1630728010922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:02:52.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728021593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728021593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728021593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728021593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728021593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "clamp",
  "timestamp": 1630728026372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:02:52.973Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728021593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728021593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:02:52.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728021593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:02:52.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:02:52.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "clamp",
  "timestamp": 1630728029376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:52.974Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "clamp",
  "timestamp": 1630728030379,
  "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-09-04T04:02:52.979Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d18ab6ac-0066-428d-adec-fccef03337bf
2021-09-04T04:02:52.979Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d18ab6ac-0066-428d-adec-fccef03337bf 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-09-04T04:02:52.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728030585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:02:52.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728032553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:02:52.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:02:52.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:02:52.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728033557,
  "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-09-04T04:02:52.992Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d18ab6ac-0066-428d-adec-fccef03337bf
2021-09-04T04:02:52.993Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d18ab6ac-0066-428d-adec-fccef03337bf 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-09-04T04:03:21.799Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3126d938-31ff-4bf2-a088-a968e36802ec 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-09-04T04:03:21.802Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3126d938-31ff-4bf2-a088-a968e36802ec and serviceModelVersionId: 8f83b059-970d-4501-93cc-d43261d40768
2021-09-04T04:03:21.802Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a883d046-f46a-4c79-9820-2c9c752ea2ca
2021-09-04T04:03:21.803Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a883d046-f46a-4c79-9820-2c9c752ea2ca/model-vers/model-ver/8f83b059-970d-4501-93cc-d43261d40768?depth=0
2021-09-04T04:03:21.806Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-04T04:03:21.835Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a883d046-f46a-4c79-9820-2c9c752ea2ca/model-vers/model-ver/8f83b059-970d-4501-93cc-d43261d40768?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-09-04T04:03:21.836Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a883d046-f46a-4c79-9820-2c9c752ea2ca/model-vers/model-ver/8f83b059-970d-4501-93cc-d43261d40768?depth=0|INFO|500||Invoke
2021-09-04T04:03:21.851Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a883d046-f46a-4c79-9820-2c9c752ea2ca/model-vers/model-ver/8f83b059-970d-4501-93cc-d43261d40768?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-04T04:03:21.981Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a883d046-f46a-4c79-9820-2c9c752ea2ca/model-vers/model-ver/8f83b059-970d-4501-93cc-d43261d40768?depth=0|INFO|500||InvokeReturn
2021-09-04T04:03:21.981Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a883d046-f46a-4c79-9820-2c9c752ea2ca/model-vers/model-ver/8f83b059-970d-4501-93cc-d43261d40768?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210904-04:03:21:858-42779], vertex-id=[237600], Content-Length=[0], Date=[Sat, 04 Sep 2021 04:03:21 GMT], Content-Type=[application/json]}
2021-09-04T04:03:21.981Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-09-04T04:03:21.982Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-04T04:03:21.982Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T04:03:21.986Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-04T04:03:21.986Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3126d938-31ff-4bf2-a088-a968e36802ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-04T04:03:21.986Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-04T04:03:21.986Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:03:21.988Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:03:21.988Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728201986,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:03:22.088Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:03:22.089Z||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-09-04T04:03:22.089Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:03:22.104Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:03:22.104Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-04T04:03:22.997Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-04T04:03:22.997Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2fd693f5-6929-4fbc-9ae8-c153edd9c2d1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d64c3611-b4e9-4767-9548-954368ccccb0","serviceDescription":"service","serviceInvariantUUID":"4dd86571-6d17-4f6f-9de4-9f5971cc83b2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"aa91531b-b510-4148-b5f6-aee728dd7a07","resourceInvariantUUID":"f4021606-7703-4154-acbe-160d61d17b71","resourceCustomizationUUID":"08e29d89-4491-4856-8e08-59ee2a4dd67b","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":"NjBiYjgwMDU0ZTU3ZWNlMmIxNmMzMzQ0NjU5YmVmZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13a54de0-1700-4761-a8f0-71a1b2e29052","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTBmMzBhMWQzNDIzODNjYTYxZWYzZWQ0MmE3ZGVjMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59f31770-91f6-43d5-9942-de6183daf2cc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T04:03:22.997Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:03:22.997Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:03:22.999Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:03:22.999Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:23.099Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:03:23.099Z||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-09-04T04:03:23.099Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:03:23.108Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:03:23.108Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:03:23.999Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:03:24.000Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:03:24.001Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:03:24.001Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:03:24.101Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:03:24.103Z||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-09-04T04:03:24.103Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:03:24.113Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:03:24.113Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:03:25.002Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d64c3611-b4e9-4767-9548-954368ccccb0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4dd86571-6d17-4f6f-9de4-9f5971cc83b2",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "08e29d89-4491-4856-8e08-59ee2a4dd67b",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "aa91531b-b510-4148-b5f6-aee728dd7a07",
      "resourceInvariantUUID": "f4021606-7703-4154-acbe-160d61d17b71",
      "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": "OTBmMzBhMWQzNDIzODNjYTYxZWYzZWQ0MmE3ZGVjMGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59f31770-91f6-43d5-9942-de6183daf2cc"
    }
  ],
  "workloadContext": "Production"
}
2021-09-04T04:03:25.002Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T04:03:25.002Z|3126d938-31ff-4bf2-a088-a968e36802ec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d64c3611-b4e9-4767-9548-954368ccccb0 ASDC
2021-09-04T04:03:25.003Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2fd693f5-6929-4fbc-9ae8-c153edd9c2d1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d64c3611-b4e9-4767-9548-954368ccccb0
ServiceInvariantUUID:4dd86571-6d17-4f6f-9de4-9f5971cc83b2
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:59f31770-91f6-43d5-9942-de6183daf2cc
ArtifactChecksum:OTBmMzBhMWQzNDIzODNjYTYxZWYzZWQ0MmE3ZGVjMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:08e29d89-4491-4856-8e08-59ee2a4dd67b
ResourceInvariantUUID:f4021606-7703-4154-acbe-160d61d17b71
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:aa91531b-b510-4148-b5f6-aee728dd7a07
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-04T04:03:25.003Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d64c3611-b4e9-4767-9548-954368ccccb0 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-09-04T04:03:25.022Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T04:03:25.022Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:03:25.022Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:03:25.023Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 59f31770-91f6-43d5-9942-de6183daf2cc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-04T04:03:25.023Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:03:25.023Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-04T04:03:25.752Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:03:25.754Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 59f31770-91f6-43d5-9942-de6183daf2cc 52172
2021-09-04T04:03:25.754Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-04T04:03:25.754Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-04T04:03:25.754Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:03:25.755Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:03:25.756Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:03:25.756Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728205754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:03:25.857Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T04:03:25.857Z||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-09-04T04:03:25.857Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:03:25.866Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:03:25.866Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:03:26.757Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T04:03:26.758Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:03:26.758Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 59f31770-91f6-43d5-9942-de6183daf2cc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-04T04:03:26.758Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-04T04:03:26.758Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-04T04:03:26.758Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-04T04:03:26.826Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP787526449218150472/Definitions/service-BasicNetwork-template.yml
2021-09-04T04:03:27.176Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||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-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||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-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||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-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||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-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||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-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||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-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||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-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T04:03:27.177Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.178Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.178Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-04T04:03:27.178Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T04:03:27.178Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T04:03:27.178Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.178Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.178Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-04T04:03:27.178Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T04:03:27.178Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T04:03:27.178Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.178Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.178Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.179Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.179Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.179Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.179Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.179Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.179Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.179Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.179Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d64c3611-b4e9-4767-9548-954368ccccb0
Model Version:NULL
Model InvariantUuid:4dd86571-6d17-4f6f-9de4-9f5971cc83b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f4021606-7703-4154-acbe-160d61d17b71
Model UUID:73706b2e-97b2-4706-8c48-4c9560988c81
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:08e29d89-4491-4856-8e08-59ee2a4dd67b
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-09-04T04:03:27.187Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: aa91531b-b510-4148-b5f6-aee728dd7a07
2021-09-04T04:03:27.187Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||No resources found for Service: d64c3611-b4e9-4767-9548-954368ccccb0
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-09-04T04:03:27.190Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||
2021-09-04T04:03:27.190Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-04T04:03:27.190Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d64c3611-b4e9-4767-9548-954368ccccb0
2021-09-04T04:03:27.191Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d64c3611-b4e9-4767-9548-954368ccccb0
2021-09-04T04:03:27.191Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-04T04:03:27.191Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||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-09-04T04:03:27.194Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7604d19, org.onap.sdc.toscaparser.api.parameters.Input@78f9dc3f, org.onap.sdc.toscaparser.api.parameters.Input@6ed237d4, org.onap.sdc.toscaparser.api.parameters.Input@7160a6f2, org.onap.sdc.toscaparser.api.parameters.Input@74ed3542]
2021-09-04T04:03:27.195Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.195Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.196Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.196Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.196Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d64c3611-b4e9-4767-9548-954368ccccb0: Generic NeutronNet
2021-09-04T04:03:27.196Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.196Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.196Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.196Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||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-09-04T04:03:27.215Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.216Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.216Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.216Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.216Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:03:27.216Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:03:27.216Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||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-09-04T04:03:27.251Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-04T04:03:27.251Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-04T04:03:27.252Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-04T04:03:27.252Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:03:27.252Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:03:27.253Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:03:27.254Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728207251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:03:27.354Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:03:27.354Z||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-09-04T04:03:27.354Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:03:27.363Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:03:27.363Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:03:28.254Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:03:28.262Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:03:28.263Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:03:28.264Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T04:03:28.264Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-04T04:03:28.264Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-04T04:03:28.264Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:03:28.264Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:03:28.264Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:03:28.264Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:03:28.264Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:03:28.264Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:03:28.264Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T04:03:28.268Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-04T04:03:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:03:52.907Z||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-09-04T04:03:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:03:52.924Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:03:52.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728098876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728106463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "policy-id",
  "timestamp": 1630728100084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "clamp",
  "timestamp": 1630728100922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728098876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728106463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "policy-id",
  "timestamp": 1630728100084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "clamp",
  "timestamp": 1630728100922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728106463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728098876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "policy-id",
  "timestamp": 1630728100084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "clamp",
  "timestamp": 1630728100922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728098876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728106463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "policy-id",
  "timestamp": 1630728100084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "clamp",
  "timestamp": 1630728100922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728098876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728106463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "policy-id",
  "timestamp": 1630728100084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "clamp",
  "timestamp": 1630728100922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:03:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728111593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:03:58.268Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1 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-09-04T04:03:58.272Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1 and serviceModelVersionId: d64c3611-b4e9-4767-9548-954368ccccb0
2021-09-04T04:03:58.272Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4dd86571-6d17-4f6f-9de4-9f5971cc83b2
2021-09-04T04:03:58.272Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4dd86571-6d17-4f6f-9de4-9f5971cc83b2/model-vers/model-ver/d64c3611-b4e9-4767-9548-954368ccccb0?depth=0
2021-09-04T04:03:58.276Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-04T04:03:58.302Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4dd86571-6d17-4f6f-9de4-9f5971cc83b2/model-vers/model-ver/d64c3611-b4e9-4767-9548-954368ccccb0?depth=0|INFO|500||Invoke
2021-09-04T04:03:58.302Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4dd86571-6d17-4f6f-9de4-9f5971cc83b2/model-vers/model-ver/d64c3611-b4e9-4767-9548-954368ccccb0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4dd86571-6d17-4f6f-9de4-9f5971cc83b2/model-vers/model-ver/d64c3611-b4e9-4767-9548-954368ccccb0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2fd693f5-6929-4fbc-9ae8-c153edd9c2d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[84dea6d0-61ca-4974-b53f-6161db0b0282], X-ECOMP-RequestID=[2fd693f5-6929-4fbc-9ae8-c153edd9c2d1], X-TransactionId=[], X-ONAP-RequestID=[2fd693f5-6929-4fbc-9ae8-c153edd9c2d1], Content-Type=[application/merge-patch+json]}
2021-09-04T04:03:58.316Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4dd86571-6d17-4f6f-9de4-9f5971cc83b2/model-vers/model-ver/d64c3611-b4e9-4767-9548-954368ccccb0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-04T04:03:58.680Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4dd86571-6d17-4f6f-9de4-9f5971cc83b2/model-vers/model-ver/d64c3611-b4e9-4767-9548-954368ccccb0?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/4dd86571-6d17-4f6f-9de4-9f5971cc83b2/model-vers/model-ver/d64c3611-b4e9-4767-9548-954368ccccb0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210904-04:03:58:322-57088], vertex-id=[168184], Content-Length=[0], Date=[Sat, 04 Sep 2021 04:03:58 GMT], Content-Type=[application/json]}
2021-09-04T04:03:58.680Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4dd86571-6d17-4f6f-9de4-9f5971cc83b2/model-vers/model-ver/d64c3611-b4e9-4767-9548-954368ccccb0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-04T04:03:58.681Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4dd86571-6d17-4f6f-9de4-9f5971cc83b2/model-vers/model-ver/d64c3611-b4e9-4767-9548-954368ccccb0?depth=0|INFO|500||InvokeReturn
2021-09-04T04:03:58.681Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-04T04:03:58.681Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T04:03:58.685Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-04T04:03:58.685Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2fd693f5-6929-4fbc-9ae8-c153edd9c2d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-04T04:03:58.685Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-04T04:03:58.685Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:03:58.687Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:03:58.687Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728238685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:03:58.787Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:03:58.787Z||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-09-04T04:03:58.788Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:03:58.796Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:03:58.796Z||pool-83-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-09-04T04:03:59.697Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-04T04:03:59.697Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d18ab6ac-0066-428d-adec-fccef03337bf","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b0fa8907-16a0-4325-a052-28664cc09fca","serviceDescription":"service","serviceInvariantUUID":"3d11d93e-08a3-4acf-98cf-e7cb008e104f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ed3c4354-9df4-4c74-a427-877d2ade0cf1","resourceInvariantUUID":"d5968cef-4378-4258-82e2-b5eb52f75895","resourceCustomizationUUID":"425870dc-a9db-46e0-92fb-544600fa3e42","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":"NjZiYTU2ODMyNDZiZTRiNWU3Y2M4MzhhNmJjMzg0ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb29e92e-b529-47ca-9198-ea69a2fc8b2b","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":"YjBhZGM1OWQwZDBhMjQ1ZTUzNWM1Y2Q1Mzc2YmNkZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c2975af-1e58-436b-ac89-229ef10edc37","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":"565c45c6-a116-4f44-a3dc-6f56795af246","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":"005b9edb-bcbd-4043-aac6-f2c21531ad9c","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":"f4de9063-ddc1-4b3e-9956-3b712f2378cc","artifactVersion":"2","generatedFromUUID":"565c45c6-a116-4f44-a3dc-6f56795af246"},{"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":"YmVhNTQ1OGQ3Yzc3NDcxYjZiNTM3MzJkNTc3N2Y2ZTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c64d6ba8-6166-4a7c-97a1-9288e8a931e1","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":"NWRiZmY3MjMwNzc3NDg3MWJhMjdmNjZkOTNkNjg2M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c6c77c6-4fb3-4386-9097-418047313bd0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTE1OGQ2ODljOTM3ZDc3ODdkZWUzNDY0MWE4NWQ0ZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41ef6dd4-3421-4969-a78b-a229f2c6a8bd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T04:03:59.698Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:03:59.698Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:03:59.700Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:03:59.700Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:03:59.800Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:03:59.800Z||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-09-04T04:03:59.800Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:03:59.809Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:03:59.810Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:00.700Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:00.701Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:00.702Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:00.702Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:04:00.803Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:00.803Z||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-09-04T04:04:00.803Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:00.812Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:00.812Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:01.703Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:01.704Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:01.705Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:01.705Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:04:01.805Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:01.806Z||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-09-04T04:04:01.806Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:01.814Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:01.814Z||pool-86-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:04:02.706Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:02.706Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:02.708Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:02.708Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:02.808Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:02.809Z||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-09-04T04:04:02.809Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:02.817Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:02.817Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:04:03.708Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:03.709Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:03.710Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:03.710Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-04T04:04:03.810Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:03.811Z||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-09-04T04:04:03.811Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:03.820Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:03.820Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:04.711Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:04.711Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:04.713Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:04.713Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:04.813Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:04.814Z||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-09-04T04:04:04.814Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:04.822Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:04.823Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:04:05.713Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:05.714Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:05.715Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:05.715Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:05.816Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T04:04:05.816Z||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-09-04T04:04:05.816Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:05.824Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:05.824Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:06.716Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:06.716Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:06.718Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:06.718Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:04:06.818Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:06.818Z||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-09-04T04:04:06.819Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:06.826Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:06.826Z||pool-91-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:07.719Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b0fa8907-16a0-4325-a052-28664cc09fca",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3d11d93e-08a3-4acf-98cf-e7cb008e104f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "425870dc-a9db-46e0-92fb-544600fa3e42",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ed3c4354-9df4-4c74-a427-877d2ade0cf1",
      "resourceInvariantUUID": "d5968cef-4378-4258-82e2-b5eb52f75895",
      "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": "YjBhZGM1OWQwZDBhMjQ1ZTUzNWM1Y2Q1Mzc2YmNkZjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c2975af-1e58-436b-ac89-229ef10edc37",
          "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": "565c45c6-a116-4f44-a3dc-6f56795af246",
          "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": "f4de9063-ddc1-4b3e-9956-3b712f2378cc",
            "generatedFromUUID": "565c45c6-a116-4f44-a3dc-6f56795af246"
          },
          "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": "f4de9063-ddc1-4b3e-9956-3b712f2378cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTE1OGQ2ODljOTM3ZDc3ODdkZWUzNDY0MWE4NWQ0ZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "41ef6dd4-3421-4969-a78b-a229f2c6a8bd"
    }
  ],
  "workloadContext": "Production"
}
2021-09-04T04:04:07.719Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T04:04:07.719Z|2fd693f5-6929-4fbc-9ae8-c153edd9c2d1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b0fa8907-16a0-4325-a052-28664cc09fca ASDC
2021-09-04T04:04:07.719Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d18ab6ac-0066-428d-adec-fccef03337bf
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:b0fa8907-16a0-4325-a052-28664cc09fca
ServiceInvariantUUID:3d11d93e-08a3-4acf-98cf-e7cb008e104f
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:41ef6dd4-3421-4969-a78b-a229f2c6a8bd
ArtifactChecksum:MTE1OGQ2ODljOTM3ZDc3ODdkZWUzNDY0MWE4NWQ0ZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:425870dc-a9db-46e0-92fb-544600fa3e42
ResourceInvariantUUID:d5968cef-4378-4258-82e2-b5eb52f75895
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:ed3c4354-9df4-4c74-a427-877d2ade0cf1
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:6c2975af-1e58-436b-ac89-229ef10edc37
ArtifactChecksum:YjBhZGM1OWQwZDBhMjQ1ZTUzNWM1Y2Q1Mzc2YmNkZjc=
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:565c45c6-a116-4f44-a3dc-6f56795af246
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:f4de9063-ddc1-4b3e-9956-3b712f2378cc
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:f4de9063-ddc1-4b3e-9956-3b712f2378cc
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-04T04:04:07.719Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0fa8907-16a0-4325-a052-28664cc09fca 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-09-04T04:04:07.745Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T04:04:07.745Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:04:07.745Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:04:07.746Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 41ef6dd4-3421-4969-a78b-a229f2c6a8bd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-04T04:04:07.746Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:04:07.746Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-04T04:04:08.265Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:04:08.267Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 41ef6dd4-3421-4969-a78b-a229f2c6a8bd 78593
2021-09-04T04:04:08.267Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-04T04:04:08.268Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-04T04:04:08.268Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:04:08.268Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:08.269Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:08.269Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728248267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:08.369Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:08.370Z||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-09-04T04:04:08.370Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:08.378Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:08.378Z||pool-92-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:09.270Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T04:04:09.271Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:04:09.271Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 41ef6dd4-3421-4969-a78b-a229f2c6a8bd, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-04T04:04:09.271Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-04T04:04:09.271Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-04T04:04:09.272Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-04T04:04:09.355Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7955202665526830269/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-09-04T04:04:10.166Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T04:04:10.166Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T04:04:10.166Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-04T04:04:10.166Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-04T04:04:10.166Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:10.166Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:10.166Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:10.167Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-04T04:04:10.167Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-04T04:04:10.167Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-04T04:04:10.167Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:10.167Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-04T04:04:10.167Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-04T04:04:10.167Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T04:04:10.167Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.167Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:10.168Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-04T04:04:10.168Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T04:04:10.168Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T04:04:10.168Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.168Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:10.168Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-04T04:04:10.168Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T04:04:10.168Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T04:04:10.169Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.169Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:10.169Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.169Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-04T04:04:10.169Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-04T04:04:10.169Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-09-04T04:04:10.169Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-09-04T04:04:10.169Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-04T04:04:10.169Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-04T04:04:10.170Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.170Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T04:04:10.170Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.170Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-04T04:04:10.170Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:04:10.170Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.170Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-04T04:04:10.170Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:04:10.171Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.171Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-04T04:04:10.171Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:04:10.171Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.171Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-04T04:04:10.171Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-04T04:04:10.171Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-04T04:04:10.171Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=444ecae6-cb48-4651-9351-bcd9abcf0bfa
2021-09-04T04:04:10.172Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.172Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:10.172Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.172Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:10.172Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.172Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:10.172Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:10.172Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:10.172Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:b0fa8907-16a0-4325-a052-28664cc09fca
Model Version:NULL
Model InvariantUuid:3d11d93e-08a3-4acf-98cf-e7cb008e104f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:66a3cb7e-3ad1-4952-a234-c8ef72d355a4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d5968cef-4378-4258-82e2-b5eb52f75895
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:425870dc-a9db-46e0-92fb-544600fa3e42
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d734c04-ce56-4df3-a636-b777ef61393f
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:c55e6107-1261-49d6-9941-89fcea83a8da
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:444ecae6-cb48-4651-9351-bcd9abcf0bfa
ModelInvariantUuid:53892d44-ffb4-4c73-a3ae-e82781f5221d
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:9c162f20-4df5-4d0d-9e07-b96d9ed164a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:085ce09b-2f28-43af-b3c7-2cf1c7347a1d
ModelInvariantUuid:236ecd65-bf09-465b-9547-a5f6bed51897
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:9a1e5d50-8831-4360-88d4-1eed511edc99
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-09-04T04:04:10.178Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ed3c4354-9df4-4c74-a427-877d2ade0cf1
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-09-04T04:04:10.180Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2021-09-04T04:04:10.181Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ed3c4354-9df4-4c74-a427-877d2ade0cf1
2021-09-04T04:04:10.181Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6c2975af-1e58-436b-ac89-229ef10edc37 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-04T04:04:10.181Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:04:10.181Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:10.338Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:04:10.339Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 6c2975af-1e58-436b-ac89-229ef10edc37 792
2021-09-04T04:04:10.339Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:10.339Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:10.339Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:04:10.339Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:10.341Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:10.341Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728250339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:10.441Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:10.442Z||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-09-04T04:04:10.442Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:10.452Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:10.452Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:04:11.341Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1d734c04-ce56-4df3-a636-b777ef61393f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c55e6107-1261-49d6-9941-89fcea83a8da",
    "vfModuleModelCustomizationUUID": "c99b9f09-3d4c-4365-86e7-7f5fd7c4a78b",
    "isBase": true,
    "artifacts": [
      "565c45c6-a116-4f44-a3dc-6f56795af246",
      "f4de9063-ddc1-4b3e-9956-3b712f2378cc"
    ],
    "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-09-04T04:04:11.345Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c55e6107-1261-49d6-9941-89fcea83a8da
VfModuleModelInvariantUUID:1d734c04-ce56-4df3-a636-b777ef61393f
VfModuleModelDescription:NULL
Artifacts UUID List:{
565c45c6-a116-4f44-a3dc-6f56795af246
,
f4de9063-ddc1-4b3e-9956-3b712f2378cc

}
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-09-04T04:04:11.346Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1d734c04-ce56-4df3-a636-b777ef61393f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c55e6107-1261-49d6-9941-89fcea83a8da",
    "vfModuleModelCustomizationUUID": "c99b9f09-3d4c-4365-86e7-7f5fd7c4a78b",
    "isBase": true,
    "artifacts": [
      "565c45c6-a116-4f44-a3dc-6f56795af246",
      "f4de9063-ddc1-4b3e-9956-3b712f2378cc"
    ],
    "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-09-04T04:04:11.346Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c55e6107-1261-49d6-9941-89fcea83a8da
VfModuleModelInvariantUUID:1d734c04-ce56-4df3-a636-b777ef61393f
VfModuleModelDescription:NULL
Artifacts UUID List:{
565c45c6-a116-4f44-a3dc-6f56795af246
,
f4de9063-ddc1-4b3e-9956-3b712f2378cc

}
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-09-04T04:04:11.347Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 565c45c6-a116-4f44-a3dc-6f56795af246 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-04T04:04:11.347Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:04:11.347Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:11.490Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:04:11.490Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 565c45c6-a116-4f44-a3dc-6f56795af246 5033
2021-09-04T04:04:11.491Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:11.491Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:11.491Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:04:11.491Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:11.493Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:11.493Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728251491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:11.593Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:11.593Z||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-09-04T04:04:11.593Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:11.603Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:11.603Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:12.493Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f4de9063-ddc1-4b3e-9956-3b712f2378cc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-04T04:04:12.494Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:04:12.494Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:12.642Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:04:12.642Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f4de9063-ddc1-4b3e-9956-3b712f2378cc 903
2021-09-04T04:04:12.643Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:12.643Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:12.643Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:04:12.643Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:12.644Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:12.645Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728252643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:12.745Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:12.745Z||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-09-04T04:04:12.745Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:12.755Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:12.755Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:13.645Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b0fa8907-16a0-4325-a052-28664cc09fca
2021-09-04T04:04:13.646Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ed3c4354-9df4-4c74-a427-877d2ade0cf1 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-09-04T04:04:13.655Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cc5149c, org.onap.sdc.toscaparser.api.parameters.Input@7f7bcc0d, org.onap.sdc.toscaparser.api.parameters.Input@2fa36c95, org.onap.sdc.toscaparser.api.parameters.Input@8a6e645, org.onap.sdc.toscaparser.api.parameters.Input@4c837239]
2021-09-04T04:04:13.656Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.656Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:13.656Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-09-04T04:04:13.657Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 425870dc-a9db-46e0-92fb-544600fa3e42
2021-09-04T04:04:13.657Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 425870dc-a9db-46e0-92fb-544600fa3e42 matches Tosca VF Customization UUID: 425870dc-a9db-46e0-92fb-544600fa3e42
2021-09-04T04:04:13.657Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 425870dc-a9db-46e0-92fb-544600fa3e42  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-09-04T04:04:13.658Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.659Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:13.659Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 425870dc-a9db-46e0-92fb-544600fa3e42: {\"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-09-04T04:04:13.659Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66e19b44
2021-09-04T04:04:13.659Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.659Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T04:04:13.659Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c99b9f09-3d4c-4365-86e7-7f5fd7c4a78b
2021-09-04T04:04:13.660Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c99b9f09-3d4c-4365-86e7-7f5fd7c4a78b
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-09-04T04:04:13.661Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.661Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-04T04:04:13.661Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:04:13.662Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.662Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-04T04:04:13.662Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:04:13.662Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.662Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-04T04:04:13.662Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-04T04:04:13.662Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-04T04:04:13.662Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=444ecae6-cb48-4651-9351-bcd9abcf0bfa
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-09-04T04:04:13.664Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.664Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-04T04:04:13.664Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:04:13.664Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.664Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-04T04:04:13.664Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=425870dc-a9db-46e0-92fb-544600fa3e42
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-09-04T04:04:13.666Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.666Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:13.666Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b0fa8907-16a0-4325-a052-28664cc09fca: basic_vm_macro
2021-09-04T04:04:13.666Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.666Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:13.666Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.666Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:13.666Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.666Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:13.667Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.667Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:13.667Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:04:13.667Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:04:13.667Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:13.727Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ed3c4354-9df4-4c74-a427-877d2ade0cf1 1 ASDC deployResourceStructure
2021-09-04T04:04:13.728Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:13.728Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:13.728Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:04:13.728Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:13.729Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:13.729Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728253728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:13.830Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:13.830Z||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-09-04T04:04:13.830Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:13.840Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:13.840Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:14.730Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:14.730Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:14.730Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:04:14.731Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:14.732Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:14.732Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728254730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:14.832Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:14.833Z||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-09-04T04:04:14.833Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:14.840Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:14.840Z||pool-97-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:15.732Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:15.733Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||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-09-04T04:04:15.733Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:04:15.733Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:15.734Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:15.735Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728255732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:15.835Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:15.835Z||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-09-04T04:04:15.835Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:15.845Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:15.846Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:16.735Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-04T04:04:16.736Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-04T04:04:16.736Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:04:16.736Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:16.737Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:16.737Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728256735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:16.838Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T04:04:16.838Z||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-09-04T04:04:16.838Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:16.848Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:16.848Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:17.738Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d18ab6ac-0066-428d-adec-fccef03337bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:04:17.748Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d18ab6ac-0066-428d-adec-fccef03337bf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:04:17.749Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:04:17.750Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T04:04:17.750Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-04T04:04:17.750Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-04T04:04:17.750Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:04:17.750Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:04:17.750Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:04:17.750Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:04:17.750Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:04:17.750Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:04:17.750Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T04:04:17.754Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-04T04:04:47.754Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d18ab6ac-0066-428d-adec-fccef03337bf 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-09-04T04:04:47.760Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d18ab6ac-0066-428d-adec-fccef03337bf and serviceModelVersionId: b0fa8907-16a0-4325-a052-28664cc09fca
2021-09-04T04:04:47.760Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d11d93e-08a3-4acf-98cf-e7cb008e104f
2021-09-04T04:04:47.761Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d11d93e-08a3-4acf-98cf-e7cb008e104f/model-vers/model-ver/b0fa8907-16a0-4325-a052-28664cc09fca?depth=0
2021-09-04T04:04:47.764Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-04T04:04:47.792Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d11d93e-08a3-4acf-98cf-e7cb008e104f/model-vers/model-ver/b0fa8907-16a0-4325-a052-28664cc09fca?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-09-04T04:04:47.793Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d11d93e-08a3-4acf-98cf-e7cb008e104f/model-vers/model-ver/b0fa8907-16a0-4325-a052-28664cc09fca?depth=0|INFO|500||Invoke
2021-09-04T04:04:47.808Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d11d93e-08a3-4acf-98cf-e7cb008e104f/model-vers/model-ver/b0fa8907-16a0-4325-a052-28664cc09fca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-04T04:04:48.046Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d11d93e-08a3-4acf-98cf-e7cb008e104f/model-vers/model-ver/b0fa8907-16a0-4325-a052-28664cc09fca?depth=0|INFO|500||InvokeReturn
2021-09-04T04:04:48.047Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3d11d93e-08a3-4acf-98cf-e7cb008e104f/model-vers/model-ver/b0fa8907-16a0-4325-a052-28664cc09fca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210904-04:04:47:814-87151], vertex-id=[233584], Content-Length=[0], Date=[Sat, 04 Sep 2021 04:04:47 GMT], Content-Type=[application/json]}
2021-09-04T04:04:48.047Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-09-04T04:04:48.047Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-04T04:04:48.047Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T04:04:48.051Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-04T04:04:48.051Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d18ab6ac-0066-428d-adec-fccef03337bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-04T04:04:48.051Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-04T04:04:48.051Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:48.052Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:48.052Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728288051,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:04:48.153Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T04:04:48.153Z||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-09-04T04:04:48.153Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:48.164Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:48.164Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-04T04:04:49.063Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:04:49.064Z|d18ab6ac-0066-428d-adec-fccef03337bf|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-09-04T04:04:49.064Z|d18ab6ac-0066-428d-adec-fccef03337bf|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:04:52.907Z||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-09-04T04:04:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:52.924Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "cds",
  "timestamp": 1630728112290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728098876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728106463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "policy-id",
  "timestamp": 1630728100084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "clamp",
  "timestamp": 1630728100922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728111593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "dcae-sch",
  "timestamp": 1630728112986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "cds",
  "timestamp": 1630728112290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728098876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728106463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "policy-id",
  "timestamp": 1630728100084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "clamp",
  "timestamp": 1630728100922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728111593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "dcae-sch",
  "timestamp": 1630728112986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "cds",
  "timestamp": 1630728112290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728098876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728106463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "policy-id",
  "timestamp": 1630728100084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "clamp",
  "timestamp": 1630728100922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728111593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "dcae-sch",
  "timestamp": 1630728112986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "cds",
  "timestamp": 1630728112290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728098876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728106463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "policy-id",
  "timestamp": 1630728100084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "clamp",
  "timestamp": 1630728100922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728111593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "dcae-sch",
  "timestamp": 1630728112986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "cds",
  "timestamp": 1630728112290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728111593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "dcae-sch",
  "timestamp": 1630728112986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "cds",
  "timestamp": 1630728112290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728111593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "aai-ml",
  "timestamp": 1630728117877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "dcae-sch",
  "timestamp": 1630728112986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "policy-id",
  "timestamp": 1630728118628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728118782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:52.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "cds",
  "timestamp": 1630728112290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728111593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "aai-ml",
  "timestamp": 1630728117877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "dcae-sch",
  "timestamp": 1630728112986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "policy-id",
  "timestamp": 1630728119631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728119809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "cds",
  "timestamp": 1630728112290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728111593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:04:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "aai-ml",
  "timestamp": 1630728117877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "dcae-sch",
  "timestamp": 1630728112986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "policy-id",
  "timestamp": 1630728120634,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-04T04:04:52.945Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c12abb16-7d14-42f5-bd81-45cd57fb5cc7
2021-09-04T04:04:52.946Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c12abb16-7d14-42f5-bd81-45cd57fb5cc7 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-09-04T04:04:52.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728120812,
  "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-09-04T04:04:52.956Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c12abb16-7d14-42f5-bd81-45cd57fb5cc7
2021-09-04T04:04:52.956Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c12abb16-7d14-42f5-bd81-45cd57fb5cc7 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-09-04T04:04:52.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "cds",
  "timestamp": 1630728112290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:04:52.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "aai-ml",
  "timestamp": 1630728117877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "dcae-sch",
  "timestamp": 1630728112986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728122096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "aai-ml",
  "timestamp": 1630728117877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "cds",
  "timestamp": 1630728122592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "aai-ml",
  "timestamp": 1630728117877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728123732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "cds",
  "timestamp": 1630728123795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T04:04:52.968Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c12abb16-7d14-42f5-bd81-45cd57fb5cc7
2021-09-04T04:04:52.968Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c12abb16-7d14-42f5-bd81-45cd57fb5cc7 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-09-04T04:04:52.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "aai-ml",
  "timestamp": 1630728117877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728124735,
  "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-09-04T04:04:52.980Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c12abb16-7d14-42f5-bd81-45cd57fb5cc7
2021-09-04T04:04:52.980Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c12abb16-7d14-42f5-bd81-45cd57fb5cc7 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-09-04T04:04:52.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "aai-ml",
  "timestamp": 1630728117877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "aai-ml",
  "timestamp": 1630728117877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "aai-ml",
  "timestamp": 1630728128159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "clamp",
  "timestamp": 1630728129387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "clamp",
  "timestamp": 1630728130409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "clamp",
  "timestamp": 1630728131413,
  "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-09-04T04:04:52.992Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c12abb16-7d14-42f5-bd81-45cd57fb5cc7
2021-09-04T04:04:52.992Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c12abb16-7d14-42f5-bd81-45cd57fb5cc7 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-09-04T04:04:52.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:52.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "aai-ml",
  "timestamp": 1630728131729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:52.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:52.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "aai-ml",
  "timestamp": 1630728132732,
  "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-09-04T04:04:53.004Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c12abb16-7d14-42f5-bd81-45cd57fb5cc7
2021-09-04T04:04:53.004Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c12abb16-7d14-42f5-bd81-45cd57fb5cc7 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-09-04T04:04:53.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4c9d25a-dc04-49b0-b068-2c14fa175158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728149252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:04:53.011Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:53.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:53.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:53.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728159191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728161978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:53.012Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728164777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728166649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728167769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728168771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728169774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728170777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:04:53.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:04:53.337Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:53.337Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-04T04:04:53.337Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c12abb16-7d14-42f5-bd81-45cd57fb5cc7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"139e5a31-16cb-427d-8077-856b84249f1b","serviceDescription":"service","serviceInvariantUUID":"cb4f2b2a-dc9d-449b-8682-2d80fe599c46","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a890f54f-add4-4bf6-8ef8-4f5b8017c50c","resourceInvariantUUID":"7aaf47fd-fe18-4fe2-b154-57f3b5543350","resourceCustomizationUUID":"e894d1b6-f551-48cf-8548-61b342202871","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":"M2QzMTQ5Nzk1MzMxMmRkZDdhZWJlZGRiNTY2N2JjMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"888779b5-30d7-4328-bc80-0ab10b202682","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":"e55227ef-e7a1-46cb-815a-be59dc0c43fb","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":"411ef594-47b8-4a8b-a598-f02d67865d35","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":"OWQ1YzYyYTg1OGQ3ZDc3MDJjY2FmYTQwZDA2YWM2MTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"39e3975b-943e-42bd-9376-1b0eae516d4a","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":"464a914a-5736-4d16-8364-9e68dcc1e8d9","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":"e9e6876a-7f1a-446d-9a0e-4c08763f3246","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":"b896fb38-f42e-4c22-84ed-d6992e7c56a5","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":"YmI4MTJiMzk4NjJlNGU5Yjc0OTFkMDdmYTBmY2NiZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d613426-98d3-49ce-b3f8-b501015f5ed4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzUzNTkyYTcxNDNjMzFjODVmZDRiZmNiYzc4NDQxOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03b1d343-aa2f-48c4-801b-665e261be4ab","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T04:04:53.338Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:53.339Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:53.340Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:53.340Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:53.440Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:53.441Z||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-09-04T04:04:53.441Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:53.450Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:53.451Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:04:54.340Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:54.341Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:54.343Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:54.343Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:54.444Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T04:04:54.444Z||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-09-04T04:04:54.444Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:54.456Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:54.456Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:04:55.344Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:55.344Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:55.346Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:55.346Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:55.446Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:55.446Z||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-09-04T04:04:55.446Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:55.455Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:55.456Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:56.346Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:56.347Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:56.348Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:56.348Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:56.448Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:56.449Z||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-09-04T04:04:56.449Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:56.458Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:56.459Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:57.349Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:57.349Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:57.351Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:57.351Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:57.451Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:57.452Z||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-09-04T04:04:57.452Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:57.462Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:57.463Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:58.352Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:58.352Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:58.354Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:58.354Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:58.454Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:58.455Z||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-09-04T04:04:58.455Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:58.463Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:58.464Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:04:59.354Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:04:59.355Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:04:59.357Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:04:59.357Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:04:59.457Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:04:59.458Z||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-09-04T04:04:59.458Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:04:59.466Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:04:59.467Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:05:00.358Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:05:00.358Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:05:00.360Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:05:00.360Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:05:00.460Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:05:00.461Z||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-09-04T04:05:00.461Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:05:00.473Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:05:00.473Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:05:01.360Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:05:01.361Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:05:01.363Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:05:01.363Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:05:01.463Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:05:01.464Z||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-09-04T04:05:01.464Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:05:01.473Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:05:01.474Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:05:02.364Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "139e5a31-16cb-427d-8077-856b84249f1b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cb4f2b2a-dc9d-449b-8682-2d80fe599c46",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e894d1b6-f551-48cf-8548-61b342202871",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a890f54f-add4-4bf6-8ef8-4f5b8017c50c",
      "resourceInvariantUUID": "7aaf47fd-fe18-4fe2-b154-57f3b5543350",
      "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": "MzUzNTkyYTcxNDNjMzFjODVmZDRiZmNiYzc4NDQxOTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03b1d343-aa2f-48c4-801b-665e261be4ab"
    }
  ],
  "workloadContext": "Production"
}
2021-09-04T04:05:02.365Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T04:05:02.365Z|d18ab6ac-0066-428d-adec-fccef03337bf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 139e5a31-16cb-427d-8077-856b84249f1b ASDC
2021-09-04T04:05:02.365Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c12abb16-7d14-42f5-bd81-45cd57fb5cc7
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:139e5a31-16cb-427d-8077-856b84249f1b
ServiceInvariantUUID:cb4f2b2a-dc9d-449b-8682-2d80fe599c46
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:03b1d343-aa2f-48c4-801b-665e261be4ab
ArtifactChecksum:MzUzNTkyYTcxNDNjMzFjODVmZDRiZmNiYzc4NDQxOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e894d1b6-f551-48cf-8548-61b342202871
ResourceInvariantUUID:7aaf47fd-fe18-4fe2-b154-57f3b5543350
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:a890f54f-add4-4bf6-8ef8-4f5b8017c50c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-04T04:05:02.365Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 139e5a31-16cb-427d-8077-856b84249f1b 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-09-04T04:05:02.391Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T04:05:02.392Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:05:02.392Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:05:02.392Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 03b1d343-aa2f-48c4-801b-665e261be4ab from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-04T04:05:02.392Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:05:02.392Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-04T04:05:03.278Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:05:03.282Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 03b1d343-aa2f-48c4-801b-665e261be4ab 105551
2021-09-04T04:05:03.282Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-04T04:05:03.282Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-04T04:05:03.282Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:05:03.283Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:05:03.284Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:05:03.284Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728303282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:05:03.384Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:05:03.385Z||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-09-04T04:05:03.385Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:05:03.393Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:05:03.393Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:05:04.285Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T04:05:04.286Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:05:04.286Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 03b1d343-aa2f-48c4-801b-665e261be4ab, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-04T04:05:04.286Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-04T04:05:04.286Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-04T04:05:04.287Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-04T04:05:04.397Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13608178466599448595/Definitions/service-TestPnfMacro-template.yml
2021-09-04T04:05:04.904Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T04:05:04.904Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T04:05:04.904Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||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-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T04:05:04.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T04:05:04.906Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:05:04.906Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:05:04.906Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-04T04:05:04.906Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T04:05:04.906Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T04:05:04.906Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:05:04.906Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:05:04.907Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:05:04.907Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:05:04.907Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:05:04.907Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:05:04.907Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:05:04.908Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:05:04.908Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:05:04.908Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:05:04.908Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:139e5a31-16cb-427d-8077-856b84249f1b
Model Version:NULL
Model InvariantUuid:cb4f2b2a-dc9d-449b-8682-2d80fe599c46
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-09-04T04:05:04.914Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: a890f54f-add4-4bf6-8ef8-4f5b8017c50c
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-09-04T04:05:04.916Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||test-pnf 0
2021-09-04T04:05:04.916Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a890f54f-add4-4bf6-8ef8-4f5b8017c50c
2021-09-04T04:05:04.916Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 139e5a31-16cb-427d-8077-856b84249f1b
2021-09-04T04:05:04.916Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 139e5a31-16cb-427d-8077-856b84249f1b
2021-09-04T04:05:04.916Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a890f54f-add4-4bf6-8ef8-4f5b8017c50c 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-09-04T04:05:04.919Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77c54e19, org.onap.sdc.toscaparser.api.parameters.Input@12896b9e, org.onap.sdc.toscaparser.api.parameters.Input@40af969c, org.onap.sdc.toscaparser.api.parameters.Input@11c5ca3, org.onap.sdc.toscaparser.api.parameters.Input@5c746f1f]
2021-09-04T04:05:04.920Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:05:04.920Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:05:04.920Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 139e5a31-16cb-427d-8077-856b84249f1b: test-pnf
2021-09-04T04:05:04.920Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||Processing PNF resource: a890f54f-add4-4bf6-8ef8-4f5b8017c50c
2021-09-04T04:05:04.920Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:05:04.920Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:05:04.920Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||Resource customization UUID: e894d1b6-f551-48cf-8548-61b342202871 is the same as notified resource customizationUUID: e894d1b6-f551-48cf-8548-61b342202871
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-09-04T04:05:04.946Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a890f54f-add4-4bf6-8ef8-4f5b8017c50c 0 ASDC deployResourceStructure
2021-09-04T04:05:04.946Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-04T04:05:04.946Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-04T04:05:04.946Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:05:04.946Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:05:04.948Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:05:04.948Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728304946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:05:05.048Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:05:05.048Z||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-09-04T04:05:05.048Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:05:05.058Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:05:05.058Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:05:05.948Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c12abb16-7d14-42f5-bd81-45cd57fb5cc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:05:05.957Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c12abb16-7d14-42f5-bd81-45cd57fb5cc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:05:05.958Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:05:05.958Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T04:05:05.958Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-04T04:05:05.958Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-04T04:05:05.958Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:05:05.959Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:05:05.959Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:05:05.959Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:05:05.959Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:05:05.959Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:05:05.959Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:05:05.959Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T04:05:05.962Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-04T04:05:35.963Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c12abb16-7d14-42f5-bd81-45cd57fb5cc7 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-09-04T04:05:35.968Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c12abb16-7d14-42f5-bd81-45cd57fb5cc7 and serviceModelVersionId: 139e5a31-16cb-427d-8077-856b84249f1b
2021-09-04T04:05:35.968Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb4f2b2a-dc9d-449b-8682-2d80fe599c46
2021-09-04T04:05:35.968Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb4f2b2a-dc9d-449b-8682-2d80fe599c46/model-vers/model-ver/139e5a31-16cb-427d-8077-856b84249f1b?depth=0
2021-09-04T04:05:35.972Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-04T04:05:36.013Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb4f2b2a-dc9d-449b-8682-2d80fe599c46/model-vers/model-ver/139e5a31-16cb-427d-8077-856b84249f1b?depth=0|INFO|500||Invoke
2021-09-04T04:05:36.014Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb4f2b2a-dc9d-449b-8682-2d80fe599c46/model-vers/model-ver/139e5a31-16cb-427d-8077-856b84249f1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb4f2b2a-dc9d-449b-8682-2d80fe599c46/model-vers/model-ver/139e5a31-16cb-427d-8077-856b84249f1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c12abb16-7d14-42f5-bd81-45cd57fb5cc7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75b513c2-c617-4aa3-ba01-c6616328bcd1], X-ECOMP-RequestID=[c12abb16-7d14-42f5-bd81-45cd57fb5cc7], X-TransactionId=[], X-ONAP-RequestID=[c12abb16-7d14-42f5-bd81-45cd57fb5cc7], Content-Type=[application/merge-patch+json]}
2021-09-04T04:05:36.032Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb4f2b2a-dc9d-449b-8682-2d80fe599c46/model-vers/model-ver/139e5a31-16cb-427d-8077-856b84249f1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-04T04:05:36.137Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb4f2b2a-dc9d-449b-8682-2d80fe599c46/model-vers/model-ver/139e5a31-16cb-427d-8077-856b84249f1b?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/cb4f2b2a-dc9d-449b-8682-2d80fe599c46/model-vers/model-ver/139e5a31-16cb-427d-8077-856b84249f1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210904-04:05:36:038-24537], vertex-id=[241776], Content-Length=[0], Date=[Sat, 04 Sep 2021 04:05:36 GMT], Content-Type=[application/json]}
2021-09-04T04:05:36.137Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb4f2b2a-dc9d-449b-8682-2d80fe599c46/model-vers/model-ver/139e5a31-16cb-427d-8077-856b84249f1b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-04T04:05:36.138Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb4f2b2a-dc9d-449b-8682-2d80fe599c46/model-vers/model-ver/139e5a31-16cb-427d-8077-856b84249f1b?depth=0|INFO|500||InvokeReturn
2021-09-04T04:05:36.138Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-04T04:05:36.138Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T04:05:36.144Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-04T04:05:36.144Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c12abb16-7d14-42f5-bd81-45cd57fb5cc7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-04T04:05:36.144Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-04T04:05:36.145Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:05:36.146Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:05:36.147Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728336144,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:05:36.249Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-04T04:05:36.250Z||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-09-04T04:05:36.250Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:05:36.262Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:05:36.262Z||pool-112-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-09-04T04:05:37.156Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:05:37.156Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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-09-04T04:05:37.156Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:05:46.701Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:05:46.701Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:05:46.701Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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-09-04T04:05:46.702Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:05:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:05:52.907Z||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-09-04T04:05:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:05:52.923Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:05:52.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:05:52.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3126d938-31ff-4bf2-a088-a968e36802ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728201986,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:05:52.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:05:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:05:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:05:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:05:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:05:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:05:52.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:05:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:05:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728205754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:05:52.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:05:52.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-04T04:05:52.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728207251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:05:52.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:05:56.239Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:05:56.239Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:05:56.239Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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-09-04T04:05:56.240Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:06:05.778Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:06:05.778Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:06:05.778Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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-09-04T04:06:05.779Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:06:15.314Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:06:15.315Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:06:15.315Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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-09-04T04:06:15.315Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:06:24.854Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:06:24.854Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:06:24.855Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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-09-04T04:06:24.855Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:06:34.395Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:06:34.395Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:06:34.396Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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-09-04T04:06:34.396Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:06:43.935Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:06:43.936Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:06:43.936Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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-09-04T04:06:43.936Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:06:52.906Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:06:52.907Z||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-09-04T04:06:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:06:52.925Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:06:52.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fd693f5-6929-4fbc-9ae8-c153edd9c2d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728238685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:06:52.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630727976235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728248267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728250339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:06:52.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728251491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728252643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728253728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728254730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728255732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728256735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d18ab6ac-0066-428d-adec-fccef03337bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728288051,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:06:52.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:06:53.481Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:06:53.481Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:06:53.481Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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-09-04T04:06:53.482Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:07:03.017Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:07:52.904Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:07:52.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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-09-04T04:07:52.905Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:07:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:07:52.907Z||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-09-04T04:07:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:07:52.924Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:07:52.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:07:52.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:07:52.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:07:52.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:07:52.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:07:52.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:07:52.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:07:52.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:07:52.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:07:52.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:07:52.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:07:52.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:07:52.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:07:52.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:07:52.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:07:52.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:07:52.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:07:52.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:07:52.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:07:52.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:07:52.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:07:52.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:07:52.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:07:52.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:07:52.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:07:52.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728289063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:07:52.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:07:52.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:07:52.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728303282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:07:52.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:07:52.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:07:52.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728304946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:07:52.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:07:52.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:07:52.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c12abb16-7d14-42f5-bd81-45cd57fb5cc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728336144,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:07:52.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:07:53.524Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:07:53.524Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-04T04:07:53.525Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"45f69845-d4a1-4a05-a315-2635c3d7a363","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7c0880da-fea9-4b09-8c20-e644c1cd5b86","serviceDescription":"service","serviceInvariantUUID":"e37a1e63-ebd7-49f3-8d21-128f33f0bc7f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"384fec56-37a7-4326-8860-2733fa8aee55","resourceInvariantUUID":"dc7e5888-ee11-4a19-8b19-14f906cc1480","resourceCustomizationUUID":"1e17b760-11d5-40c9-97de-81c1ccce114e","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":"Njg3MTE5Y2MxZWIzY2Y0NTVkZmViZDJkNDY3MDYxMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13d64436-acb2-4e37-a7b4-e1d1791841e8","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":"2a06984a-a099-4902-88df-47c8e6131612","artifactVersion":"2","generatedFromUUID":"0b022573-583c-402a-996e-6fa4e01790d2"},{"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":"0b022573-583c-402a-996e-6fa4e01790d2","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":"OTJjNDEyZGFjNDgyY2ZkYjAwZGNjYzMwMGI1Y2JjZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"41c7100b-3590-4fcf-b7a5-809ff009f0dc","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":"d8b19792-dac5-4b93-8e10-4f86781adcfe","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":"6651e47a-dfa9-4cd8-9e22-6a5728a46524","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":"1d009379-131f-4f47-8fe2-7d1217f0463c","artifactVersion":"2","generatedFromUUID":"d8b19792-dac5-4b93-8e10-4f86781adcfe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmJiODVmYWI0ZmY5MjhmOGE2OGFiYWY3MzUzMTE4ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7207f812-4144-4e4d-922d-0e04ce02e0d1","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTgyZjQ1YzFlNGVhM2FkNmU3YzNmM2UxN2Y2ZDJmNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"309c603d-ea07-43e2-8987-cafb56639269","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-04T04:07:53.526Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:07:53.526Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:07:53.527Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:07:53.527Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:07:53.627Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:07:53.628Z||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-09-04T04:07:53.628Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:07:53.636Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:07:53.636Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:07:54.528Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:07:54.528Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:07:54.530Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:07:54.530Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-04T04:07:54.630Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:07:54.631Z||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-09-04T04:07:54.631Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:07:54.641Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:07:54.641Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:07:55.530Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:07:55.531Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:07:55.532Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:07:55.532Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-04T04:07:55.633Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-04T04:07:55.633Z||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-09-04T04:07:55.633Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:07:55.642Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:07:55.642Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:07:56.533Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:07:56.534Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:07:56.535Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:07:56.535Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:07:56.635Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:07:56.636Z||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-09-04T04:07:56.636Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:07:56.643Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:07:56.644Z||pool-116-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:07:57.536Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:07:57.536Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:07:57.537Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:07:57.538Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:07:57.638Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:07:57.638Z||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-09-04T04:07:57.638Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:07:57.647Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:07:57.648Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:07:58.538Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:07:58.539Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:07:58.541Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:07:58.541Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:07:58.641Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:07:58.642Z||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-09-04T04:07:58.642Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:07:58.648Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:07:58.648Z||pool-118-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:07:59.541Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:07:59.542Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:07:59.544Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:07:59.544Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-04T04:07:59.644Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:07:59.645Z||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-09-04T04:07:59.645Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:07:59.653Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:07:59.653Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:08:00.544Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:08:00.545Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:00.547Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:00.547Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:00.647Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:08:00.648Z||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-09-04T04:08:00.648Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:00.657Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:00.657Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:08:01.548Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-04T04:08:01.548Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:01.550Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:01.550Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:08:01.650Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:08:01.650Z||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-09-04T04:08:01.650Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:01.659Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:01.659Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:08:02.551Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "7c0880da-fea9-4b09-8c20-e644c1cd5b86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e37a1e63-ebd7-49f3-8d21-128f33f0bc7f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "1e17b760-11d5-40c9-97de-81c1ccce114e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "384fec56-37a7-4326-8860-2733fa8aee55",
      "resourceInvariantUUID": "dc7e5888-ee11-4a19-8b19-14f906cc1480",
      "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": "2a06984a-a099-4902-88df-47c8e6131612",
          "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": "0b022573-583c-402a-996e-6fa4e01790d2",
          "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": "OTJjNDEyZGFjNDgyY2ZkYjAwZGNjYzMwMGI1Y2JjZDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "41c7100b-3590-4fcf-b7a5-809ff009f0dc",
          "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": "d8b19792-dac5-4b93-8e10-4f86781adcfe",
          "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": "1d009379-131f-4f47-8fe2-7d1217f0463c",
            "generatedFromUUID": "d8b19792-dac5-4b93-8e10-4f86781adcfe"
          },
          "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": "1d009379-131f-4f47-8fe2-7d1217f0463c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTgyZjQ1YzFlNGVhM2FkNmU3YzNmM2UxN2Y2ZDJmNmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "309c603d-ea07-43e2-8987-cafb56639269"
    }
  ],
  "workloadContext": "Production"
}
2021-09-04T04:08:02.551Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-04T04:08:02.552Z|c12abb16-7d14-42f5-bd81-45cd57fb5cc7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7c0880da-fea9-4b09-8c20-e644c1cd5b86 ASDC
2021-09-04T04:08:02.552Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:45f69845-d4a1-4a05-a315-2635c3d7a363
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:7c0880da-fea9-4b09-8c20-e644c1cd5b86
ServiceInvariantUUID:e37a1e63-ebd7-49f3-8d21-128f33f0bc7f
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:309c603d-ea07-43e2-8987-cafb56639269
ArtifactChecksum:OTgyZjQ1YzFlNGVhM2FkNmU3YzNmM2UxN2Y2ZDJmNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:1e17b760-11d5-40c9-97de-81c1ccce114e
ResourceInvariantUUID:dc7e5888-ee11-4a19-8b19-14f906cc1480
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:384fec56-37a7-4326-8860-2733fa8aee55
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:2a06984a-a099-4902-88df-47c8e6131612
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:0b022573-583c-402a-996e-6fa4e01790d2
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:41c7100b-3590-4fcf-b7a5-809ff009f0dc
ArtifactChecksum:OTJjNDEyZGFjNDgyY2ZkYjAwZGNjYzMwMGI1Y2JjZDI=
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:d8b19792-dac5-4b93-8e10-4f86781adcfe
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:1d009379-131f-4f47-8fe2-7d1217f0463c
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:1d009379-131f-4f47-8fe2-7d1217f0463c
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-04T04:08:02.552Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c0880da-fea9-4b09-8c20-e644c1cd5b86 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-09-04T04:08:02.580Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T04:08:02.581Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:08:02.581Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:08:02.581Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 309c603d-ea07-43e2-8987-cafb56639269 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-04T04:08:02.581Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:08:02.581Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-04T04:08:04.552Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:08:04.555Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 309c603d-ea07-43e2-8987-cafb56639269 68767
2021-09-04T04:08:04.555Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-04T04:08:04.555Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-04T04:08:04.555Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:08:04.556Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:04.557Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:04.557Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728484555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:08:04.657Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:08:04.658Z||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-09-04T04:08:04.658Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:04.668Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:04.668Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:08:05.558Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-04T04:08:05.558Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-04T04:08:05.559Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 309c603d-ea07-43e2-8987-cafb56639269, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-04T04:08:05.559Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-04T04:08:05.559Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-04T04:08:05.559Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-04T04:08:05.642Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5656922568925387342/Definitions/service-BasicCnf-template.yml
2021-09-04T04:08:06.393Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-04T04:08:06.393Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T04:08:06.393Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-04T04:08:06.393Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-04T04:08:06.394Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:06.394Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:06.394Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-04T04:08:06.394Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:06.394Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-04T04:08:06.394Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.394Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:06.394Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-04T04:08:06.394Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T04:08:06.395Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T04:08:06.395Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.395Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:06.395Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-04T04:08:06.395Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-04T04:08:06.395Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-04T04:08:06.395Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.395Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:06.396Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.396Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-04T04:08:06.396Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-04T04:08:06.396Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-04T04:08:06.396Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-04T04:08:06.396Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.396Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T04:08:06.396Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.396Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-04T04:08:06.397Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:08:06.397Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.397Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-04T04:08:06.397Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:08:06.397Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.397Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-04T04:08:06.397Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:08:06.397Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.398Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-04T04:08:06.398Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-04T04:08:06.398Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=974793b1-106e-4325-83b4-22c5f6e43b9e
2021-09-04T04:08:06.398Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.398Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:06.398Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.398Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:06.398Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.399Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:06.399Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:06.399Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:06.399Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:7c0880da-fea9-4b09-8c20-e644c1cd5b86
Model Version:NULL
Model InvariantUuid:e37a1e63-ebd7-49f3-8d21-128f33f0bc7f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:fe690978-15fa-4682-9817-8e6ed5cd1b6d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dc7e5888-ee11-4a19-8b19-14f906cc1480
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1e17b760-11d5-40c9-97de-81c1ccce114e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0abba173-40f5-4291-8862-1fff55e583e8
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1a4680fa-c4cc-4c73-98b8-b3df800b1d98
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:974793b1-106e-4325-83b4-22c5f6e43b9e
ModelInvariantUuid:c98fadbd-d168-44a7-aef5-d2134be9756c
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d4af7e86-4373-4e3f-afc7-db025a37752d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:462b95eb-9c26-4821-9d96-e8fdf5254060
ModelInvariantUuid:07cdd8ab-0778-46da-b595-edde0763f9e6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:87eaa987-ad04-430e-ac0f-38de597191c0
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-09-04T04:08:06.405Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 384fec56-37a7-4326-8860-2733fa8aee55
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-09-04T04:08:06.407Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||basic_cnf 0
2021-09-04T04:08:06.407Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 384fec56-37a7-4326-8860-2733fa8aee55
2021-09-04T04:08:06.407Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2a06984a-a099-4902-88df-47c8e6131612 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-04T04:08:06.407Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:08:06.407Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:07.047Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:08:07.048Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2a06984a-a099-4902-88df-47c8e6131612 12
2021-09-04T04:08:07.048Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:07.048Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:07.049Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:08:07.049Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:07.051Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:07.051Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728487048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:08:07.151Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:08:07.152Z||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-09-04T04:08:07.152Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:07.162Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:07.162Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:08:08.052Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0b022573-583c-402a-996e-6fa4e01790d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-04T04:08:08.052Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:08:08.053Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:08.466Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:08:08.466Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0b022573-583c-402a-996e-6fa4e01790d2 2688
2021-09-04T04:08:08.467Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:08.467Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:08.467Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:08:08.467Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:08.469Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:08.469Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728488467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:08:08.569Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:08:08.569Z||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-09-04T04:08:08.569Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:08.578Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:08.578Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:08:09.470Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 41c7100b-3590-4fcf-b7a5-809ff009f0dc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-04T04:08:09.470Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:08:09.470Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:09.949Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:08:09.949Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 41c7100b-3590-4fcf-b7a5-809ff009f0dc 828
2021-09-04T04:08:09.949Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:09.950Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:09.950Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:08:09.950Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:09.951Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:09.951Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728489949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:08:10.052Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-04T04:08:10.052Z||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-09-04T04:08:10.052Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:10.060Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:10.060Z||pool-125-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:08:10.952Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0abba173-40f5-4291-8862-1fff55e583e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a4680fa-c4cc-4c73-98b8-b3df800b1d98",
    "vfModuleModelCustomizationUUID": "5358b1d2-85b6-4306-9e59-bcdb1cc45c9d",
    "isBase": true,
    "artifacts": [
      "d8b19792-dac5-4b93-8e10-4f86781adcfe",
      "0b022573-583c-402a-996e-6fa4e01790d2",
      "1d009379-131f-4f47-8fe2-7d1217f0463c"
    ],
    "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-09-04T04:08:10.954Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a4680fa-c4cc-4c73-98b8-b3df800b1d98
VfModuleModelInvariantUUID:0abba173-40f5-4291-8862-1fff55e583e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
d8b19792-dac5-4b93-8e10-4f86781adcfe
,
0b022573-583c-402a-996e-6fa4e01790d2
,
1d009379-131f-4f47-8fe2-7d1217f0463c

}
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-09-04T04:08:10.956Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0abba173-40f5-4291-8862-1fff55e583e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a4680fa-c4cc-4c73-98b8-b3df800b1d98",
    "vfModuleModelCustomizationUUID": "5358b1d2-85b6-4306-9e59-bcdb1cc45c9d",
    "isBase": true,
    "artifacts": [
      "d8b19792-dac5-4b93-8e10-4f86781adcfe",
      "0b022573-583c-402a-996e-6fa4e01790d2",
      "1d009379-131f-4f47-8fe2-7d1217f0463c"
    ],
    "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-09-04T04:08:10.956Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a4680fa-c4cc-4c73-98b8-b3df800b1d98
VfModuleModelInvariantUUID:0abba173-40f5-4291-8862-1fff55e583e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
d8b19792-dac5-4b93-8e10-4f86781adcfe
,
0b022573-583c-402a-996e-6fa4e01790d2
,
1d009379-131f-4f47-8fe2-7d1217f0463c

}
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-09-04T04:08:10.956Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d8b19792-dac5-4b93-8e10-4f86781adcfe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-04T04:08:10.956Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:08:10.956Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:11.122Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:08:11.122Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d8b19792-dac5-4b93-8e10-4f86781adcfe 1164
2021-09-04T04:08:11.122Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:11.122Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:11.123Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:08:11.123Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:11.124Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:11.124Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728491122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:08:11.224Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:08:11.225Z||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-09-04T04:08:11.225Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:11.235Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:11.235Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:08:12.125Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1d009379-131f-4f47-8fe2-7d1217f0463c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-04T04:08:12.125Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-04T04:08:12.126Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:12.263Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-04T04:08:12.264Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1d009379-131f-4f47-8fe2-7d1217f0463c 200
2021-09-04T04:08:12.264Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:12.264Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:12.264Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-04T04:08:12.264Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:12.266Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:12.266Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728492264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:08:12.366Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:08:12.367Z||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-09-04T04:08:12.367Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:12.376Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:12.377Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:08:13.267Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7c0880da-fea9-4b09-8c20-e644c1cd5b86
2021-09-04T04:08:13.267Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 384fec56-37a7-4326-8860-2733fa8aee55 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 heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-09-04T04:08:13.280Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T04:08:13.283Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e85f935, org.onap.sdc.toscaparser.api.parameters.Input@118ccb23, org.onap.sdc.toscaparser.api.parameters.Input@5891ac22, org.onap.sdc.toscaparser.api.parameters.Input@31e362d1, org.onap.sdc.toscaparser.api.parameters.Input@9e7989]
2021-09-04T04:08:13.284Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.285Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:13.285Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-09-04T04:08:13.285Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1e17b760-11d5-40c9-97de-81c1ccce114e
2021-09-04T04:08:13.285Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1e17b760-11d5-40c9-97de-81c1ccce114e matches Tosca VF Customization UUID: 1e17b760-11d5-40c9-97de-81c1ccce114e
2021-09-04T04:08:13.285Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1e17b760-11d5-40c9-97de-81c1ccce114e  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-09-04T04:08:13.287Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.287Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:13.287Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1e17b760-11d5-40c9-97de-81c1ccce114e: {\"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-09-04T04:08:13.288Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8c6366b
2021-09-04T04:08:13.288Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.288Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-04T04:08:13.288Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5358b1d2-85b6-4306-9e59-bcdb1cc45c9d
2021-09-04T04:08:13.288Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5358b1d2-85b6-4306-9e59-bcdb1cc45c9d
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-09-04T04:08:13.290Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.290Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-04T04:08:13.290Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:08:13.290Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.290Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-04T04:08:13.290Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:08:13.290Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.291Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-04T04:08:13.291Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-04T04:08:13.291Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=974793b1-106e-4325-83b4-22c5f6e43b9e
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-09-04T04:08:13.292Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.293Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-04T04:08:13.293Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-04T04:08:13.293Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.293Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-04T04:08:13.293Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1e17b760-11d5-40c9-97de-81c1ccce114e
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-09-04T04:08:13.294Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.295Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:13.295Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7c0880da-fea9-4b09-8c20-e644c1cd5b86: basic_cnf
2021-09-04T04:08:13.295Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.295Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:13.295Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.295Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:13.295Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.295Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:13.296Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.296Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:13.296Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-04T04:08:13.296Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-04T04:08:13.296Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:13.353Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 384fec56-37a7-4326-8860-2733fa8aee55 1 ASDC deployResourceStructure
2021-09-04T04:08:13.354Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:13.354Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:13.354Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-04T04:08:13.354Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:13.356Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:13.356Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728493353,
  "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-09-04T04:08:13.456Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:08:13.456Z||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-09-04T04:08:13.456Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:13.466Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:13.467Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:08:14.356Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:14.357Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:14.357Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-04T04:08:14.357Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:14.358Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:14.358Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728494356,
  "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-09-04T04:08:14.458Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:08:14.459Z||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-09-04T04:08:14.459Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:14.468Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:14.468Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:08:15.359Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:15.359Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:15.360Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:08:15.360Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:15.361Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:15.361Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728495359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T04:08:15.461Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:08:15.462Z||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-09-04T04:08:15.462Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:15.472Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:15.472Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:08:16.362Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:16.362Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:16.362Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:08:16.363Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:16.364Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:16.364Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728496362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T04:08:16.465Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-04T04:08:16.465Z||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-09-04T04:08:16.465Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:16.474Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:16.474Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-04T04:08:17.365Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:17.366Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||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-09-04T04:08:17.366Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:08:17.366Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:17.367Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:17.368Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728497365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-04T04:08:17.468Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:08:17.469Z||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-09-04T04:08:17.469Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:17.479Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:17.479Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:08:18.368Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-04T04:08:18.369Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-04T04:08:18.369Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-04T04:08:18.369Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:08:18.370Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:08:18.370Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728498368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:08:18.470Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-04T04:08:18.471Z||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-09-04T04:08:18.471Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:18.480Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:18.480Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-04T04:08:19.371Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:08:19.379Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:08:19.381Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:08:19.381Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T04:08:19.381Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T04:08:49.382Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:08:49.668Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:08:49.669Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:08:49.669Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T04:08:49.669Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T04:08:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:08:52.907Z||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-09-04T04:08:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:08:52.931Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:08:52.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "dcae-sch",
  "timestamp": 1630728452986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "cds",
  "timestamp": 1630728457290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728458876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "policy-id",
  "timestamp": 1630728460084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "clamp",
  "timestamp": 1630728460922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "cds",
  "timestamp": 1630728457290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "dcae-sch",
  "timestamp": 1630728452986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728458876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "policy-id",
  "timestamp": 1630728460084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "clamp",
  "timestamp": 1630728460922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "cds",
  "timestamp": 1630728457290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "dcae-sch",
  "timestamp": 1630728452986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728458876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "policy-id",
  "timestamp": 1630728460084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "clamp",
  "timestamp": 1630728460922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "cds",
  "timestamp": 1630728457290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "dcae-sch",
  "timestamp": 1630728452986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728458876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "policy-id",
  "timestamp": 1630728460084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "clamp",
  "timestamp": 1630728460922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:08:52.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "cds",
  "timestamp": 1630728457290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "dcae-sch",
  "timestamp": 1630728452986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728458876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "policy-id",
  "timestamp": 1630728460084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "clamp",
  "timestamp": 1630728460922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "dcae-sch",
  "timestamp": 1630728452986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "cds",
  "timestamp": 1630728457290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728458876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "policy-id",
  "timestamp": 1630728460084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "clamp",
  "timestamp": 1630728460922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "dcae-sch",
  "timestamp": 1630728452986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "cds",
  "timestamp": 1630728457290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728458876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "policy-id",
  "timestamp": 1630728460084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728466463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "clamp",
  "timestamp": 1630728460922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "dcae-sch",
  "timestamp": 1630728452986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "cds",
  "timestamp": 1630728457290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728458876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "policy-id",
  "timestamp": 1630728460084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728466463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "clamp",
  "timestamp": 1630728460922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "cds",
  "timestamp": 1630728457290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "dcae-sch",
  "timestamp": 1630728452986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728458876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "policy-id",
  "timestamp": 1630728460084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728466463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "clamp",
  "timestamp": 1630728460922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "cds",
  "timestamp": 1630728470072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728466463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728470356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:08:52.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:08:52.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "policy-id",
  "timestamp": 1630728470347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:08:52.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:08:52.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "cds",
  "timestamp": 1630728471077,
  "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-09-04T04:08:52.945Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45f69845-d4a1-4a05-a315-2635c3d7a363
2021-09-04T04:08:52.945Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45f69845-d4a1-4a05-a315-2635c3d7a363 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-09-04T04:08:52.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728466463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "policy-id",
  "timestamp": 1630728471351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:08:52.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:08:52.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728471495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:08:52.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:08:52.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728466463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728471593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:08:52.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:08:52.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "policy-id",
  "timestamp": 1630728472353,
  "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-09-04T04:08:52.956Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45f69845-d4a1-4a05-a315-2635c3d7a363
2021-09-04T04:08:52.956Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45f69845-d4a1-4a05-a315-2635c3d7a363 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-09-04T04:08:52.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:08:52.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728472665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:08:52.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:09:19.670Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:09:19.680Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:09:19.682Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:09:19.682Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T04:09:19.682Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T04:09:49.682Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:09:49.690Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:09:49.692Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:09:49.692Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T04:09:49.692Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T04:09:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:09:52.907Z||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-09-04T04:09:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:09:52.925Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:09:52.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:09:52.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728466463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:09:52.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:19.693Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:10:19.701Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:10:19.703Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:10:19.703Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T04:10:19.703Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T04:10:49.703Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:10:49.711Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:10:49.713Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:10:49.713Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-04T04:10:49.713Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-04T04:10:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:10:52.907Z||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-09-04T04:10:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:10:53.426Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:10:53.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728471593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728466463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728474138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728471593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630728466463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728475173,
  "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-09-04T04:10:53.434Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45f69845-d4a1-4a05-a315-2635c3d7a363
2021-09-04T04:10:53.434Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45f69845-d4a1-4a05-a315-2635c3d7a363 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-09-04T04:10:53.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728471593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-04T04:10:53.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630728476176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T04:10:53.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728471593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-04T04:10:53.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728471593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-04T04:10:53.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728471593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "aai-ml",
  "timestamp": 1630728477877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728471593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "aai-ml",
  "timestamp": 1630728477877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-04T04:10:53.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728471593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:10:53.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "aai-ml",
  "timestamp": 1630728477877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "clamp",
  "timestamp": 1630728480676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:10:53.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "aai-ml",
  "timestamp": 1630728477877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728472904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:10:53.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728482382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:10:53.448Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "clamp",
  "timestamp": 1630728482435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:10:53.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "aai-ml",
  "timestamp": 1630728477877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "clamp",
  "timestamp": 1630728483438,
  "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-09-04T04:10:53.453Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 45f69845-d4a1-4a05-a315-2635c3d7a363
2021-09-04T04:10:53.453Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45f69845-d4a1-4a05-a315-2635c3d7a363 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-09-04T04:10:53.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "aai-ml",
  "timestamp": 1630728477877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728484349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:10:53.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "aai-ml",
  "timestamp": 1630728477877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728484555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:10:53.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630728485354,
  "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-09-04T04:10:53.466Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45f69845-d4a1-4a05-a315-2635c3d7a363
2021-09-04T04:10:53.466Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45f69845-d4a1-4a05-a315-2635c3d7a363 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-09-04T04:10:53.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "aai-ml",
  "timestamp": 1630728477877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-04T04:10:53.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "aai-ml",
  "timestamp": 1630728477877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-04T04:10:53.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-04T04:10:53.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728487048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:10:53.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "aai-ml",
  "timestamp": 1630728488157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728488467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728489949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728491122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728492264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728493353,
  "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-09-04T04:10:53.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "aai-ml",
  "timestamp": 1630728493933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:10:53.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728494356,
  "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-09-04T04:10:53.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "aai-ml",
  "timestamp": 1630728494936,
  "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-09-04T04:10:53.478Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45f69845-d4a1-4a05-a315-2635c3d7a363
2021-09-04T04:10:53.478Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45f69845-d4a1-4a05-a315-2635c3d7a363 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-09-04T04:10:53.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728495359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-04T04:10:53.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728496362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-04T04:10:53.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728497365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-04T04:10:53.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:10:53.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:10:53.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728498368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-04T04:10:53.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:11:19.713Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-04T04:11:19.721Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-04T04:11:19.725Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-04T04:11:19.725Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-04T04:11:19.725Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-04T04:11:19.725Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-04T04:11:19.726Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:11:19.726Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:11:19.726Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:11:19.726Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:11:19.726Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:11:19.726Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-04T04:11:19.726Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-04T04:11:19.730Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-04T04:11:49.731Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45f69845-d4a1-4a05-a315-2635c3d7a363 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-09-04T04:11:49.735Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45f69845-d4a1-4a05-a315-2635c3d7a363 and serviceModelVersionId: 7c0880da-fea9-4b09-8c20-e644c1cd5b86
2021-09-04T04:11:49.735Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e37a1e63-ebd7-49f3-8d21-128f33f0bc7f
2021-09-04T04:11:49.736Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e37a1e63-ebd7-49f3-8d21-128f33f0bc7f/model-vers/model-ver/7c0880da-fea9-4b09-8c20-e644c1cd5b86?depth=0
2021-09-04T04:11:49.739Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-04T04:11:49.763Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37a1e63-ebd7-49f3-8d21-128f33f0bc7f/model-vers/model-ver/7c0880da-fea9-4b09-8c20-e644c1cd5b86?depth=0|INFO|500||Invoke
2021-09-04T04:11:49.763Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37a1e63-ebd7-49f3-8d21-128f33f0bc7f/model-vers/model-ver/7c0880da-fea9-4b09-8c20-e644c1cd5b86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37a1e63-ebd7-49f3-8d21-128f33f0bc7f/model-vers/model-ver/7c0880da-fea9-4b09-8c20-e644c1cd5b86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45f69845-d4a1-4a05-a315-2635c3d7a363], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b278a342-e190-47df-a5f2-5a40f5a35754], X-ECOMP-RequestID=[45f69845-d4a1-4a05-a315-2635c3d7a363], X-TransactionId=[], X-ONAP-RequestID=[45f69845-d4a1-4a05-a315-2635c3d7a363], Content-Type=[application/merge-patch+json]}
2021-09-04T04:11:49.778Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37a1e63-ebd7-49f3-8d21-128f33f0bc7f/model-vers/model-ver/7c0880da-fea9-4b09-8c20-e644c1cd5b86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-04T04:11:49.837Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37a1e63-ebd7-49f3-8d21-128f33f0bc7f/model-vers/model-ver/7c0880da-fea9-4b09-8c20-e644c1cd5b86?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/e37a1e63-ebd7-49f3-8d21-128f33f0bc7f/model-vers/model-ver/7c0880da-fea9-4b09-8c20-e644c1cd5b86?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210904-04:11:49:783-16720], vertex-id=[282664], Content-Length=[0], Date=[Sat, 04 Sep 2021 04:11:49 GMT], Content-Type=[application/json]}
2021-09-04T04:11:49.837Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37a1e63-ebd7-49f3-8d21-128f33f0bc7f/model-vers/model-ver/7c0880da-fea9-4b09-8c20-e644c1cd5b86?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-04T04:11:49.838Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e37a1e63-ebd7-49f3-8d21-128f33f0bc7f/model-vers/model-ver/7c0880da-fea9-4b09-8c20-e644c1cd5b86?depth=0|INFO|500||InvokeReturn
2021-09-04T04:11:49.838Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-04T04:11:49.838Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-04T04:11:49.842Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-04T04:11:49.842Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45f69845-d4a1-4a05-a315-2635c3d7a363 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-04T04:11:49.843Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-04T04:11:49.843Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-04T04:11:49.844Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-04T04:11:49.844Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728709843,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:11:49.944Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-04T04:11:49.945Z||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-09-04T04:11:49.945Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JZulVyJfKzbFSJcZ) ...
2021-09-04T04:11:49.956Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:11:49.956Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-04T04:11:50.858Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:11:50.859Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:11:50.859Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:11:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:11:52.907Z||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-09-04T04:11:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:11:53.527Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:11:53.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-04T04:11:53.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45f69845-d4a1-4a05-a315-2635c3d7a363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630728709843,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-04T04:11:53.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-04T04:12:01.049Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:12:01.049Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:12:01.050Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:12:01.050Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:12:10.590Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:12:10.590Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:12:10.591Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:12:10.591Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:12:20.126Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:12:20.127Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:12:20.127Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:12:20.127Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:12:29.665Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:12:52.904Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:12:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:12:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:12:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:12:52.906Z||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-09-04T04:12:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:13:02.448Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:13:02.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:13:52.904Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:13:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:13:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:13:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:13:52.907Z||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-09-04T04:13:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:14:02.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:14:02.450Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:14:52.904Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:14:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:14:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:14:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:14:52.906Z||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-09-04T04:14:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:15:02.452Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:15:02.453Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:15:52.904Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:15:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:15:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:15:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:15:52.906Z||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-09-04T04:15:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:16:02.447Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:16:02.448Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:16:52.904Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:16:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:16:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:16:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:16:52.907Z||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-09-04T04:16:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:17:02.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:17:02.452Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:17:52.904Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:17:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:17:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:17:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:17:52.907Z||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-09-04T04:17:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:18:02.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:18:02.449Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:18:52.904Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:18:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:18:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:18:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:18:52.907Z||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-09-04T04:18:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:19:02.448Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:19:02.449Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:19:52.904Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:19:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:19:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:19:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:19:52.907Z||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-09-04T04:19:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:20:02.445Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:20:02.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:20:52.904Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:20:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:20:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:20:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:20:52.907Z||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-09-04T04:20:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:21:02.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:21:02.450Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:21:52.904Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:21:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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-09-04T04:21:52.905Z|45f69845-d4a1-4a05-a315-2635c3d7a363|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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:21:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:21:52.907Z||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-09-04T04:21:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:22:02.447Z|45f69845-d4a1-4a05-a315-2635c3d7a363|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:22:02.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:22:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:22:52.905Z||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-09-04T04:22:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:22:52.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:22:52.907Z||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-09-04T04:22:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:23:02.444Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:23:02.448Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:23:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:23:52.905Z||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-09-04T04:23:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:23:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:23:52.907Z||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-09-04T04:23:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:24:02.449Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:24:02.450Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:24:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:24:52.905Z||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-09-04T04:24:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:24:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:24:52.906Z||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-09-04T04:24:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:25:02.448Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:25:02.448Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:25:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:25:52.905Z||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-09-04T04:25:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:25:52.906Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:25:52.906Z||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-09-04T04:25:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:26:02.455Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:26:02.455Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:26:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:26:52.905Z||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-09-04T04:26:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:26:52.906Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:26:52.907Z||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-09-04T04:26:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:27:02.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:27:02.446Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:27:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:27:52.905Z||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-09-04T04:27:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:27:52.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:27:52.906Z||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-09-04T04:27:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:28:02.446Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:28:02.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:28:52.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:28:52.904Z||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-09-04T04:28:52.905Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:28:52.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-04T04:28:52.907Z||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-09-04T04:28:52.907Z||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 JZulVyJfKzbFSJcZ) ...
2021-09-04T04:29:02.449Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-04T04:29:02.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK