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-10-14T06:12:13.697Z||main|||||INFO|500||The following profiles are active: basic
2021-10-14T06:12:28.353Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-14T06:12:28.354Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-14T06:12:28.468Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-14T06:12:35.081Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-14T06:12:35.998Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-14T06:12:36.959Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-14T06:12:36.967Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-14T06:12:37.138Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-14T06:12:37.617Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-14T06:12:38.579Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-14T06:12:43.921Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-14T06:12:46.634Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-14T06:12:46.704Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-14T06:12:47.651Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-14T06:12:47.885Z||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-10-14T06:12:49.164Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-14T06:12:50.354Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-14T06:12:50.404Z||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$$3899c07d.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-10-14T06:12:50.405Z||main|||||WARN|500||The sdc end point is not alive
2021-10-14T06:12:54.447Z||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-10-14T06:12:57.491Z||main|||||WARN|500||---
2021-10-14T06:12:57.493Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-14T06:12:57.494Z||main|||||WARN|500||---
2021-10-14T06:12:58.079Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-14T06:13:03.624Z||main|||||INFO|500||Started Application in 53.913 seconds (JVM running for 59.226)
2021-10-14T06:13:03.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-14T06:13:03.674Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-14T06:13:03.688Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-14T06:13:03.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-14T06:13:03.808Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ae0e1ec-96ea-4e31-acd1-c15786f56015 url= /sdc/v1/artifactTypes
2021-10-14T06:13:03.809Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-14T06:13:04.511Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-14T06:13:04.544Z||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-10-14T06:13:04.595Z||scheduling-1|||||DEBUG|500||create keys
2021-10-14T06:13:04.604Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-14T06:13:04.640Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:13:04.657Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1141b133-f113-4361-8d29-663a9ddf0930 url= /sdc/v1/registerForDistribution
2021-10-14T06:13:04.801Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1141b133-f113-4361-8d29-663a9ddf0930 url= /sdc/v1/registerForDistribution
2021-10-14T06:13:04.801Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-14T06:13:04.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:13:04.812Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:13:04.854Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-14T06:13:04.861Z||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-10-14T06:13:04.861Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:13:04.862Z||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-10-14T06:13:04.862Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:13:15.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:13:15.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:14:04.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:14:04.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:14:04.813Z||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-10-14T06:14:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:14:04.816Z||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-10-14T06:14:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:14:14.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:14:14.456Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:15:04.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:15:04.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:15:04.815Z||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-10-14T06:15:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:15:04.818Z||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-10-14T06:15:04.818Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:15:14.484Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:15:14.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:16:04.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:16:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:16:04.813Z||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-10-14T06:16:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:16:04.813Z||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-10-14T06:16:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:16:14.414Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:16:14.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:17:04.811Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:17:04.811Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:17:04.815Z||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-10-14T06:17:04.815Z||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-10-14T06:17:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:17:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:17:14.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:17:14.507Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:18:04.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:18:04.810Z||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-10-14T06:18:04.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:18:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:18:04.812Z||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-10-14T06:18:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:18:14.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:18:14.409Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:19:04.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:19:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:19:04.811Z||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-10-14T06:19:04.812Z||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-10-14T06:19:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:19:04.824Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:19:14.388Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:19:14.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:20:04.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:20:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:20:04.813Z||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-10-14T06:20:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:20:04.816Z||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-10-14T06:20:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:20:14.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:20:14.389Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:21:04.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:21:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:21:04.814Z||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-10-14T06:21:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:21:04.814Z||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-10-14T06:21:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:21:14.429Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:21:14.431Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:22:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:22:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:22:04.814Z||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-10-14T06:22:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:22:04.814Z||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-10-14T06:22:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:22:14.400Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:22:14.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:22:51.382Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-14T06:23:04.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:23:04.809Z||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-10-14T06:23:04.810Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:23:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:23:04.811Z||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-10-14T06:23:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:23:14.372Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:23:14.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:24:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:24:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:24:04.811Z||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-10-14T06:24:04.811Z||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-10-14T06:24:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:24:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:24:14.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:24:14.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:25:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:25:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:25:04.813Z||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-10-14T06:25:04.813Z||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-10-14T06:25:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:25:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:25:14.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:25:14.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:26:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:26:04.811Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:26:04.813Z||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-10-14T06:26:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:26:04.816Z||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-10-14T06:26:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:26:14.386Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:26:14.390Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:27:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:27:04.810Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:27:04.813Z||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-10-14T06:27:04.813Z||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-10-14T06:27:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:27:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:27:14.374Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:27:14.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:28:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:28:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:28:04.813Z||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-10-14T06:28:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:28:04.813Z||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-10-14T06:28:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:28:14.383Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:28:14.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:29:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:29:04.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:29:04.812Z||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-10-14T06:29:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:29:04.812Z||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-10-14T06:29:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:29:14.365Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:29:14.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:30:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:30:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:30:04.812Z||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-10-14T06:30:04.812Z||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-10-14T06:30:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:30:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:30:14.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:30:14.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:31:04.810Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:31:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:31:04.814Z||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-10-14T06:31:04.814Z||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-10-14T06:31:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:31:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:31:14.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:31:14.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:32:04.810Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:32:04.810Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:32:04.814Z||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-10-14T06:32:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:32:04.814Z||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-10-14T06:32:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:32:14.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:32:14.411Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:33:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:33:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:33:04.814Z||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-10-14T06:33:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:33:04.814Z||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-10-14T06:33:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:33:14.383Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:33:14.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:34:04.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:34:04.810Z||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-10-14T06:34:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:34:04.811Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:34:04.811Z||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-10-14T06:34:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:34:14.374Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:34:14.378Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:35:04.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:35:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:35:04.812Z||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-10-14T06:35:04.812Z||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-10-14T06:35:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:35:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:35:14.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:35:14.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:36:04.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:36:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:36:04.812Z||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-10-14T06:36:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:36:04.812Z||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-10-14T06:36:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:36:14.368Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:36:14.409Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:37:04.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:37:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:37:04.812Z||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-10-14T06:37:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:37:04.812Z||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-10-14T06:37:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:37:14.368Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:37:14.370Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:38:04.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:38:04.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:38:04.811Z||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-10-14T06:38:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:38:04.812Z||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-10-14T06:38:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:38:14.362Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:38:14.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:39:04.811Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:39:04.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:39:04.815Z||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-10-14T06:39:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:39:04.815Z||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-10-14T06:39:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:39:14.410Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:39:14.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:40:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:40:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:40:04.813Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T06:40:04.814Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T06:40:04.814Z||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-10-14T06:40:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:40:14.392Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:40:14.402Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:41:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:41:04.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:41:04.812Z||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-10-14T06:41:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:41:04.815Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T06:41:04.816Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T06:41:14.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:41:14.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:42:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:42:04.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:42:04.812Z||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-10-14T06:42:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:42:04.818Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T06:42:04.819Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T06:42:14.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:42:14.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:43:04.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:43:04.810Z||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-10-14T06:43:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:43:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:43:04.811Z||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-10-14T06:43:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:43:14.365Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:43:14.365Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:44:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:44:04.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:44:04.812Z||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-10-14T06:44:04.812Z||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-10-14T06:44:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:44:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:44:14.375Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:44:14.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:45:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:45:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:45:04.813Z||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-10-14T06:45:04.813Z||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-10-14T06:45:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:45:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:45:14.386Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:45:14.408Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:46:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:46:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:46:04.813Z||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-10-14T06:46:04.814Z||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-10-14T06:46:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:46:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:46:14.386Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:46:14.387Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:47:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:47:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:47:04.814Z||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-10-14T06:47:04.814Z||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-10-14T06:47:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:47:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:47:14.395Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:47:14.396Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:48:04.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:48:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:48:04.813Z||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-10-14T06:48:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:48:04.814Z||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-10-14T06:48:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:48:14.391Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:48:14.392Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:49:04.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:49:04.810Z||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-10-14T06:49:04.810Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:49:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:49:04.811Z||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-10-14T06:49:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:49:14.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:49:14.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:50:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:50:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:50:04.813Z||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-10-14T06:50:04.813Z||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-10-14T06:50:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:50:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:50:14.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:50:14.386Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:51:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:51:04.810Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:51:04.812Z||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-10-14T06:51:04.812Z||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-10-14T06:51:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:51:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:51:14.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:51:14.387Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:52:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:52:04.811Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:52:04.813Z||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-10-14T06:52:04.813Z||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-10-14T06:52:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:52:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:52:14.390Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:52:14.411Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:53:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:53:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:53:04.814Z||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-10-14T06:53:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:53:04.814Z||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-10-14T06:53:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:53:14.390Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:53:14.391Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:54:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:54:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:54:04.814Z||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-10-14T06:54:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:54:04.814Z||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-10-14T06:54:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:54:14.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:54:14.368Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:55:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:55:04.811Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:55:04.812Z||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-10-14T06:55:04.812Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T06:55:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:55:04.812Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T06:55:14.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:55:14.393Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:56:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:56:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:56:04.813Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T06:56:04.813Z||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-10-14T06:56:04.813Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T06:56:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:56:14.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:56:14.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:57:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:57:04.810Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T06:57:04.810Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T06:57:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:57:04.812Z||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-10-14T06:57:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:57:14.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:57:14.393Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:58:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:58:04.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:58:04.814Z||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-10-14T06:58:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:58:04.815Z||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-10-14T06:58:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:58:14.387Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:58:14.418Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:59:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:59:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:59:04.812Z||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-10-14T06:59:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:59:04.812Z||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-10-14T06:59:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:59:14.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T06:59:14.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:00:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:00:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:00:04.813Z||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-10-14T07:00:04.813Z||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-10-14T07:00:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:00:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:00:14.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:00:14.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:01:04.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:01:04.810Z||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-10-14T07:01:04.810Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:01:04.810Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:01:04.811Z||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-10-14T07:01:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:01:14.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:01:14.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:02:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:02:04.812Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:02:04.815Z||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-10-14T07:02:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:02:04.821Z||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-10-14T07:02:04.821Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:02:14.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:02:14.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:03:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:03:04.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:03:04.813Z||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-10-14T07:03:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:03:04.813Z||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-10-14T07:03:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:03:14.408Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:03:14.410Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:04:04.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:04:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:04:04.812Z||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-10-14T07:04:04.812Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:04:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:04:04.813Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:04:14.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:04:14.383Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:05:04.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:05:04.810Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:05:04.810Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:05:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:05:04.812Z||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-10-14T07:05:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:05:14.365Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:05:14.366Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:06:04.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:06:04.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:06:04.812Z||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-10-14T07:06:04.812Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:06:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:06:04.812Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:06:14.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:06:14.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:07:04.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:07:04.811Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:07:04.813Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:07:04.813Z||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-10-14T07:07:04.813Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:07:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:07:14.388Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:07:14.389Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:08:04.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:08:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:08:04.811Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:08:04.811Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:08:04.811Z||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-10-14T07:08:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:08:14.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:08:14.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:09:04.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:09:04.810Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:09:04.810Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:09:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:09:04.811Z||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-10-14T07:09:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:09:14.361Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:09:14.388Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:10:04.813Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:10:04.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:10:04.815Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:10:04.816Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:10:04.815Z||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-10-14T07:10:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:10:14.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:10:14.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:11:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:11:04.811Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:11:04.813Z||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-10-14T07:11:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:11:04.815Z||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-10-14T07:11:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:11:14.388Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:11:14.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:12:04.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:12:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:12:04.813Z||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-10-14T07:12:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:12:04.813Z||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-10-14T07:12:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:12:14.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:12:14.391Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:13:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:13:04.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:13:04.812Z||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-10-14T07:13:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:13:04.812Z||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-10-14T07:13:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:13:14.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:13:14.387Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:14:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:14:04.810Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:14:04.813Z||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-10-14T07:14:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:14:04.819Z||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-10-14T07:14:04.819Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:14:14.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:14:14.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:15:04.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:15:04.811Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:15:04.811Z||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-10-14T07:15:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:15:04.811Z||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-10-14T07:15:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:15:14.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:15:14.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:16:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:16:04.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:16:04.811Z||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-10-14T07:16:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:16:04.811Z||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-10-14T07:16:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:16:14.374Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:16:14.400Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:17:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:17:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:17:04.817Z||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-10-14T07:17:04.817Z||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-10-14T07:17:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:17:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:17:14.391Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:17:14.393Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:18:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:18:04.811Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:18:04.813Z||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-10-14T07:18:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:18:04.816Z||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-10-14T07:18:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:18:14.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:18:14.399Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:19:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:19:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:19:04.815Z||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-10-14T07:19:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:19:04.816Z||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-10-14T07:19:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:19:14.367Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:19:14.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:20:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:20:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:20:04.811Z||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-10-14T07:20:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:20:04.812Z||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-10-14T07:20:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:20:14.361Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:20:14.361Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:21:04.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:21:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:21:04.811Z||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-10-14T07:21:04.811Z||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-10-14T07:21:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:21:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:21:14.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:21:14.448Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:22:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:22:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:22:04.813Z||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-10-14T07:22:04.813Z||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-10-14T07:22:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:22:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:22:14.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:22:14.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:23:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:23:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:23:04.812Z||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-10-14T07:23:04.812Z||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-10-14T07:23:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:23:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:23:14.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:23:14.387Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:24:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:24:04.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:24:04.811Z||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-10-14T07:24:04.812Z||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-10-14T07:24:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:24:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:24:14.385Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:24:14.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:25:04.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:25:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:25:04.815Z||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-10-14T07:25:04.815Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:25:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:25:04.815Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:25:14.382Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:25:14.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:04.810Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:26:04.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:26:04.817Z||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-10-14T07:26:04.818Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:04.820Z||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-10-14T07:26:04.820Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:05.455Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:05.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-14T07:26:05.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c251331-f6cc-4100-b241-951737d6ff25","serviceName":"vFW 2021-10-14 07-24-16","serviceVersion":"1.0","serviceUUID":"f88fb2da-1a32-405c-8782-0a78bfcd5da7","serviceDescription":"catalog service description","serviceInvariantUUID":"b8547a56-87a8-4409-b2c4-380554304579","resources":[{"resourceInstanceName":"vFW ed2ebd00-abab 0","resourceName":"vFW ed2ebd00-abab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"866b2f4c-5902-490b-8edb-d4c1fd18bae8","resourceInvariantUUID":"5d5961ad-1665-4398-82f9-34f94d6a7e9e","resourceCustomizationUUID":"ba078af7-e004-4d6d-9522-a55dddfd7939","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml","artifactChecksum":"MjBiZThhY2ZkY2MyOTlhMGE5NzBjOGI5OGQ3YmQwNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fb236514-11c2-491f-b950-06fc18ce9edf","artifactVersion":"1"},{"artifactName":"vfwed2ebd00abab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json","artifactChecksum":"YTJiZDY2M2QyZjkwZjg0ZTBhOTM5ZmY4ZjZmYmMxYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97d73be3-4753-4d19-bb72-083ae15dffaf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"17263286-37bd-42fc-9459-153aaec61d51","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml","artifactChecksum":"NzA4Y2MxNGQyNTBlNzRkZTcwNWFjNzgyY2ZjYjc2YmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86df01d0-4ff0-4f57-a915-d9b436a3f0d9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f84ffc30-f73f-46ee-a970-96381ce34cc0","artifactVersion":"2","generatedFromUUID":"17263286-37bd-42fc-9459-153aaec61d51"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211014072416-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml","artifactChecksum":"NzIzYWE3NTA3OTM5YzBjNDRkM2M2Y2VmYzgxZDlhY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"903b2add-14c7-4136-b2e1-e06a97dac993","artifactVersion":"1"},{"artifactName":"service-Vfw20211014072416-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar","artifactChecksum":"YTM0NWNlZmQ5NThlY2M4MmRlZWRiODU3NTI4NzIxYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"411a9685-e578-4982-8ca0-ea21445616eb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-14T07:26:05.473Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:05.487Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:05.515Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:05.515Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:26:05.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:05.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:26:05.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196358487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:26:05.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:26:05.614Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2021-10-14T07:26:05.619Z||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-10-14T07:26:05.619Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:05.634Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:05.635Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:06.530Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:06.531Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:06.537Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:06.537Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:26:06.637Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:06.638Z||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-10-14T07:26:06.638Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:06.657Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:06.658Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:07.538Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:07.538Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:07.541Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:07.541Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:26:07.641Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:07.642Z||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-10-14T07:26:07.643Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:07.655Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:07.655Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:08.542Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:08.542Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:08.544Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:08.545Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:26:08.645Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:08.646Z||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-10-14T07:26:08.646Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:08.657Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:08.657Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:26:09.546Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:09.547Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:09.549Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:09.549Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-14T07:26:09.650Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:09.650Z||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-10-14T07:26:09.651Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:09.661Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:09.661Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:10.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:10.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:10.562Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:10.562Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:26:10.653Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-10-14T07:26:10.654Z||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-10-14T07:26:10.654Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:10.665Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:10.665Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:11.563Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:11.564Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:11.566Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:11.566Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:26:11.666Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:11.667Z||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-10-14T07:26:11.667Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:11.680Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:11.680Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:12.572Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "serviceName": "vFW 2021-10-14 07-24-16",
  "serviceVersion": "1.0",
  "serviceUUID": "f88fb2da-1a32-405c-8782-0a78bfcd5da7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b8547a56-87a8-4409-b2c4-380554304579",
  "resources": [
    {
      "resourceInstanceName": "vFW ed2ebd00-abab 0",
      "resourceCustomizationUUID": "ba078af7-e004-4d6d-9522-a55dddfd7939",
      "resourceName": "vFW ed2ebd00-abab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "866b2f4c-5902-490b-8edb-d4c1fd18bae8",
      "resourceInvariantUUID": "5d5961ad-1665-4398-82f9-34f94d6a7e9e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwed2ebd00abab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
          "artifactChecksum": "YTJiZDY2M2QyZjkwZjg0ZTBhOTM5ZmY4ZjZmYmMxYzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "97d73be3-4753-4d19-bb72-083ae15dffaf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "17263286-37bd-42fc-9459-153aaec61d51",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f84ffc30-f73f-46ee-a970-96381ce34cc0",
            "generatedFromUUID": "17263286-37bd-42fc-9459-153aaec61d51"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f84ffc30-f73f-46ee-a970-96381ce34cc0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211014072416-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
      "artifactChecksum": "YTM0NWNlZmQ5NThlY2M4MmRlZWRiODU3NTI4NzIxYmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "411a9685-e578-4982-8ca0-ea21445616eb"
    }
  ],
  "workloadContext": "Production"
}
2021-10-14T07:26:12.573Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-14T07:26:12.573Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f88fb2da-1a32-405c-8782-0a78bfcd5da7 ASDC
2021-10-14T07:26:12.693Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1c251331-f6cc-4100-b241-951737d6ff25
ServiceName:vFW 2021-10-14 07-24-16
ServiceVersion:1.0
ServiceUUID:f88fb2da-1a32-405c-8782-0a78bfcd5da7
ServiceInvariantUUID:b8547a56-87a8-4409-b2c4-380554304579
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211014072416-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar
ArtifactUUID:411a9685-e578-4982-8ca0-ea21445616eb
ArtifactChecksum:YTM0NWNlZmQ5NThlY2M4MmRlZWRiODU3NTI4NzIxYmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ed2ebd00-abab 0
ResourceCustomizationUUID:ba078af7-e004-4d6d-9522-a55dddfd7939
ResourceInvariantUUID:5d5961ad-1665-4398-82f9-34f94d6a7e9e
ResourceName:vFW ed2ebd00-abab
ResourceType:VF
ResourceUUID:866b2f4c-5902-490b-8edb-d4c1fd18bae8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwed2ebd00abab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json
ArtifactUUID:97d73be3-4753-4d19-bb72-083ae15dffaf
ArtifactChecksum:YTJiZDY2M2QyZjkwZjg0ZTBhOTM5ZmY4ZjZmYmMxYzU=
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/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml
ArtifactUUID:17263286-37bd-42fc-9459-153aaec61d51
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/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env
ArtifactUUID:f84ffc30-f73f-46ee-a970-96381ce34cc0
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/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env
ArtifactUUID:f84ffc30-f73f-46ee-a970-96381ce34cc0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-14T07:26:12.695Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f88fb2da-1a32-405c-8782-0a78bfcd5da7 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-10-14T07:26:13.040Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:26:13.041Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-14T07:26:13.042Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-14T07:26:13.043Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 411a9685-e578-4982-8ca0-ea21445616eb from URL: /sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:13.043Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-14T07:26:13.044Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:13.202Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-14T07:26:13.219Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar 411a9685-e578-4982-8ca0-ea21445616eb 98677
2021-10-14T07:26:13.221Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar ASDC sendASDCNotification
2021-10-14T07:26:13.221Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:13.223Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:26:13.224Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:13.226Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:13.226Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196373220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:26:13.326Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:13.328Z||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-10-14T07:26:13.328Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:13.344Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:13.345Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:14.227Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:26:14.228Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-14T07:26:14.228Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 411a9685-e578-4982-8ca0-ea21445616eb, URL: /sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar to file: /app/ASDC/1/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:14.228Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211014072416-csar.csar
2021-10-14T07:26:14.384Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:14.385Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:15.157Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9650957762192551543/Definitions/service-Vfw20211014072416-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-10-14T07:26:17.806Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-14T07:26:17.811Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-14T07:26:17.811Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ed2ebd00-abab 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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-14T07:26:17.820Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.822Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.826Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:17.826Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-14T07:26:17.828Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:26:17.829Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.830Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.830Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:17.830Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-14T07:26:17.830Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:26:17.830Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.831Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.834Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:17.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:17.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:17.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-14T07:26:17.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.836Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.836Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-14T07:26:17.836Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-14T07:26:17.836Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-14T07:26:17.836Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.836Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:26:17.839Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.839Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:17.839Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:17.839Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.839Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:17.840Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:17.840Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.840Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:17.840Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:17.840Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.840Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:17.841Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:17.841Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:17.841Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-14T07:26:17.841Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-14T07:26:17.841Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-14T07:26:17.841Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.842Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.842Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-14T07:26:17.842Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.842Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-14T07:26:17.842Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.842Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93ad592b-43c4-462c-8db9-389c7234eb30
2021-10-14T07:26:17.843Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.843Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:17.843Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:17.843Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-14T07:26:17.845Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.845Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-14T07:26:17.845Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.845Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f797bbc8-ffa5-4886-a160-a11155fbe3af
2021-10-14T07:26:17.845Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.846Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:17.846Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:17.846Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:17.846Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-14T07:26:17.846Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.847Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.847Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.847Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-14T07:26:17.847Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-14T07:26:17.847Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-14T07:26:17.848Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.848Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.848Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-14T07:26:17.848Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f510ac56-1a0e-47d8-9382-a8192bbaef5d
2021-10-14T07:26:17.848Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.848Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.849Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.849Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.849Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.849Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.849Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:17.849Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.850Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-14 07-24-16
Description:catalog service description
Model UUID:f88fb2da-1a32-405c-8782-0a78bfcd5da7
Model Version:NULL
Model InvariantUuid:b8547a56-87a8-4409-b2c4-380554304579
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ed2ebd00-abab
Model UUID:286f0c35-87cf-46b8-b27d-429d0eb96ef7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5d5961ad-1665-4398-82f9-34f94d6a7e9e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba078af7-e004-4d6d-9522-a55dddfd7939
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d413fe26-73c4-41f8-bbc6-99ddbc515348
ModelName:VfwEd2ebd00Abab..base_vfw..module-0
ModelUuid:c3f4d4c7-3bef-4805-a9d4-1935ff2a4c58
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93ad592b-43c4-462c-8db9-389c7234eb30
ModelInvariantUuid:f43ae7ad-b26e-4a35-ac02-462b0e2aa42d
ModelName:vFW ed2ebd00-abab-nodes.vfwCvfc
ModelUuid:263be9cb-e8a9-43a4-b59e-b695c9d6db71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c0bcc4eb-0886-45a2-9ef5-bcfd45c0f318
ModelInvariantUuid:98e194f9-58f0-4a38-9aa3-37503019189b
ModelName:VfwEd2ebd00Abab.compute.nodes.heat.vfw
ModelUuid:59ba1ffc-40ef-4d79-8783-a6f244a9c1fe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f797bbc8-ffa5-4886-a160-a11155fbe3af
ModelInvariantUuid:d7fd0e3b-c242-4502-a381-191c253e8930
ModelName:vFW ed2ebd00-abab-nodes.vsnCvfc
ModelUuid:601c589f-edaf-42e2-b69f-5bbf32df1411
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:28e048a0-f36e-4fdd-a060-e3c575cab9f8
ModelInvariantUuid:0a048336-bf9d-40e8-943d-16f21c262fb3
ModelName:VfwEd2ebd00Abab.compute.nodes.heat.vsn
ModelUuid:0c5aefb9-bc47-4fc1-af84-2da8b244a528
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f510ac56-1a0e-47d8-9382-a8192bbaef5d
ModelInvariantUuid:b6c65ede-2415-4524-9827-e7fe5edaeffc
ModelName:vFW ed2ebd00-abab-nodes.vpgCvfc
ModelUuid:4095b011-d924-4d4f-958e-44212992409b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:daa1b232-49cf-4bc7-8252-145f947083ff
ModelInvariantUuid:535923fd-3a24-4347-a800-65d6fd34841e
ModelName:VfwEd2ebd00Abab.compute.nodes.heat.vpg
ModelUuid:cdced11c-b14d-45af-9c22-dfaf260bd289
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-10-14T07:26:17.881Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 866b2f4c-5902-490b-8edb-d4c1fd18bae8
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-10-14T07:26:18.145Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||vFW ed2ebd00-abab 0
2021-10-14T07:26:18.161Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 866b2f4c-5902-490b-8edb-d4c1fd18bae8
2021-10-14T07:26:18.161Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 97d73be3-4753-4d19-bb72-083ae15dffaf from URL: /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json
2021-10-14T07:26:18.161Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-14T07:26:18.161Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json
2021-10-14T07:26:18.290Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-14T07:26:18.291Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json 97d73be3-4753-4d19-bb72-083ae15dffaf 785
2021-10-14T07:26:18.291Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json ASDC sendASDCNotification
2021-10-14T07:26:18.292Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json
2021-10-14T07:26:18.292Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:26:18.292Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:18.295Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:18.295Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196378291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:26:18.395Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:18.396Z||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-10-14T07:26:18.397Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:18.408Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:18.408Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:19.296Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEd2ebd00Abab..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d413fe26-73c4-41f8-bbc6-99ddbc515348",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3f4d4c7-3bef-4805-a9d4-1935ff2a4c58",
    "vfModuleModelCustomizationUUID": "10678470-ac07-4f10-85f9-fd08de78556f",
    "isBase": true,
    "artifacts": [
      "17263286-37bd-42fc-9459-153aaec61d51",
      "f84ffc30-f73f-46ee-a970-96381ce34cc0"
    ],
    "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-10-14T07:26:19.323Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEd2ebd00Abab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3f4d4c7-3bef-4805-a9d4-1935ff2a4c58
VfModuleModelInvariantUUID:d413fe26-73c4-41f8-bbc6-99ddbc515348
VfModuleModelDescription:NULL
Artifacts UUID List:{
17263286-37bd-42fc-9459-153aaec61d51
,
f84ffc30-f73f-46ee-a970-96381ce34cc0

}
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-10-14T07:26:19.327Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEd2ebd00Abab..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d413fe26-73c4-41f8-bbc6-99ddbc515348",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3f4d4c7-3bef-4805-a9d4-1935ff2a4c58",
    "vfModuleModelCustomizationUUID": "10678470-ac07-4f10-85f9-fd08de78556f",
    "isBase": true,
    "artifacts": [
      "17263286-37bd-42fc-9459-153aaec61d51",
      "f84ffc30-f73f-46ee-a970-96381ce34cc0"
    ],
    "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-10-14T07:26:19.327Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEd2ebd00Abab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3f4d4c7-3bef-4805-a9d4-1935ff2a4c58
VfModuleModelInvariantUUID:d413fe26-73c4-41f8-bbc6-99ddbc515348
VfModuleModelDescription:NULL
Artifacts UUID List:{
17263286-37bd-42fc-9459-153aaec61d51
,
f84ffc30-f73f-46ee-a970-96381ce34cc0

}
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-10-14T07:26:19.327Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 17263286-37bd-42fc-9459-153aaec61d51 from URL: /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml
2021-10-14T07:26:19.327Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-14T07:26:19.328Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml
2021-10-14T07:26:19.486Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-14T07:26:19.487Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml 17263286-37bd-42fc-9459-153aaec61d51 20368
2021-10-14T07:26:19.488Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-14T07:26:19.488Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml
2021-10-14T07:26:19.488Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:26:19.488Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:19.491Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:19.491Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196379488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:26:19.591Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:26:19.592Z||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-10-14T07:26:19.592Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:19.604Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:19.605Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:20.494Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f84ffc30-f73f-46ee-a970-96381ce34cc0 from URL: /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env
2021-10-14T07:26:20.494Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-14T07:26:20.494Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env
2021-10-14T07:26:20.707Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-14T07:26:20.708Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env f84ffc30-f73f-46ee-a970-96381ce34cc0 2098
2021-10-14T07:26:20.708Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-14T07:26:20.708Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env
2021-10-14T07:26:20.708Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:26:20.709Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:20.712Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:20.712Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196380708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:26:20.812Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:20.813Z||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-10-14T07:26:20.813Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:20.828Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:20.829Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:21.713Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f88fb2da-1a32-405c-8782-0a78bfcd5da7
2021-10-14T07:26:21.713Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ed2ebd00-abab 0 866b2f4c-5902-490b-8edb-d4c1fd18bae8 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-10-14T07:26:21.757Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3feb61b3, org.onap.sdc.toscaparser.api.parameters.Input@39f1e403, org.onap.sdc.toscaparser.api.parameters.Input@1930c259, org.onap.sdc.toscaparser.api.parameters.Input@93e28d6, org.onap.sdc.toscaparser.api.parameters.Input@6dbc26bb]
2021-10-14T07:26:21.761Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.761Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.761Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-14T07:26:21.761Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ba078af7-e004-4d6d-9522-a55dddfd7939
2021-10-14T07:26:21.761Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba078af7-e004-4d6d-9522-a55dddfd7939 matches Tosca VF Customization UUID: ba078af7-e004-4d6d-9522-a55dddfd7939
2021-10-14T07:26:21.762Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ba078af7-e004-4d6d-9522-a55dddfd7939  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-10-14T07:26:21.769Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.770Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.772Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ba078af7-e004-4d6d-9522-a55dddfd7939: {\"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-10-14T07:26:21.773Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11a68259
2021-10-14T07:26:21.773Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.774Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:26:21.774Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 10678470-ac07-4f10-85f9-fd08de78556f
2021-10-14T07:26:21.776Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 10678470-ac07-4f10-85f9-fd08de78556f
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-10-14T07:26:21.786Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.787Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:21.788Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:21.789Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.789Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:21.789Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:21.790Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.790Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:21.791Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:21.791Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:21.791Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-14T07:26:21.792Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-14T07:26:21.792Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-14T07:26:21.792Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.793Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:21.793Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-14T07:26:21.793Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:21.794Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-14T07:26:21.794Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.794Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93ad592b-43c4-462c-8db9-389c7234eb30
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-10-14T07:26:21.807Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.808Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:21.808Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:21.808Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.809Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:21.809Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:21.809Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:21.810Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-14T07:26:21.810Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:21.810Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.811Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.811Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-14T07:26:21.811Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-14T07:26:21.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-14T07:26:21.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:21.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-14T07:26:21.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f797bbc8-ffa5-4886-a160-a11155fbe3af
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-10-14T07:26:21.816Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.816Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:21.816Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:21.820Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.820Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:21.820Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:21.821Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:21.821Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-14T07:26:21.821Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:21.821Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.822Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.822Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-14T07:26:21.823Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-14T07:26:21.823Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-14T07:26:21.823Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.823Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:21.824Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-14T07:26:21.824Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f510ac56-1a0e-47d8-9382-a8192bbaef5d
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-10-14T07:26:21.827Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.827Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:21.827Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:21.828Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.828Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:21.828Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=ba078af7-e004-4d6d-9522-a55dddfd7939
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-10-14T07:26:21.830Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.831Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.831Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f88fb2da-1a32-405c-8782-0a78bfcd5da7: vFW ed2ebd00-abab
2021-10-14T07:26:21.832Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.832Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.832Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.833Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.833Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.834Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.834Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.834Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:26:21.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-10-14 07-24-16 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-14T07:26:22.129Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ed2ebd00-abab 866b2f4c-5902-490b-8edb-d4c1fd18bae8 1 ASDC deployResourceStructure
2021-10-14T07:26:22.129Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json ASDC sendASDCNotification
2021-10-14T07:26:22.130Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json
2021-10-14T07:26:22.130Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:26:22.130Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:22.132Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:22.132Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196382129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:26:22.232Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:22.233Z||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-10-14T07:26:22.233Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:22.245Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:22.246Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:26:23.135Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-14T07:26:23.136Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml
2021-10-14T07:26:23.136Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:26:23.136Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:23.138Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:23.138Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196383135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-14T07:26:23.239Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:23.240Z||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-10-14T07:26:23.240Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:23.257Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:23.258Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:24.140Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-14T07:26:24.140Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env
2021-10-14T07:26:24.140Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:26:24.141Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:24.148Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:24.150Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196384140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-14T07:26:24.248Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-14T07:26:24.249Z||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-10-14T07:26:24.249Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:24.261Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:24.261Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:26:25.152Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar ASDC sendASDCNotification
2021-10-14T07:26:25.152Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:25.152Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:26:25.153Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:25.155Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:25.155Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196385152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:26:25.255Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:25.256Z||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-10-14T07:26:25.256Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:25.267Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:26:25.267Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:26.156Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:26:26.210Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:26:26.212Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:26:26.212Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:26:26.215Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:26:56.216Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:26:56.243Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:26:56.245Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:26:56.246Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:26:56.246Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:27:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:27:04.814Z||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-10-14T07:27:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:27:04.844Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:27:04.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:27:04.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "policy-id",
  "timestamp": 1634196364325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:27:04.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:27:26.246Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:27:26.261Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:27:26.264Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:27:26.264Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:27:26.266Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:27:56.267Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:27:56.282Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:27:56.286Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:27:56.287Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:27:56.287Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:28:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:28:04.814Z||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-10-14T07:28:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:28:04.853Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:28:04.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:28:04.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196364646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:28:04.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:28:26.288Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:28:26.306Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:28:26.309Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:28:26.309Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:28:26.310Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:28:56.310Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:28:56.321Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:28:56.323Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:28:56.324Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:28:56.324Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:29:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:29:04.813Z||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-10-14T07:29:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:29:05.357Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:29:05.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196358487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "policy-id",
  "timestamp": 1634196364325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196364646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "aai-ml",
  "timestamp": 1634196366104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196358487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "policy-id",
  "timestamp": 1634196364325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196364646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "aai-ml",
  "timestamp": 1634196366104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196358487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "policy-id",
  "timestamp": 1634196364325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196364646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "aai-ml",
  "timestamp": 1634196366104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "cds",
  "timestamp": 1634196368461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196358487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "policy-id",
  "timestamp": 1634196364325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196364646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "aai-ml",
  "timestamp": 1634196366104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "cds",
  "timestamp": 1634196368461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196358487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "policy-id",
  "timestamp": 1634196364325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196364646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "aai-ml",
  "timestamp": 1634196366104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "cds",
  "timestamp": 1634196368461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196358487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "policy-id",
  "timestamp": 1634196364325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196364646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196364809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "aai-ml",
  "timestamp": 1634196366104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "cds",
  "timestamp": 1634196368461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "policy-id",
  "timestamp": 1634196372579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196372631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "aai-ml",
  "timestamp": 1634196366104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "cds",
  "timestamp": 1634196368461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196373220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "policy-id",
  "timestamp": 1634196373588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196373719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "dcae-sch",
  "timestamp": 1634196373262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "aai-ml",
  "timestamp": 1634196373941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "cds",
  "timestamp": 1634196368461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "policy-id",
  "timestamp": 1634196374596,
  "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-10-14T07:29:05.393Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c251331-f6cc-4100-b241-951737d6ff25
2021-10-14T07:29:05.394Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:05.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196374791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "dcae-sch",
  "timestamp": 1634196373262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "cds",
  "timestamp": 1634196368461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "clamp",
  "timestamp": 1634196375166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "dcae-sch",
  "timestamp": 1634196373262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "cds",
  "timestamp": 1634196376562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196376716,
  "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-10-14T07:29:05.412Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c251331-f6cc-4100-b241-951737d6ff25
2021-10-14T07:29:05.412Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:05.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "clamp",
  "timestamp": 1634196375166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "dcae-sch",
  "timestamp": 1634196373262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "cds",
  "timestamp": 1634196377580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-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-10-14T07:29:05.425Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c251331-f6cc-4100-b241-951737d6ff25
2021-10-14T07:29:05.425Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:05.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196377728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:29:05.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "clamp",
  "timestamp": 1634196375166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "dcae-sch",
  "timestamp": 1634196373262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196378291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "clamp",
  "timestamp": 1634196375166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "dcae-sch",
  "timestamp": 1634196373262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196379488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "clamp",
  "timestamp": 1634196375166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "dcae-sch",
  "timestamp": 1634196373262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196379904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196380708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "clamp",
  "timestamp": 1634196375166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196379904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "clamp",
  "timestamp": 1634196375166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196382129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:29:05.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196379904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196383135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-14T07:29:05.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196379904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196384140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-14T07:29:05.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196379904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196385152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:29:05.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196379904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196379904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:29:05.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:29:05.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196387923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "aai-ml",
  "timestamp": 1634196389906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:29:05.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "aai-ml",
  "timestamp": 1634196390911,
  "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-10-14T07:29:05.463Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c251331-f6cc-4100-b241-951737d6ff25
2021-10-14T07:29:05.463Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:05.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196393477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:29:05.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196394489,
  "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-10-14T07:29:05.476Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c251331-f6cc-4100-b241-951737d6ff25
2021-10-14T07:29:05.477Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:05.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "clamp",
  "timestamp": 1634196396128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "clamp",
  "timestamp": 1634196398138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:29:05.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "clamp",
  "timestamp": 1634196399142,
  "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-10-14T07:29:05.500Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c251331-f6cc-4100-b241-951737d6ff25
2021-10-14T07:29:05.501Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:26.324Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:29:26.345Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:29:26.348Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:29:26.349Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-14T07:29:26.349Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-14T07:29:26.349Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-14T07:29:26.349Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:29:26.349Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:29:26.350Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:29:26.350Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:29:26.350Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:29:26.350Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:29:26.350Z|1c251331-f6cc-4100-b241-951737d6ff25|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-10-14T07:29:26.357Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-14T07:29:56.358Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:56.374Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c251331-f6cc-4100-b241-951737d6ff25 and serviceModelVersionId: f88fb2da-1a32-405c-8782-0a78bfcd5da7
2021-10-14T07:29:56.375Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8547a56-87a8-4409-b2c4-380554304579
2021-10-14T07:30:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:30:04.812Z||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-10-14T07:30:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:30:14.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:30:15.510Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8547a56-87a8-4409-b2c4-380554304579/model-vers/model-ver/f88fb2da-1a32-405c-8782-0a78bfcd5da7?depth=0
2021-10-14T07:30:15.622Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-14T07:30:16.116Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b8547a56-87a8-4409-b2c4-380554304579/model-vers/model-ver/f88fb2da-1a32-405c-8782-0a78bfcd5da7?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-10-14T07:30:16.121Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b8547a56-87a8-4409-b2c4-380554304579/model-vers/model-ver/f88fb2da-1a32-405c-8782-0a78bfcd5da7?depth=0|INFO|500||Invoke
2021-10-14T07:30:16.528Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b8547a56-87a8-4409-b2c4-380554304579/model-vers/model-ver/f88fb2da-1a32-405c-8782-0a78bfcd5da7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-14T07:30:16.990Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b8547a56-87a8-4409-b2c4-380554304579/model-vers/model-ver/f88fb2da-1a32-405c-8782-0a78bfcd5da7?depth=0|INFO|500||InvokeReturn
2021-10-14T07:30:16.992Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b8547a56-87a8-4409-b2c4-380554304579/model-vers/model-ver/f88fb2da-1a32-405c-8782-0a78bfcd5da7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211014-07:30:16:551-14527], vertex-id=[163944], Content-Length=[0], Date=[Thu, 14 Oct 2021 07:30:16 GMT], Content-Type=[application/json]}
2021-10-14T07:30:16.994Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-10-14T07:30:16.997Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-14T07:30:16.997Z|1c251331-f6cc-4100-b241-951737d6ff25|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-10-14T07:30:17.005Z|1c251331-f6cc-4100-b241-951737d6ff25|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-10-14T07:30:17.008Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c251331-f6cc-4100-b241-951737d6ff25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-14T07:30:17.009Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-14T07:30:17.012Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:30:17.019Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:30:17.020Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196617008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:30:17.115Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-14T07:30:17.116Z||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-10-14T07:30:17.117Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:30:17.128Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:30:17.129Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-14T07:30:18.036Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:30:18.037Z|1c251331-f6cc-4100-b241-951737d6ff25|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-10-14T07:30:18.037Z|1c251331-f6cc-4100-b241-951737d6ff25|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 8KmuziOX9pVZ625P) ...
2021-10-14T07:30:28.341Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:30:28.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:30:28.345Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:30:28.345Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:30:37.893Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:30:37.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:30:37.895Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:30:37.895Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:30:47.441Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:30:47.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:30:47.443Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:30:47.443Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:30:56.990Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:31:04.811Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:31:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:31:04.812Z||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-10-14T07:31:04.812Z||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-10-14T07:31:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:31:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:31:05.457Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:31:05.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T07:31:05.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196617008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:31:05.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:31:14.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:32:04.814Z||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-10-14T07:32:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:04.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:32:04.816Z||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-10-14T07:32:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:05.459Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:05.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"09b16fd3-27cf-42cb-84ef-d37783371d48","serviceName":"basic_onboard_vBFZky","serviceVersion":"1.0","serviceUUID":"c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e","serviceDescription":"service","serviceInvariantUUID":"b1f56d15-5035-4fba-926a-a0858de85015","resources":[{"resourceInstanceName":"basic_onboard_vBFZky 0","resourceName":"basic_onboard_vBFZky","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"497ba8ec-ef56-4291-bf3f-9f311e240215","resourceInvariantUUID":"aeaf4fe2-20bb-4d91-8ad9-1f414933594b","resourceCustomizationUUID":"757a53df-ecd7-46d3-a67d-e274d4da3525","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml","artifactChecksum":"OWUwMDMwMzE1MmY0YTQ4ZmIzYmY1ZTU1MjEyYmYzMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9ea2443-1cd8-43b6-a759-5d860dac7b6a","artifactVersion":"1"},{"artifactName":"basic_onboard_vbfzky0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json","artifactChecksum":"NzIyZWI3MmVkN2U4OGI2MDU4NTExMGRlOTUyNTkwYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d62231f-ecf4-4187-a50c-ca146898448e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36541fec-d734-4dc2-91d0-9acf731aeb86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1148d509-14a5-48cd-9dd2-2257a587001f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a5151a48-69b8-4070-b0eb-e0b1609f35de","artifactVersion":"2","generatedFromUUID":"36541fec-d734-4dc2-91d0-9acf731aeb86"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVbfzky-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml","artifactChecksum":"NmI3ZDYwMWEzZDM1OTEyOTIzZTBkMTQ1NzE2N2Y3YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8cd4898d-f126-47b1-929c-f637d943f949","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVbfzky-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar","artifactChecksum":"YWIzYTVkMjIxZmRmODVkNDFhNWJkZmIwYzA2ODFkM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6fb04051-e565-4e27-a40b-2919e0303359","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-14T07:32:05.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:05.466Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:05.467Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:05.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196678489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "cds",
  "timestamp": 1634196683459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196684646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196679894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "policy-id",
  "timestamp": 1634196684326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196678489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "cds",
  "timestamp": 1634196683459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196684646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "policy-id",
  "timestamp": 1634196684326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196679894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196678489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "cds",
  "timestamp": 1634196683459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196684646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:32:05.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "policy-id",
  "timestamp": 1634196684326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:32:05.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.476Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:05.476Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196679894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196678489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "cds",
  "timestamp": 1634196683459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196684646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "policy-id",
  "timestamp": 1634196684326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196679894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196678489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "cds",
  "timestamp": 1634196683459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196684646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-14T07:32:05.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "policy-id",
  "timestamp": 1634196684326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196679894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196678489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "cds",
  "timestamp": 1634196683459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196684646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196679894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "policy-id",
  "timestamp": 1634196684326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "cds",
  "timestamp": 1634196683459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:32:05.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634196678489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196684646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:32:05.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "policy-id",
  "timestamp": 1634196684326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:32:05.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196679894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:32:05.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "dcae-sch",
  "timestamp": 1634196693262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "cds",
  "timestamp": 1634196694337,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196694316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196694323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "policy-id",
  "timestamp": 1634196694309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "dcae-sch",
  "timestamp": 1634196693262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "cds",
  "timestamp": 1634196695343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-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-10-14T07:32:05.541Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09b16fd3-27cf-42cb-84ef-d37783371d48
2021-10-14T07:32:05.541Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:05.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "policy-id",
  "timestamp": 1634196695317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:32:05.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196695377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "dcae-sch",
  "timestamp": 1634196693262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "policy-id",
  "timestamp": 1634196696323,
  "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-10-14T07:32:05.561Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09b16fd3-27cf-42cb-84ef-d37783371d48
2021-10-14T07:32:05.561Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:05.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196696488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "aai-ml",
  "timestamp": 1634196696104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196696850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:32:05.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "dcae-sch",
  "timestamp": 1634196693262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196697507,
  "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-10-14T07:32:05.581Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09b16fd3-27cf-42cb-84ef-d37783371d48
2021-10-14T07:32:05.582Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:05.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "aai-ml",
  "timestamp": 1634196696104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634196697855,
  "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-10-14T07:32:05.595Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09b16fd3-27cf-42cb-84ef-d37783371d48
2021-10-14T07:32:05.595Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:05.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.603Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 126 ms
2021-10-14T07:32:05.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "dcae-sch",
  "timestamp": 1634196693262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634196698514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:32:05.605Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.604Z||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-10-14T07:32:05.606Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:05.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "aai-ml",
  "timestamp": 1634196696104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "dcae-sch",
  "timestamp": 1634196693262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "aai-ml",
  "timestamp": 1634196696104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "dcae-sch",
  "timestamp": 1634196693262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "aai-ml",
  "timestamp": 1634196696104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "aai-ml",
  "timestamp": 1634196696104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "aai-ml",
  "timestamp": 1634196696104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:32:05.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "aai-ml",
  "timestamp": 1634196704091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "clamp",
  "timestamp": 1634196705167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "clamp",
  "timestamp": 1634196705167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:32:05.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "clamp",
  "timestamp": 1634196705167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "clamp",
  "timestamp": 1634196705167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "clamp",
  "timestamp": 1634196705167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "clamp",
  "timestamp": 1634196705167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "clamp",
  "timestamp": 1634196705167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:32:05.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:32:05.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "aai-ml",
  "timestamp": 1634196711999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:32:05.623Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "aai-ml",
  "timestamp": 1634196713003,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2021-10-14T07:32:05.624Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:05.624Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 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=?
2021-10-14T07:32:05.629Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09b16fd3-27cf-42cb-84ef-d37783371d48
2021-10-14T07:32:05.629Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:05.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "clamp",
  "timestamp": 1634196716172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "clamp",
  "timestamp": 1634196719173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "clamp",
  "timestamp": 1634196720178,
  "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-10-14T07:32:05.651Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09b16fd3-27cf-42cb-84ef-d37783371d48
2021-10-14T07:32:05.651Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:06.477Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:06.478Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:06.480Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:06.480Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:32:06.580Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:06.581Z||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-10-14T07:32:06.581Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:06.598Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:06.598Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:32:07.480Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:07.481Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:07.483Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:07.483Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:32:07.583Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:07.585Z||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-10-14T07:32:07.585Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:07.598Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:07.598Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:08.483Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:08.485Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:08.490Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:08.490Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:08.591Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:32:08.592Z||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-10-14T07:32:08.592Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:08.602Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:08.602Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:09.492Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:09.492Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:09.495Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:09.495Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-14T07:32:09.595Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:09.596Z||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-10-14T07:32:09.596Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:09.608Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:09.609Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:32:10.495Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:10.496Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:10.499Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:10.499Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:32:10.598Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-14T07:32:10.599Z||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-10-14T07:32:10.599Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:10.610Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:10.611Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:11.500Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:11.502Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:11.505Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:11.505Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:32:11.605Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:11.607Z||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-10-14T07:32:11.607Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:11.714Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:11.715Z||pool-25-thread-1|||||INFO|500||cambria reply ok (109 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:32:12.508Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "serviceName": "basic_onboard_vBFZky",
  "serviceVersion": "1.0",
  "serviceUUID": "c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b1f56d15-5035-4fba-926a-a0858de85015",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vBFZky 0",
      "resourceCustomizationUUID": "757a53df-ecd7-46d3-a67d-e274d4da3525",
      "resourceName": "basic_onboard_vBFZky",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "497ba8ec-ef56-4291-bf3f-9f311e240215",
      "resourceInvariantUUID": "aeaf4fe2-20bb-4d91-8ad9-1f414933594b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vbfzky0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
          "artifactChecksum": "NzIyZWI3MmVkN2U4OGI2MDU4NTExMGRlOTUyNTkwYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1d62231f-ecf4-4187-a50c-ca146898448e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36541fec-d734-4dc2-91d0-9acf731aeb86",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a5151a48-69b8-4070-b0eb-e0b1609f35de",
            "generatedFromUUID": "36541fec-d734-4dc2-91d0-9acf731aeb86"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a5151a48-69b8-4070-b0eb-e0b1609f35de",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVbfzky-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
      "artifactChecksum": "YWIzYTVkMjIxZmRmODVkNDFhNWJkZmIwYzA2ODFkM2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6fb04051-e565-4e27-a40b-2919e0303359"
    }
  ],
  "workloadContext": "Production"
}
2021-10-14T07:32:12.508Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-14T07:32:12.508Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e ASDC
2021-10-14T07:32:12.510Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:09b16fd3-27cf-42cb-84ef-d37783371d48
ServiceName:basic_onboard_vBFZky
ServiceVersion:1.0
ServiceUUID:c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e
ServiceInvariantUUID:b1f56d15-5035-4fba-926a-a0858de85015
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVbfzky-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar
ArtifactUUID:6fb04051-e565-4e27-a40b-2919e0303359
ArtifactChecksum:YWIzYTVkMjIxZmRmODVkNDFhNWJkZmIwYzA2ODFkM2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vBFZky 0
ResourceCustomizationUUID:757a53df-ecd7-46d3-a67d-e274d4da3525
ResourceInvariantUUID:aeaf4fe2-20bb-4d91-8ad9-1f414933594b
ResourceName:basic_onboard_vBFZky
ResourceType:VF
ResourceUUID:497ba8ec-ef56-4291-bf3f-9f311e240215
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vbfzky0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json
ArtifactUUID:1d62231f-ecf4-4187-a50c-ca146898448e
ArtifactChecksum:NzIyZWI3MmVkN2U4OGI2MDU4NTExMGRlOTUyNTkwYTA=
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/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36541fec-d734-4dc2-91d0-9acf731aeb86
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/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env
ArtifactUUID:a5151a48-69b8-4070-b0eb-e0b1609f35de
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/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env
ArtifactUUID:a5151a48-69b8-4070-b0eb-e0b1609f35de
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-14T07:32:12.510Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e 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-10-14T07:32:12.544Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:32:12.545Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-14T07:32:12.545Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-14T07:32:12.545Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6fb04051-e565-4e27-a40b-2919e0303359 from URL: /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:12.545Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-14T07:32:12.546Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:12.633Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-14T07:32:12.637Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar 6fb04051-e565-4e27-a40b-2919e0303359 71374
2021-10-14T07:32:12.638Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar ASDC sendASDCNotification
2021-10-14T07:32:12.638Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:12.638Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:32:12.639Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:12.643Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:12.643Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196732638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:32:12.743Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:32:12.744Z||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-10-14T07:32:12.744Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:12.754Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:12.755Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:13.644Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:32:13.645Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-14T07:32:13.645Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6fb04051-e565-4e27-a40b-2919e0303359, URL: /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar to file: /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:13.646Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:13.646Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:13.646Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:14.091Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP547279282401223552/Definitions/service-BasicOnboardVbfzky-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-10-14T07:32:15.446Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-14T07:32:15.447Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-14T07:32:15.447Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.447Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vBFZky 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-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||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-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||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-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||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-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||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-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.449Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||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-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.449Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||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-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.449Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-14T07:32:15.449Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.449Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.450Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:15.450Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-14T07:32:15.450Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:32:15.450Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.450Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.451Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:15.451Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-14T07:32:15.451Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:32:15.451Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.451Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.452Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.452Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is not matching search criteria
2021-10-14T07:32:15.452Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-14T07:32:15.452Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-14T07:32:15.452Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-14T07:32:15.453Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-14T07:32:15.453Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-14T07:32:15.453Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.453Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:32:15.453Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.453Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:15.454Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:32:15.454Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.454Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:15.454Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:32:15.455Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.455Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:15.456Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:32:15.456Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.456Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is not matching search criteria
2021-10-14T07:32:15.456Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-14T07:32:15.456Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-14T07:32:15.457Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3c5987f2-00d8-4856-9fe2-50dfe07eeb07
2021-10-14T07:32:15.457Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.457Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.457Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.457Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.457Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.458Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.458Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:15.458Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.458Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_vBFZky
Description:service
Model UUID:c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e
Model Version:NULL
Model InvariantUuid:b1f56d15-5035-4fba-926a-a0858de85015
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_vBFZky
Model UUID:0e487ec7-90bc-4b4f-ad8c-44e4430c3c06
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aeaf4fe2-20bb-4d91-8ad9-1f414933594b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:757a53df-ecd7-46d3-a67d-e274d4da3525
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2c1a1bbd-8ed6-4dad-895a-6734656a0139
ModelName:BasicOnboardVbfzky..base_ubuntu18..module-0
ModelUuid:d55b85d6-f540-4bf3-bc9c-ca567ad869e8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3c5987f2-00d8-4856-9fe2-50dfe07eeb07
ModelInvariantUuid:4701e45b-3de5-40ab-9240-57178333b817
ModelName:basic_onboard_vBFZky-nodes.ubuntu18Cvfc
ModelUuid:d73ea478-77e8-4352-be95-101c04255abb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:edab5b4d-6bd3-493f-8edb-122176cd1b14
ModelInvariantUuid:c88f3737-c474-4d26-ae6c-6b9f3bb7b978
ModelName:BasicOnboardVbfzky.compute.nodes.heat.ubuntu18
ModelUuid:35054fd4-5f9d-472b-993e-626289bfc95e
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-10-14T07:32:15.465Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 497ba8ec-ef56-4291-bf3f-9f311e240215
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-10-14T07:32:15.469Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||basic_onboard_vBFZky 0
2021-10-14T07:32:15.469Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 497ba8ec-ef56-4291-bf3f-9f311e240215
2021-10-14T07:32:15.469Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1d62231f-ecf4-4187-a50c-ca146898448e from URL: /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json
2021-10-14T07:32:15.470Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-14T07:32:15.470Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json
2021-10-14T07:32:15.521Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-14T07:32:15.522Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json 1d62231f-ecf4-4187-a50c-ca146898448e 798
2021-10-14T07:32:15.522Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json ASDC sendASDCNotification
2021-10-14T07:32:15.522Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json
2021-10-14T07:32:15.522Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:32:15.523Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:15.524Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:15.525Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196735522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:32:15.625Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:15.626Z||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-10-14T07:32:15.626Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:15.638Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:15.638Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:16.525Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVbfzky..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2c1a1bbd-8ed6-4dad-895a-6734656a0139",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d55b85d6-f540-4bf3-bc9c-ca567ad869e8",
    "vfModuleModelCustomizationUUID": "f54dda3a-cecf-411f-bcef-f3aeae8a58b2",
    "isBase": true,
    "artifacts": [
      "36541fec-d734-4dc2-91d0-9acf731aeb86",
      "a5151a48-69b8-4070-b0eb-e0b1609f35de"
    ],
    "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-10-14T07:32:16.530Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVbfzky..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d55b85d6-f540-4bf3-bc9c-ca567ad869e8
VfModuleModelInvariantUUID:2c1a1bbd-8ed6-4dad-895a-6734656a0139
VfModuleModelDescription:NULL
Artifacts UUID List:{
36541fec-d734-4dc2-91d0-9acf731aeb86
,
a5151a48-69b8-4070-b0eb-e0b1609f35de

}
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-10-14T07:32:16.532Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVbfzky..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2c1a1bbd-8ed6-4dad-895a-6734656a0139",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d55b85d6-f540-4bf3-bc9c-ca567ad869e8",
    "vfModuleModelCustomizationUUID": "f54dda3a-cecf-411f-bcef-f3aeae8a58b2",
    "isBase": true,
    "artifacts": [
      "36541fec-d734-4dc2-91d0-9acf731aeb86",
      "a5151a48-69b8-4070-b0eb-e0b1609f35de"
    ],
    "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-10-14T07:32:16.533Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVbfzky..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d55b85d6-f540-4bf3-bc9c-ca567ad869e8
VfModuleModelInvariantUUID:2c1a1bbd-8ed6-4dad-895a-6734656a0139
VfModuleModelDescription:NULL
Artifacts UUID List:{
36541fec-d734-4dc2-91d0-9acf731aeb86
,
a5151a48-69b8-4070-b0eb-e0b1609f35de

}
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-10-14T07:32:16.533Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 36541fec-d734-4dc2-91d0-9acf731aeb86 from URL: /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml
2021-10-14T07:32:16.533Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-14T07:32:16.533Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml
2021-10-14T07:32:16.683Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-14T07:32:16.683Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml 36541fec-d734-4dc2-91d0-9acf731aeb86 5033
2021-10-14T07:32:16.684Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-14T07:32:16.684Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml
2021-10-14T07:32:16.685Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:32:16.685Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:16.687Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:16.687Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196736684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:32:16.787Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:16.788Z||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-10-14T07:32:16.788Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:16.800Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:16.801Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:17.688Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a5151a48-69b8-4070-b0eb-e0b1609f35de from URL: /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env
2021-10-14T07:32:17.688Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-14T07:32:17.689Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env
2021-10-14T07:32:17.799Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-14T07:32:17.800Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env a5151a48-69b8-4070-b0eb-e0b1609f35de 909
2021-10-14T07:32:17.800Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-14T07:32:17.800Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env
2021-10-14T07:32:17.800Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:32:17.801Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:17.802Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:17.802Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196737800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:32:17.903Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:17.903Z||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-10-14T07:32:17.904Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:17.914Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:17.915Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:32:18.803Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e
2021-10-14T07:32:18.804Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vBFZky 0 497ba8ec-ef56-4291-bf3f-9f311e240215 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-10-14T07:32:18.819Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@633f7276, org.onap.sdc.toscaparser.api.parameters.Input@1d0490cd, org.onap.sdc.toscaparser.api.parameters.Input@6680c88b, org.onap.sdc.toscaparser.api.parameters.Input@a52df2e, org.onap.sdc.toscaparser.api.parameters.Input@12e6a0d0]
2021-10-14T07:32:18.820Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.821Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.821Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-10-14T07:32:18.821Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 757a53df-ecd7-46d3-a67d-e274d4da3525
2021-10-14T07:32:18.821Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 757a53df-ecd7-46d3-a67d-e274d4da3525 matches Tosca VF Customization UUID: 757a53df-ecd7-46d3-a67d-e274d4da3525
2021-10-14T07:32:18.821Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 757a53df-ecd7-46d3-a67d-e274d4da3525  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-10-14T07:32:18.824Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.824Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.824Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 757a53df-ecd7-46d3-a67d-e274d4da3525: {\"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-10-14T07:32:18.825Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57ce8427
2021-10-14T07:32:18.825Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.825Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:32:18.825Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f54dda3a-cecf-411f-bcef-f3aeae8a58b2
2021-10-14T07:32:18.825Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f54dda3a-cecf-411f-bcef-f3aeae8a58b2
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-10-14T07:32:18.828Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.829Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:18.829Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:32:18.829Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.830Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:18.830Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:32:18.830Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.830Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is not matching search criteria
2021-10-14T07:32:18.831Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-14T07:32:18.831Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-14T07:32:18.831Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3c5987f2-00d8-4856-9fe2-50dfe07eeb07
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-10-14T07:32:18.833Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.833Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:18.834Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:32:18.834Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.834Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:18.834Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=757a53df-ecd7-46d3-a67d-e274d4da3525
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-10-14T07:32:18.836Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.836Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.836Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e: basic_onboard_vBFZky
2021-10-14T07:32:18.837Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.837Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.837Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.837Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.837Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.838Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.838Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.838Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.838Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:32:18.838Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.839Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_vBFZky 
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-10-14T07:32:18.915Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vBFZky 497ba8ec-ef56-4291-bf3f-9f311e240215 1 ASDC deployResourceStructure
2021-10-14T07:32:18.915Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json ASDC sendASDCNotification
2021-10-14T07:32:18.916Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json
2021-10-14T07:32:18.916Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:32:18.917Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:18.918Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:18.919Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196738915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:32:19.019Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:19.020Z||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-10-14T07:32:19.020Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:19.035Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:19.035Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:19.920Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-14T07:32:19.920Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml
2021-10-14T07:32:19.920Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:32:19.921Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:19.922Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:19.923Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196739919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-14T07:32:20.023Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:20.024Z||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-10-14T07:32:20.024Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:20.037Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:20.038Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:20.924Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-14T07:32:20.924Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env
2021-10-14T07:32:20.924Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:32:20.925Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:20.927Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:20.927Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196740924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-14T07:32:21.027Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:21.028Z||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-10-14T07:32:21.028Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:21.044Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:21.045Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:21.928Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar ASDC sendASDCNotification
2021-10-14T07:32:21.929Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:21.929Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:32:21.930Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:21.932Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:21.932Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196741928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:32:22.032Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:32:22.033Z||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-10-14T07:32:22.033Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:22.054Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:22.055Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:32:22.933Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09b16fd3-27cf-42cb-84ef-d37783371d48
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:32:22.946Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09b16fd3-27cf-42cb-84ef-d37783371d48
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:32:22.950Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:32:22.950Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-14T07:32:22.950Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-14T07:32:22.951Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-14T07:32:22.951Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:32:22.951Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:32:22.951Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:32:22.952Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:32:22.952Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:32:22.952Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:32:22.952Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||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-10-14T07:32:22.958Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-14T07:32:52.958Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:52.972Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09b16fd3-27cf-42cb-84ef-d37783371d48 and serviceModelVersionId: c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e
2021-10-14T07:32:52.973Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1f56d15-5035-4fba-926a-a0858de85015
2021-10-14T07:32:52.975Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1f56d15-5035-4fba-926a-a0858de85015/model-vers/model-ver/c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e?depth=0
2021-10-14T07:32:52.982Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-14T07:32:53.048Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1f56d15-5035-4fba-926a-a0858de85015/model-vers/model-ver/c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e?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-10-14T07:32:53.052Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1f56d15-5035-4fba-926a-a0858de85015/model-vers/model-ver/c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e?depth=0|INFO|500||Invoke
2021-10-14T07:32:53.082Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1f56d15-5035-4fba-926a-a0858de85015/model-vers/model-ver/c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-14T07:32:53.216Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1f56d15-5035-4fba-926a-a0858de85015/model-vers/model-ver/c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e?depth=0|INFO|500||InvokeReturn
2021-10-14T07:32:53.218Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1f56d15-5035-4fba-926a-a0858de85015/model-vers/model-ver/c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211014-07:32:53:091-21938], vertex-id=[340208], Content-Length=[0], Date=[Thu, 14 Oct 2021 07:32:53 GMT], Content-Type=[application/json]}
2021-10-14T07:32:53.218Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-10-14T07:32:53.219Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-14T07:32:53.219Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||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-10-14T07:32:53.225Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||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-10-14T07:32:53.225Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09b16fd3-27cf-42cb-84ef-d37783371d48 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-14T07:32:53.226Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-14T07:32:53.226Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:53.229Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:53.229Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196773226,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:32:53.329Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:32:53.331Z||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-10-14T07:32:53.331Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:53.359Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:32:53.360Z||pool-34-thread-1|||||INFO|500||cambria reply ok (30 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-10-14T07:33:04.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:33:04.811Z||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-10-14T07:33:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:33:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:33:04.811Z||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-10-14T07:33:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:33:04.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:33:04.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:33:04.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:33:04.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:33:14.389Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:34:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:34:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:34:04.812Z||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-10-14T07:34:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:34:04.812Z||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-10-14T07:34:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:34:05.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:34:05.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:34:05.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:34:05.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:34:05.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:34:05.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:34:05.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:34:05.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196724809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:34:05.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:34:05.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196732638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196735522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196736684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196737800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196738915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196739919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196740924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196741928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:34:05.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634196773226,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:34:05.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:14.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:35:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:35:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:35:04.812Z||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-10-14T07:35:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:35:04.813Z||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-10-14T07:35:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:35:14.403Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:35:14.403Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:36:04.812Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:36:04.812Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:36:04.816Z||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-10-14T07:36:04.816Z||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-10-14T07:36:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:36:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:36:14.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:36:14.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:37:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:37:04.810Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:37:04.812Z||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-10-14T07:37:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:37:04.812Z||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-10-14T07:37:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:37:14.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:37:14.401Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:38:04.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:38:04.810Z||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-10-14T07:38:04.810Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:38:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:38:04.812Z||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-10-14T07:38:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:38:14.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:38:14.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:39:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:39:04.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:39:04.812Z||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-10-14T07:39:04.812Z||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-10-14T07:39:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:39:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:39:14.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:39:14.396Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:40:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:40:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:40:04.812Z||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-10-14T07:40:04.812Z||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-10-14T07:40:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:40:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:40:14.391Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:40:14.391Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:41:04.813Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:41:04.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:41:04.817Z||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-10-14T07:41:04.818Z||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-10-14T07:41:04.818Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:41:04.818Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:41:14.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:41:14.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:42:04.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:42:04.811Z||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-10-14T07:42:04.811Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:42:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:42:04.811Z|09b16fd3-27cf-42cb-84ef-d37783371d48|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-10-14T07:42:04.811Z|09b16fd3-27cf-42cb-84ef-d37783371d48|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 8KmuziOX9pVZ625P) ...
2021-10-14T07:42:14.376Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:42:14.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:43:04.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:43:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:43:04.811Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:43:04.811Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:43:04.811Z||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-10-14T07:43:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:43:14.363Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:43:14.394Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:44:04.810Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:44:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:44:04.811Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:44:04.811Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:44:04.811Z||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-10-14T07:44:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:44:14.363Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:44:14.363Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:45:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:45:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:45:04.811Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:45:04.811Z||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-10-14T07:45:04.811Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:45:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:45:14.362Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:45:14.367Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:46:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:46:04.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:46:04.811Z||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-10-14T07:46:04.811Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:46:04.811Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:46:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:46:14.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:46:14.388Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:47:04.810Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:47:04.810Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:47:04.813Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:47:04.814Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:47:04.813Z||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-10-14T07:47:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:47:14.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:47:14.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:48:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:48:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:48:04.812Z||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-10-14T07:48:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:04.812Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:48:04.812Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:05.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:48:05.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197639893,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "clamp",
  "timestamp": 1634197635167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197638487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "dcae-sch",
  "timestamp": 1634197633263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "dcae-sch",
  "timestamp": 1634197633263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197639893,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "clamp",
  "timestamp": 1634197635167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197638487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197643089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "cds",
  "timestamp": 1634197643459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "clamp",
  "timestamp": 1634197644639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197644773,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "policy-id",
  "timestamp": 1634197644325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "cds",
  "timestamp": 1634197643459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:48:05.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197644647,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197645776,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2021-10-14T07:48:05.470Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:48:05.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdffa44d-5ec2-47cf-9486-723cad57e449","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d6c387da-25cf-40e2-9263-8edfb9277dff","serviceDescription":"service","serviceInvariantUUID":"4243189b-4077-4e40-a61a-d0c0e36b017c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1545f602-748e-4781-994f-21ca31807221","resourceInvariantUUID":"6f4a2d5e-bfcf-43a8-b304-a9257f52e601","resourceCustomizationUUID":"f45ec70f-f0c4-452d-9844-8803ff8ef16b","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":"MTI2ZTdlMmRkOGQ1ZWJkOGIwZWIzODY3Y2RhZjc0MTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38573290-cf15-4f7a-a05e-70c523ab9232","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmJjNzY2NWY5OTY4OGNlOTYzOWI2YjM1YTBmYTQ4NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e068ec66-ed2e-4509-9ff2-02f5ebe0e55a","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2021-10-14T07:48:05.483Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:48:05.483Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-14T07:48:05.488Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:48:05.489Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197684809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.489Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdffa44d-5ec2-47cf-9486-723cad57e449
2021-10-14T07:48:05.489Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdffa44d-5ec2-47cf-9486-723cad57e449 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-10-14T07:48:05.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "policy-id",
  "timestamp": 1634197644325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:48:05.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "cds",
  "timestamp": 1634197646293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:48:05.498Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "clamp",
  "timestamp": 1634197646327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:48:05.498Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197644647,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:48:05.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "policy-id",
  "timestamp": 1634197647169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:48:05.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "cds",
  "timestamp": 1634197647314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-14T07:48:05.505Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdffa44d-5ec2-47cf-9486-723cad57e449
2021-10-14T07:48:05.505Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdffa44d-5ec2-47cf-9486-723cad57e449 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-10-14T07:48:05.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "clamp",
  "timestamp": 1634197647339,
  "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-10-14T07:48:05.519Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdffa44d-5ec2-47cf-9486-723cad57e449
2021-10-14T07:48:05.520Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdffa44d-5ec2-47cf-9486-723cad57e449 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-10-14T07:48:05.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "policy-id",
  "timestamp": 1634197648174,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:48:05.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "policy-id",
  "timestamp": 1634197649179,
  "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-10-14T07:48:05.534Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdffa44d-5ec2-47cf-9486-723cad57e449
2021-10-14T07:48:05.534Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdffa44d-5ec2-47cf-9486-723cad57e449 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-10-14T07:48:05.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "aai-ml",
  "timestamp": 1634197656104,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "aai-ml",
  "timestamp": 1634197656104,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:48:05.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:48:05.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "aai-ml",
  "timestamp": 1634197658895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:48:05.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "aai-ml",
  "timestamp": 1634197663099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:48:05.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "aai-ml",
  "timestamp": 1634197664103,
  "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-10-14T07:48:05.549Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdffa44d-5ec2-47cf-9486-723cad57e449
2021-10-14T07:48:05.549Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdffa44d-5ec2-47cf-9486-723cad57e449 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-10-14T07:48:05.588Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:48:05.589Z||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-10-14T07:48:05.590Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:05.600Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:48:05.600Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:48:06.490Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:48:06.491Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:48:06.495Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:48:06.495Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197684809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:48:06.595Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:48:06.596Z||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-10-14T07:48:06.597Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:06.611Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:48:06.611Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:48:07.496Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d6c387da-25cf-40e2-9263-8edfb9277dff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4243189b-4077-4e40-a61a-d0c0e36b017c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f45ec70f-f0c4-452d-9844-8803ff8ef16b",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "1545f602-748e-4781-994f-21ca31807221",
      "resourceInvariantUUID": "6f4a2d5e-bfcf-43a8-b304-a9257f52e601",
      "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": "NmJjNzY2NWY5OTY4OGNlOTYzOWI2YjM1YTBmYTQ4NzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e068ec66-ed2e-4509-9ff2-02f5ebe0e55a"
    }
  ],
  "workloadContext": "Production"
}
2021-10-14T07:48:07.497Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-14T07:48:07.498Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d6c387da-25cf-40e2-9263-8edfb9277dff ASDC
2021-10-14T07:48:07.499Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:bdffa44d-5ec2-47cf-9486-723cad57e449
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d6c387da-25cf-40e2-9263-8edfb9277dff
ServiceInvariantUUID:4243189b-4077-4e40-a61a-d0c0e36b017c
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:e068ec66-ed2e-4509-9ff2-02f5ebe0e55a
ArtifactChecksum:NmJjNzY2NWY5OTY4OGNlOTYzOWI2YjM1YTBmYTQ4NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f45ec70f-f0c4-452d-9844-8803ff8ef16b
ResourceInvariantUUID:6f4a2d5e-bfcf-43a8-b304-a9257f52e601
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1545f602-748e-4781-994f-21ca31807221
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-14T07:48:07.503Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6c387da-25cf-40e2-9263-8edfb9277dff 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-10-14T07:48:07.530Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:48:07.531Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:48:07.532Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:48:07.532Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e068ec66-ed2e-4509-9ff2-02f5ebe0e55a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-14T07:48:07.532Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:48:07.532Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-14T07:48:07.769Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:48:07.773Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e068ec66-ed2e-4509-9ff2-02f5ebe0e55a 52179
2021-10-14T07:48:07.773Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-14T07:48:07.773Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-14T07:48:07.774Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:48:07.774Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:48:07.776Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:48:07.776Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197687773,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:48:07.876Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:48:07.877Z||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-10-14T07:48:07.877Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:07.886Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:48:07.887Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:48:08.777Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:48:08.777Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:48:08.778Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e068ec66-ed2e-4509-9ff2-02f5ebe0e55a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-14T07:48:08.806Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-14T07:48:08.807Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-14T07:48:08.807Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-14T07:48:08.942Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6930980400834638377/Definitions/service-BasicNetwork-template.yml
2021-10-14T07:48:09.512Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-14T07:48:09.512Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-14T07:48:09.512Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-14T07:48:09.514Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.514Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.514Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-14T07:48:09.514Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-14T07:48:09.514Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.516Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.516Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.516Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.516Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.516Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.516Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.517Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.517Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.517Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d6c387da-25cf-40e2-9263-8edfb9277dff
Model Version:NULL
Model InvariantUuid:4243189b-4077-4e40-a61a-d0c0e36b017c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6f4a2d5e-bfcf-43a8-b304-a9257f52e601
Model UUID:edcc83c4-869e-4e6b-90cd-b095f3204376
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f45ec70f-f0c4-452d-9844-8803ff8ef16b
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-10-14T07:48:09.524Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 1545f602-748e-4781-994f-21ca31807221
2021-10-14T07:48:09.525Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||No resources found for Service: d6c387da-25cf-40e2-9263-8edfb9277dff
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-10-14T07:48:09.534Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||
2021-10-14T07:48:09.534Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-14T07:48:09.535Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||No resources found for Service: d6c387da-25cf-40e2-9263-8edfb9277dff
2021-10-14T07:48:09.535Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d6c387da-25cf-40e2-9263-8edfb9277dff
2021-10-14T07:48:09.535Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-14T07:48:09.535Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.540Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e3c3868, org.onap.sdc.toscaparser.api.parameters.Input@4a7c8514, org.onap.sdc.toscaparser.api.parameters.Input@35bb99f9, org.onap.sdc.toscaparser.api.parameters.Input@2c1f19c, org.onap.sdc.toscaparser.api.parameters.Input@1da176d4]
2021-10-14T07:48:09.541Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.542Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.542Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.542Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.542Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d6c387da-25cf-40e2-9263-8edfb9277dff: Generic NeutronNet
2021-10-14T07:48:09.542Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.542Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.543Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.543Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.578Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.579Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.579Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.579Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.579Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:48:09.579Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.580Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.636Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-14T07:48:09.636Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-14T07:48:09.636Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-14T07:48:09.637Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:48:09.637Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:48:09.639Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:48:09.639Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197689636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:48:09.739Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:48:09.740Z||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-10-14T07:48:09.740Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:09.758Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:48:09.758Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:48:10.642Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdffa44d-5ec2-47cf-9486-723cad57e449
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:48:10.661Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdffa44d-5ec2-47cf-9486-723cad57e449
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:48:10.664Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:10.674Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-14T07:48:40.675Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdffa44d-5ec2-47cf-9486-723cad57e449 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-10-14T07:48:40.682Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdffa44d-5ec2-47cf-9486-723cad57e449 and serviceModelVersionId: d6c387da-25cf-40e2-9263-8edfb9277dff
2021-10-14T07:48:40.682Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4243189b-4077-4e40-a61a-d0c0e36b017c
2021-10-14T07:48:40.695Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0
2021-10-14T07:48:40.706Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-14T07:48:40.787Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0|INFO|500||Invoke
2021-10-14T07:48:40.788Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bdffa44d-5ec2-47cf-9486-723cad57e449], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acafc1f1-b6f2-4bc6-bc90-cd8e8df603fd], X-ECOMP-RequestID=[bdffa44d-5ec2-47cf-9486-723cad57e449], X-TransactionId=[], X-ONAP-RequestID=[bdffa44d-5ec2-47cf-9486-723cad57e449], Content-Type=[application/merge-patch+json]}
2021-10-14T07:48:40.811Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-14T07:48:41.372Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?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/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211014-07:48:40:817-65561], vertex-id=[184424], Content-Length=[0], Date=[Thu, 14 Oct 2021 07:48:40 GMT], Content-Type=[application/json]}
2021-10-14T07:48:41.373Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-14T07:48:41.374Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0|INFO|500||InvokeReturn
2021-10-14T07:48:41.374Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-14T07:48:41.374Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:41.389Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:41.390Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdffa44d-5ec2-47cf-9486-723cad57e449 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-14T07:48:41.390Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-14T07:48:41.391Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:48:41.393Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:48:41.393Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197721390,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:48:41.493Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:48:41.494Z||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-10-14T07:48:41.495Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:41.527Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:48:41.528Z||pool-39-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-14T07:49:04.809Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:49:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:49:04.812Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:49:04.812Z||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-10-14T07:49:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:04.812Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:04.949Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:04.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:49:04.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197684809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:49:04.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:49:05.437Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:05.439Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-14T07:49:05.439Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea388880-ae8d-4509-a42c-4e1fd58e24b3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7f6e3c6c-4ae9-42f4-8e09-a7fd02511286","serviceDescription":"service","serviceInvariantUUID":"163716c5-2e75-414e-adef-3c752f582b3e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"41ce9374-d583-4351-8a4c-ae643a101f5e","resourceInvariantUUID":"207e0279-39cb-4687-8dd2-41edb5ed7a84","resourceCustomizationUUID":"d986a9cd-b681-45dc-8d55-11da226df644","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":"ZGYwODlmZTMzNjM1Mjk4ODI0Njg0NWYxMTkzN2MxN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0af972a-5606-417b-adff-ec0237e12d36","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":"NWQ2MmU2Y2YzNDA3NDZlYjhhNGNhMmE4MDNhZGRlZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f52b2418-dd90-40c0-8452-205f2e54ac7c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2d36f9d6-5d76-4e92-ab97-250cf98470ee","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":"be13449f-7655-43fa-9563-4cad4ff549c0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8a256fb3-17da-4039-863d-63fc85294617","artifactVersion":"2","generatedFromUUID":"2d36f9d6-5d76-4e92-ab97-250cf98470ee"},{"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":"MDBjYmI2ZDBiNDcxYjE0MGExYWUxMzM1OGMxYmQ3MjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bda46f46-5c10-41be-aa93-7de7c8cfd65d","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":"MzcyOGRmNDU0NWI2ZDQxYWZiNTFkMGVmM2FhNTJlMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df17ed3b-7088-4d4f-9dd6-03d67bd1614a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTRmODgxZTczMTIwZGE4NDdhNWI0MjNjYmM4NTgwMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8134ff6a-8f13-49ee-a13a-64005fdeb93a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-14T07:49:05.443Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:05.443Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:05.447Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:05.447Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:49:05.547Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:05.548Z||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-10-14T07:49:05.549Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:05.562Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:05.562Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:49:06.448Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:06.448Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:06.450Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:06.450Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:49:06.553Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-14T07:49:06.554Z||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-10-14T07:49:06.554Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:06.568Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:06.568Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:07.451Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:07.453Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:07.455Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:07.455Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:49:07.555Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:07.556Z||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-10-14T07:49:07.556Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:07.570Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:07.570Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:08.456Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:08.457Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:08.459Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:08.459Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:49:08.559Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:08.560Z||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-10-14T07:49:08.560Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:08.574Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:08.576Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:09.460Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:09.460Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:09.462Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:09.462Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-14T07:49:09.562Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:09.563Z||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-10-14T07:49:09.563Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:09.577Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:09.578Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:10.463Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:10.465Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:10.467Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:10.467Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:49:10.568Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-14T07:49:10.569Z||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-10-14T07:49:10.569Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:10.581Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:10.581Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:11.467Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:11.468Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:11.470Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:11.471Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:49:11.571Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:11.572Z||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-10-14T07:49:11.572Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:11.586Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:11.587Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:12.471Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:12.472Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:12.474Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:12.474Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:49:12.574Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:12.575Z||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-10-14T07:49:12.575Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:12.586Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:12.587Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:13.475Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7f6e3c6c-4ae9-42f4-8e09-a7fd02511286",
  "serviceDescription": "service",
  "serviceInvariantUUID": "163716c5-2e75-414e-adef-3c752f582b3e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d986a9cd-b681-45dc-8d55-11da226df644",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "41ce9374-d583-4351-8a4c-ae643a101f5e",
      "resourceInvariantUUID": "207e0279-39cb-4687-8dd2-41edb5ed7a84",
      "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": "NWQ2MmU2Y2YzNDA3NDZlYjhhNGNhMmE4MDNhZGRlZmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f52b2418-dd90-40c0-8452-205f2e54ac7c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2d36f9d6-5d76-4e92-ab97-250cf98470ee",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8a256fb3-17da-4039-863d-63fc85294617",
            "generatedFromUUID": "2d36f9d6-5d76-4e92-ab97-250cf98470ee"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8a256fb3-17da-4039-863d-63fc85294617",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTRmODgxZTczMTIwZGE4NDdhNWI0MjNjYmM4NTgwMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8134ff6a-8f13-49ee-a13a-64005fdeb93a"
    }
  ],
  "workloadContext": "Production"
}
2021-10-14T07:49:13.475Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-14T07:49:13.476Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7f6e3c6c-4ae9-42f4-8e09-a7fd02511286 ASDC
2021-10-14T07:49:13.476Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ea388880-ae8d-4509-a42c-4e1fd58e24b3
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7f6e3c6c-4ae9-42f4-8e09-a7fd02511286
ServiceInvariantUUID:163716c5-2e75-414e-adef-3c752f582b3e
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:8134ff6a-8f13-49ee-a13a-64005fdeb93a
ArtifactChecksum:MTRmODgxZTczMTIwZGE4NDdhNWI0MjNjYmM4NTgwMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d986a9cd-b681-45dc-8d55-11da226df644
ResourceInvariantUUID:207e0279-39cb-4687-8dd2-41edb5ed7a84
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:41ce9374-d583-4351-8a4c-ae643a101f5e
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:f52b2418-dd90-40c0-8452-205f2e54ac7c
ArtifactChecksum:NWQ2MmU2Y2YzNDA3NDZlYjhhNGNhMmE4MDNhZGRlZmY=
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:2d36f9d6-5d76-4e92-ab97-250cf98470ee
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:8a256fb3-17da-4039-863d-63fc85294617
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:8a256fb3-17da-4039-863d-63fc85294617
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-14T07:49:13.477Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f6e3c6c-4ae9-42f4-8e09-a7fd02511286 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-10-14T07:49:13.513Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:49:13.514Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:49:13.514Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:49:13.515Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8134ff6a-8f13-49ee-a13a-64005fdeb93a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-14T07:49:13.515Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:49:13.515Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-14T07:49:13.590Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:49:13.593Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 8134ff6a-8f13-49ee-a13a-64005fdeb93a 78607
2021-10-14T07:49:13.593Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-14T07:49:13.594Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-14T07:49:13.594Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:49:13.594Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:13.596Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:13.596Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197753593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:49:13.696Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:13.697Z||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-10-14T07:49:13.697Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:13.714Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:13.714Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:14.596Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:49:14.598Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:49:14.598Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8134ff6a-8f13-49ee-a13a-64005fdeb93a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:14.599Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-14T07:49:14.599Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:14.599Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:14.851Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3094413651743407013/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-14T07:49:16.070Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.073Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:16.073Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:16.073Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-14T07:49:16.073Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:49:16.073Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.074Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:16.074Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:16.074Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-14T07:49:16.074Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:49:16.074Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.074Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:16.075Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.075Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-14T07:49:16.075Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-14T07:49:16.075Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-14T07:49:16.075Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-14T07:49:16.076Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-14T07:49:16.076Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-14T07:49:16.076Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.076Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:49:16.076Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.077Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:16.077Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:49:16.077Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.077Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:16.077Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:49:16.077Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.078Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:16.078Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:49:16.078Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.078Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-14T07:49:16.078Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-14T07:49:16.078Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-14T07:49:16.078Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7205c498-ad75-453c-93dc-20e7b0d3f60f
2021-10-14T07:49:16.079Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.079Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:16.079Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.079Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:16.079Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.079Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:16.080Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:16.080Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:16.080Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7f6e3c6c-4ae9-42f4-8e09-a7fd02511286
Model Version:NULL
Model InvariantUuid:163716c5-2e75-414e-adef-3c752f582b3e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:62273e96-3716-4b2c-8613-166d6f0ada69
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:207e0279-39cb-4687-8dd2-41edb5ed7a84
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d986a9cd-b681-45dc-8d55-11da226df644
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1eaf9da8-1ba1-4b5c-a776-d59fd68925a6
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fdc52000-9175-4af1-b97f-5cdd3ec377d5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7205c498-ad75-453c-93dc-20e7b0d3f60f
ModelInvariantUuid:beac7000-19b8-479a-a056-1caf162f6056
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:91200c28-e19a-43ff-aa46-540f0f3acc4a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9fdd2505-1595-450e-a6cf-e391948a53c2
ModelInvariantUuid:3f5cd7b5-70c6-4516-bfe8-3203e773415f
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:2dd69ac1-3e92-42c5-be4b-c68601380f5b
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-10-14T07:49:16.090Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 41ce9374-d583-4351-8a4c-ae643a101f5e
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-10-14T07:49:16.093Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2021-10-14T07:49:16.094Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 41ce9374-d583-4351-8a4c-ae643a101f5e
2021-10-14T07:49:16.094Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f52b2418-dd90-40c0-8452-205f2e54ac7c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-14T07:49:16.094Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:49:16.094Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:16.275Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:49:16.275Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f52b2418-dd90-40c0-8452-205f2e54ac7c 792
2021-10-14T07:49:16.276Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:16.276Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:16.276Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:49:16.277Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:16.279Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:16.280Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197756275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:49:16.380Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:16.381Z||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-10-14T07:49:16.381Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:16.399Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:16.400Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:17.281Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1eaf9da8-1ba1-4b5c-a776-d59fd68925a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fdc52000-9175-4af1-b97f-5cdd3ec377d5",
    "vfModuleModelCustomizationUUID": "442ccd8f-982c-4d7b-9dae-ae0e0cce421d",
    "isBase": true,
    "artifacts": [
      "2d36f9d6-5d76-4e92-ab97-250cf98470ee",
      "8a256fb3-17da-4039-863d-63fc85294617"
    ],
    "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-10-14T07:49:17.286Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fdc52000-9175-4af1-b97f-5cdd3ec377d5
VfModuleModelInvariantUUID:1eaf9da8-1ba1-4b5c-a776-d59fd68925a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d36f9d6-5d76-4e92-ab97-250cf98470ee
,
8a256fb3-17da-4039-863d-63fc85294617

}
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-10-14T07:49:17.287Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1eaf9da8-1ba1-4b5c-a776-d59fd68925a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fdc52000-9175-4af1-b97f-5cdd3ec377d5",
    "vfModuleModelCustomizationUUID": "442ccd8f-982c-4d7b-9dae-ae0e0cce421d",
    "isBase": true,
    "artifacts": [
      "2d36f9d6-5d76-4e92-ab97-250cf98470ee",
      "8a256fb3-17da-4039-863d-63fc85294617"
    ],
    "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-10-14T07:49:17.288Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fdc52000-9175-4af1-b97f-5cdd3ec377d5
VfModuleModelInvariantUUID:1eaf9da8-1ba1-4b5c-a776-d59fd68925a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d36f9d6-5d76-4e92-ab97-250cf98470ee
,
8a256fb3-17da-4039-863d-63fc85294617

}
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-10-14T07:49:17.288Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2d36f9d6-5d76-4e92-ab97-250cf98470ee from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-14T07:49:17.288Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:49:17.288Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:17.494Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:49:17.495Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2d36f9d6-5d76-4e92-ab97-250cf98470ee 5033
2021-10-14T07:49:17.496Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:17.496Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:17.496Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:49:17.496Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:17.498Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:17.498Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197757496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:49:17.601Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-14T07:49:17.602Z||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-10-14T07:49:17.602Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:17.611Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:17.612Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:18.500Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8a256fb3-17da-4039-863d-63fc85294617 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-14T07:49:18.500Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:49:18.500Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:18.598Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:49:18.599Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8a256fb3-17da-4039-863d-63fc85294617 903
2021-10-14T07:49:18.600Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:18.600Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:18.600Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:49:18.601Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:18.602Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:18.602Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197758600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:49:18.711Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2021-10-14T07:49:18.712Z||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-10-14T07:49:18.712Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:18.721Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:18.722Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:19.603Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7f6e3c6c-4ae9-42f4-8e09-a7fd02511286
2021-10-14T07:49:19.604Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 41ce9374-d583-4351-8a4c-ae643a101f5e 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-10-14T07:49:19.618Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55485b91, org.onap.sdc.toscaparser.api.parameters.Input@38f9708f, org.onap.sdc.toscaparser.api.parameters.Input@6fcbcd9b, org.onap.sdc.toscaparser.api.parameters.Input@3a91709f, org.onap.sdc.toscaparser.api.parameters.Input@2d12208f]
2021-10-14T07:49:19.620Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.620Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:19.620Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-14T07:49:19.620Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d986a9cd-b681-45dc-8d55-11da226df644
2021-10-14T07:49:19.621Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d986a9cd-b681-45dc-8d55-11da226df644 matches Tosca VF Customization UUID: d986a9cd-b681-45dc-8d55-11da226df644
2021-10-14T07:49:19.621Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d986a9cd-b681-45dc-8d55-11da226df644  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-10-14T07:49:19.624Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.625Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:19.625Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d986a9cd-b681-45dc-8d55-11da226df644: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-10-14T07:49:19.625Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e2e6901
2021-10-14T07:49:19.625Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.625Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:49:19.626Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 442ccd8f-982c-4d7b-9dae-ae0e0cce421d
2021-10-14T07:49:19.626Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 442ccd8f-982c-4d7b-9dae-ae0e0cce421d
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-10-14T07:49:19.629Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.630Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:19.630Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:49:19.630Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.630Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:19.630Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:49:19.631Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.631Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-14T07:49:19.631Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-14T07:49:19.631Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-14T07:49:19.631Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7205c498-ad75-453c-93dc-20e7b0d3f60f
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-10-14T07:49:19.633Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.633Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:19.634Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:49:19.634Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.634Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:19.634Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d986a9cd-b681-45dc-8d55-11da226df644
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-10-14T07:49:19.643Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.643Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:19.643Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7f6e3c6c-4ae9-42f4-8e09-a7fd02511286: basic_vm_macro
2021-10-14T07:49:19.643Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.644Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:19.644Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.644Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:19.644Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.645Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:19.645Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.645Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:19.645Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:49:19.645Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:19.645Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:19.753Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 41ce9374-d583-4351-8a4c-ae643a101f5e 1 ASDC deployResourceStructure
2021-10-14T07:49:19.753Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:19.753Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:19.754Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:49:19.754Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:19.759Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:19.759Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197759753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:49:19.856Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-14T07:49:19.857Z||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-10-14T07:49:19.857Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:19.870Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:19.871Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:20.760Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:20.760Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:20.760Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:49:20.761Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:20.763Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:20.763Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197760760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-14T07:49:20.864Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:20.865Z||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-10-14T07:49:20.865Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:20.898Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:20.899Z||pool-53-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:21.764Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:21.765Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:49:21.765Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:49:21.766Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:21.768Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:21.768Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197761764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-14T07:49:21.868Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:21.869Z||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-10-14T07:49:21.869Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:21.880Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:21.880Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:22.769Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-14T07:49:22.769Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-14T07:49:22.769Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:49:22.770Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:22.771Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:22.772Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197762769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:49:22.872Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:22.873Z||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-10-14T07:49:22.873Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:22.886Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:49:22.887Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:23.772Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:49:23.795Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:49:23.798Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:49:23.798Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:49:23.799Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:49:53.800Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:49:53.820Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:49:53.831Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:49:53.831Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:49:53.831Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:50:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:50:04.813Z||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-10-14T07:50:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:50:04.853Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:50:04.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197684809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:50:04.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:04.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197687773,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:50:04.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:50:04.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197689636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:50:04.859Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:50:04.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197721390,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:50:04.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:50:04.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197738487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:50:04.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:04.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "cds",
  "timestamp": 1634197733459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:50:04.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:04.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "dcae-sch",
  "timestamp": 1634197733263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:50:04.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:04.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197738487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:50:04.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:04.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "cds",
  "timestamp": 1634197733459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:50:04.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:04.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "dcae-sch",
  "timestamp": 1634197733263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:50:04.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:04.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197738487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:50:04.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:04.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "cds",
  "timestamp": 1634197733459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:50:04.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:04.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "dcae-sch",
  "timestamp": 1634197733263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:50:04.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:04.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197738487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:50:04.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:04.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "cds",
  "timestamp": 1634197733459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:50:04.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:04.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:50:04.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "dcae-sch",
  "timestamp": 1634197733263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:50:04.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:50:23.832Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:50:23.845Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:50:23.847Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:50:23.847Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:50:23.847Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:50:53.847Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:50:53.859Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:50:53.861Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:50:53.861Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:50:53.861Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:51:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:51:04.815Z||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-10-14T07:51:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:51:04.879Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:51:04.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:51:04.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "cds",
  "timestamp": 1634197733459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:51:04.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:51:23.862Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:51:23.879Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:51:23.881Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:51:23.881Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:51:23.881Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:51:53.881Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:51:53.891Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:51:53.895Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:51:53.895Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:51:53.895Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:52:04.811Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:52:04.815Z||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-10-14T07:52:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:52:04.854Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:52:05.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197738487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "dcae-sch",
  "timestamp": 1634197733263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197738487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "cds",
  "timestamp": 1634197733459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "dcae-sch",
  "timestamp": 1634197733263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197738487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "cds",
  "timestamp": 1634197733459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "dcae-sch",
  "timestamp": 1634197733263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197738487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "cds",
  "timestamp": 1634197733459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "dcae-sch",
  "timestamp": 1634197733263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "cds",
  "timestamp": 1634197749300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "cds",
  "timestamp": 1634197751577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-14T07:52:05.405Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea388880-ae8d-4509-a42c-4e1fd58e24b3
2021-10-14T07:52:05.406Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea388880-ae8d-4509-a42c-4e1fd58e24b3 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-10-14T07:52:05.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "policy-id",
  "timestamp": 1634197753097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.418Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "cds",
  "timestamp": 1634197752580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197753430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197753593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "dcae-sch",
  "timestamp": 1634197753261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "policy-id",
  "timestamp": 1634197754101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "cds",
  "timestamp": 1634197752580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197754512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.421Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "aai-ml",
  "timestamp": 1634197754885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.421Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "dcae-sch",
  "timestamp": 1634197753261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "policy-id",
  "timestamp": 1634197755104,
  "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-10-14T07:52:05.426Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea388880-ae8d-4509-a42c-4e1fd58e24b3
2021-10-14T07:52:05.426Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea388880-ae8d-4509-a42c-4e1fd58e24b3 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-10-14T07:52:05.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "cds",
  "timestamp": 1634197752580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197755581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "dcae-sch",
  "timestamp": 1634197753261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "cds",
  "timestamp": 1634197752580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197756275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197756602,
  "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-10-14T07:52:05.443Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea388880-ae8d-4509-a42c-4e1fd58e24b3
2021-10-14T07:52:05.443Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea388880-ae8d-4509-a42c-4e1fd58e24b3 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-10-14T07:52:05.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "dcae-sch",
  "timestamp": 1634197753261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "cds",
  "timestamp": 1634197752580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197757496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197757606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "dcae-sch",
  "timestamp": 1634197753261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "cds",
  "timestamp": 1634197752580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197758600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "dcae-sch",
  "timestamp": 1634197753261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197758487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "cds",
  "timestamp": 1634197752580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197759753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "dcae-sch",
  "timestamp": 1634197753261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197758487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "cds",
  "timestamp": 1634197752580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197760760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.461Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "dcae-sch",
  "timestamp": 1634197753261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197758487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "cds",
  "timestamp": 1634197752580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197761764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "dcae-sch",
  "timestamp": 1634197753261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197758487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "cds",
  "timestamp": 1634197762600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.468Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197762769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.469Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "aai-ml",
  "timestamp": 1634197762907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.470Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197758487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "cds",
  "timestamp": 1634197763607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-14T07:52:05.488Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of addeb3dd-495b-4dae-a0a6-2607e92444cb
2021-10-14T07:52:05.489Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId addeb3dd-495b-4dae-a0a6-2607e92444cb 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-10-14T07:52:05.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "aai-ml",
  "timestamp": 1634197763910,
  "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-10-14T07:52:05.503Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea388880-ae8d-4509-a42c-4e1fd58e24b3
2021-10-14T07:52:05.503Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea388880-ae8d-4509-a42c-4e1fd58e24b3 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-10-14T07:52:05.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197758487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "policy-id",
  "timestamp": 1634197744325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197758487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "policy-id",
  "timestamp": 1634197765373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.515Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197758487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "policy-id",
  "timestamp": 1634197766384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197744646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197758487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "policy-id",
  "timestamp": 1634197767391,
  "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-10-14T07:52:05.524Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of addeb3dd-495b-4dae-a0a6-2607e92444cb
2021-10-14T07:52:05.524Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId addeb3dd-495b-4dae-a0a6-2607e92444cb 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-10-14T07:52:05.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197767734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197768710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197768874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "clamp",
  "timestamp": 1634197769334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197769998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197771141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197771189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197772145,
  "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-10-14T07:52:05.545Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea388880-ae8d-4509-a42c-4e1fd58e24b3
2021-10-14T07:52:05.546Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea388880-ae8d-4509-a42c-4e1fd58e24b3 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-10-14T07:52:05.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197772292,
  "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-10-14T07:52:05.559Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of addeb3dd-495b-4dae-a0a6-2607e92444cb
2021-10-14T07:52:05.559Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId addeb3dd-495b-4dae-a0a6-2607e92444cb 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-10-14T07:52:05.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "aai-ml",
  "timestamp": 1634197746104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197773296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "clamp",
  "timestamp": 1634197773338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "aai-ml",
  "timestamp": 1634197774010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "clamp",
  "timestamp": 1634197774342,
  "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-10-14T07:52:05.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ea388880-ae8d-4509-a42c-4e1fd58e24b3
2021-10-14T07:52:05.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea388880-ae8d-4509-a42c-4e1fd58e24b3 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-10-14T07:52:05.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197759892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "aai-ml",
  "timestamp": 1634197781899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:05.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197782382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "aai-ml",
  "timestamp": 1634197782903,
  "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-10-14T07:52:05.590Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of addeb3dd-495b-4dae-a0a6-2607e92444cb
2021-10-14T07:52:05.590Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId addeb3dd-495b-4dae-a0a6-2607e92444cb 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-10-14T07:52:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "clamp",
  "timestamp": 1634197755166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:52:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:52:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197784579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197785582,
  "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-10-14T07:52:05.603Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of addeb3dd-495b-4dae-a0a6-2607e92444cb
2021-10-14T07:52:05.603Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId addeb3dd-495b-4dae-a0a6-2607e92444cb 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-10-14T07:52:05.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "clamp",
  "timestamp": 1634197788110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:52:05.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "clamp",
  "timestamp": 1634197789347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:52:05.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:52:05.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:52:05.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "clamp",
  "timestamp": 1634197790350,
  "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-10-14T07:52:05.616Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of addeb3dd-495b-4dae-a0a6-2607e92444cb
2021-10-14T07:52:05.616Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId addeb3dd-495b-4dae-a0a6-2607e92444cb 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-10-14T07:52:23.895Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:52:23.913Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:52:23.916Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:52:23.916Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-14T07:52:23.917Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-14T07:52:23.917Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-14T07:52:23.917Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:52:23.918Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:52:23.918Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:52:23.918Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:52:23.919Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:52:23.919Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:52:23.919Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:52:23.924Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-14T07:52:53.924Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3 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-10-14T07:52:53.930Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea388880-ae8d-4509-a42c-4e1fd58e24b3 and serviceModelVersionId: 7f6e3c6c-4ae9-42f4-8e09-a7fd02511286
2021-10-14T07:52:53.930Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 163716c5-2e75-414e-adef-3c752f582b3e
2021-10-14T07:52:53.932Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/163716c5-2e75-414e-adef-3c752f582b3e/model-vers/model-ver/7f6e3c6c-4ae9-42f4-8e09-a7fd02511286?depth=0
2021-10-14T07:52:53.939Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-14T07:52:53.996Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/163716c5-2e75-414e-adef-3c752f582b3e/model-vers/model-ver/7f6e3c6c-4ae9-42f4-8e09-a7fd02511286?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-10-14T07:52:54.000Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/163716c5-2e75-414e-adef-3c752f582b3e/model-vers/model-ver/7f6e3c6c-4ae9-42f4-8e09-a7fd02511286?depth=0|INFO|500||Invoke
2021-10-14T07:52:54.023Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/163716c5-2e75-414e-adef-3c752f582b3e/model-vers/model-ver/7f6e3c6c-4ae9-42f4-8e09-a7fd02511286?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-14T07:52:54.132Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/163716c5-2e75-414e-adef-3c752f582b3e/model-vers/model-ver/7f6e3c6c-4ae9-42f4-8e09-a7fd02511286?depth=0|INFO|500||InvokeReturn
2021-10-14T07:52:54.133Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/163716c5-2e75-414e-adef-3c752f582b3e/model-vers/model-ver/7f6e3c6c-4ae9-42f4-8e09-a7fd02511286?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211014-07:52:54:032-85212], vertex-id=[168112], Content-Length=[0], Date=[Thu, 14 Oct 2021 07:52:54 GMT], Content-Type=[application/json]}
2021-10-14T07:52:54.133Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-14T07:52:54.134Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-14T07:52:54.134Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:52:54.138Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||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-10-14T07:52:54.139Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea388880-ae8d-4509-a42c-4e1fd58e24b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-14T07:52:54.139Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-14T07:52:54.140Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:52:54.142Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:52:54.142Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197974139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:52:54.244Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-14T07:52:54.245Z||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-10-14T07:52:54.245Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:52:54.275Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:52:54.276Z||pool-56-thread-1|||||INFO|500||cambria reply ok (32 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-10-14T07:52:55.154Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-14T07:52:55.154Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"addeb3dd-495b-4dae-a0a6-2607e92444cb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc","serviceDescription":"service","serviceInvariantUUID":"d55f6f59-b53f-45fd-9ed7-21e077ead055","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51d6905a-77ce-4dd2-9be2-256f0609e3f2","resourceInvariantUUID":"927c736e-a8ee-4a1b-be05-e0714b1f5ba3","resourceCustomizationUUID":"0872b322-98af-4aa2-9c42-91c456a2f9b7","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":"ZWQ5YzRiMTNmOWVkMjE3ODkwNGVkZDkxZWY5MTNhNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6823f86d-dae6-47bb-8985-9db230dd1940","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":"ced4bb5a-a7a4-4514-9147-5d24ab7584d0","artifactVersion":"2","generatedFromUUID":"27125565-18a4-495a-a0c0-5967cabbbd57"},{"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":"27125565-18a4-495a-a0c0-5967cabbbd57","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":"ZTUxYmI3NWM2ZjQzOTU0MjI4N2EzY2QxYmVmMDNlOWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"311aa57e-dc14-4b7e-b37a-a0fef6e4fecc","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":"539ead7e-1999-4fe0-9600-03ef833f013d","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":"f08a8544-87fc-4db8-8ef8-b7b3caeb9bc2","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":"5cfbb4cb-b39a-4efc-a039-ee67b5d42c79","artifactVersion":"2","generatedFromUUID":"539ead7e-1999-4fe0-9600-03ef833f013d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGE5OTdlZTgwYmM5NjBlM2VjY2QzNGVlM2RiOTZiYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a1c8ffc-ecb4-4be7-b05e-33f9fe022caf","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjJlMDg3ZDhlZGIyNTcwYzVkZGJjOGQ3NWE4YTkxMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"105b647b-cf4a-448e-9d6a-99bbc7e08bc3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-14T07:52:55.155Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:52:55.155Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:52:55.157Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:52:55.157Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:52:55.259Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-14T07:52:55.260Z||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-10-14T07:52:55.261Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:52:55.270Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:52:55.271Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:52:56.157Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:52:56.158Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:52:56.161Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:52:56.161Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-14T07:52:56.260Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-14T07:52:56.262Z||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-10-14T07:52:56.262Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:52:56.273Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:52:56.292Z||pool-58-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:52:57.162Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:52:57.163Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:52:57.167Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:52:57.167Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-14T07:52:57.266Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:52:57.267Z||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-10-14T07:52:57.267Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:52:57.277Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:52:57.278Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:52:58.168Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:52:58.168Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:52:58.178Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:52:58.178Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:52:58.279Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-14T07:52:58.280Z||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-10-14T07:52:58.280Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:52:58.293Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:52:58.294Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:52:59.179Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:52:59.180Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:52:59.182Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:52:59.182Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:52:59.286Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-10-14T07:52:59.287Z||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-10-14T07:52:59.287Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:52:59.300Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:52:59.300Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:53:00.182Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:53:00.184Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:00.185Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:00.186Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:00.286Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:00.287Z||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-10-14T07:53:00.288Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:00.500Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:00.500Z||pool-62-thread-1|||||INFO|500||cambria reply ok (214 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:01.186Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:53:01.187Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:01.189Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:01.189Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-14T07:53:01.293Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-10-14T07:53:01.294Z||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-10-14T07:53:01.294Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:01.306Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:01.307Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:53:02.189Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:53:02.190Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:02.192Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:02.192Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:02.295Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-14T07:53:02.296Z||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-10-14T07:53:02.296Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:02.307Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:02.308Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:03.193Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:53:03.194Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:03.196Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:03.196Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:53:03.299Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-14T07:53:03.300Z||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-10-14T07:53:03.300Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:03.310Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:03.311Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:53:04.198Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d55f6f59-b53f-45fd-9ed7-21e077ead055",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "0872b322-98af-4aa2-9c42-91c456a2f9b7",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51d6905a-77ce-4dd2-9be2-256f0609e3f2",
      "resourceInvariantUUID": "927c736e-a8ee-4a1b-be05-e0714b1f5ba3",
      "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": "ced4bb5a-a7a4-4514-9147-5d24ab7584d0",
          "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": "27125565-18a4-495a-a0c0-5967cabbbd57",
          "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": "ZTUxYmI3NWM2ZjQzOTU0MjI4N2EzY2QxYmVmMDNlOWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "311aa57e-dc14-4b7e-b37a-a0fef6e4fecc",
          "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": "539ead7e-1999-4fe0-9600-03ef833f013d",
          "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": "5cfbb4cb-b39a-4efc-a039-ee67b5d42c79",
            "generatedFromUUID": "539ead7e-1999-4fe0-9600-03ef833f013d"
          },
          "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": "5cfbb4cb-b39a-4efc-a039-ee67b5d42c79",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjJlMDg3ZDhlZGIyNTcwYzVkZGJjOGQ3NWE4YTkxMjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "105b647b-cf4a-448e-9d6a-99bbc7e08bc3"
    }
  ],
  "workloadContext": "Production"
}
2021-10-14T07:53:04.199Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-14T07:53:04.199Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc ASDC
2021-10-14T07:53:04.199Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:addeb3dd-495b-4dae-a0a6-2607e92444cb
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc
ServiceInvariantUUID:d55f6f59-b53f-45fd-9ed7-21e077ead055
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:105b647b-cf4a-448e-9d6a-99bbc7e08bc3
ArtifactChecksum:MjJlMDg3ZDhlZGIyNTcwYzVkZGJjOGQ3NWE4YTkxMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:0872b322-98af-4aa2-9c42-91c456a2f9b7
ResourceInvariantUUID:927c736e-a8ee-4a1b-be05-e0714b1f5ba3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:51d6905a-77ce-4dd2-9be2-256f0609e3f2
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:ced4bb5a-a7a4-4514-9147-5d24ab7584d0
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:27125565-18a4-495a-a0c0-5967cabbbd57
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:311aa57e-dc14-4b7e-b37a-a0fef6e4fecc
ArtifactChecksum:ZTUxYmI3NWM2ZjQzOTU0MjI4N2EzY2QxYmVmMDNlOWM=
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:539ead7e-1999-4fe0-9600-03ef833f013d
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:5cfbb4cb-b39a-4efc-a039-ee67b5d42c79
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:5cfbb4cb-b39a-4efc-a039-ee67b5d42c79
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-14T07:53:04.200Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc 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-10-14T07:53:04.236Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:53:04.236Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:53:04.236Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:53:04.237Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 105b647b-cf4a-448e-9d6a-99bbc7e08bc3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-14T07:53:04.237Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:53:04.237Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-14T07:53:04.811Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:53:04.816Z||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-10-14T07:53:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:04.870Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:53:04.873Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 105b647b-cf4a-448e-9d6a-99bbc7e08bc3 68759
2021-10-14T07:53:04.874Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-14T07:53:04.879Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-14T07:53:04.879Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:53:04.880Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:04.882Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:04.883Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197984874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:04.984Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-14T07:53:04.985Z||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-10-14T07:53:04.985Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:04.996Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:04.997Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:05.006Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:05.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197958488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197964646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "cds",
  "timestamp": 1634197958460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197965167,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "policy-id",
  "timestamp": 1634197964325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "cds",
  "timestamp": 1634197958460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197958488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197964646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197965167,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "policy-id",
  "timestamp": 1634197964325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "cds",
  "timestamp": 1634197958460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197964646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197965167,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197958488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "policy-id",
  "timestamp": 1634197964325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "cds",
  "timestamp": 1634197958460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197964646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197965167,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197958488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "policy-id",
  "timestamp": 1634197964325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197969893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "cds",
  "timestamp": 1634197958460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197964646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197965167,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197958488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "policy-id",
  "timestamp": 1634197964325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197969893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "cds",
  "timestamp": 1634197958460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197964646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197965167,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197958488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "policy-id",
  "timestamp": 1634197964325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197969893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "cds",
  "timestamp": 1634197958460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197964646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197965167,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197958488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "policy-id",
  "timestamp": 1634197964325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197969893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "dcae-sch",
  "timestamp": 1634197973261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197974139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:53:05.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:53:05.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "cds",
  "timestamp": 1634197958460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197964646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197965167,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634197958488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "policy-id",
  "timestamp": 1634197964325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197969893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "dcae-sch",
  "timestamp": 1634197973261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "cds",
  "timestamp": 1634197975358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:05.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:53:05.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "policy-id",
  "timestamp": 1634197975353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:05.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:53:05.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197975372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:05.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:53:05.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197969893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "dcae-sch",
  "timestamp": 1634197973261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "cds",
  "timestamp": 1634197976364,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:53:05.043Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac3299d6-5793-49ee-a6fd-6f2706b7587a
2021-10-14T07:53:05.043Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac3299d6-5793-49ee-a6fd-6f2706b7587a 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-10-14T07:53:05.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "policy-id",
  "timestamp": 1634197976357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:53:05.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:53:05.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197976485,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:05.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:53:05.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197969893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "dcae-sch",
  "timestamp": 1634197973261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "policy-id",
  "timestamp": 1634197977359,
  "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-10-14T07:53:05.059Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac3299d6-5793-49ee-a6fd-6f2706b7587a
2021-10-14T07:53:05.059Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac3299d6-5793-49ee-a6fd-6f2706b7587a 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-10-14T07:53:05.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197969893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197977673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:05.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:53:05.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "dcae-sch",
  "timestamp": 1634197973261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197978693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:05.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:53:05.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197978709,
  "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-10-14T07:53:05.074Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac3299d6-5793-49ee-a6fd-6f2706b7587a
2021-10-14T07:53:05.074Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac3299d6-5793-49ee-a6fd-6f2706b7587a 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-10-14T07:53:05.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "dcae-sch",
  "timestamp": 1634197973261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634197979721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:53:05.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:53:05.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "dcae-sch",
  "timestamp": 1634197973261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "dcae-sch",
  "timestamp": 1634197973261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197981023,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:53:05.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:53:05.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634197982031,
  "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-10-14T07:53:05.091Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac3299d6-5793-49ee-a6fd-6f2706b7587a
2021-10-14T07:53:05.091Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac3299d6-5793-49ee-a6fd-6f2706b7587a 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-10-14T07:53:05.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:05.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "dcae-sch",
  "timestamp": 1634197982739,
  "artifactURL": "/sdc/v1/catalog/services/7bee64b7-27a4-4e4e-a438-93b6c24ed652/resourceInstances/basicclamp0/artifacts/1dd2a474-dda9-4cac-a639-5b12d8ba6a82",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:05.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:53:05.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197744808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:53:05.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:53:05.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-14T07:53:05.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "dcae-sch",
  "timestamp": 1634197984002,
  "artifactURL": "/sdc/v1/catalog/services/7bee64b7-27a4-4e4e-a438-93b6c24ed652/resourceInstances/basicclamp0/artifacts/1dd2a474-dda9-4cac-a639-5b12d8ba6a82",
  "status": "DEPLOY_OK"
}
2021-10-14T07:53:05.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:53:05.885Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:53:05.888Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:53:05.888Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 105b647b-cf4a-448e-9d6a-99bbc7e08bc3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-14T07:53:05.888Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-14T07:53:05.889Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-14T07:53:05.889Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-14T07:53:06.141Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1618643651330002776/Definitions/service-BasicCnf-template.yml
2021-10-14T07:53:07.460Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-14T07:53:07.460Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-14T07:53:07.460Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-14T07:53:07.461Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-14T07:53:07.461Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:07.461Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:07.461Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:07.461Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:07.462Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-14T07:53:07.462Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.462Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:07.463Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-14T07:53:07.463Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-14T07:53:07.463Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:53:07.463Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.464Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:07.464Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-14T07:53:07.464Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-14T07:53:07.464Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:53:07.465Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.465Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:07.465Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.465Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-14T07:53:07.466Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-14T07:53:07.466Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-14T07:53:07.466Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-14T07:53:07.466Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.467Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:53:07.467Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.467Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-14T07:53:07.467Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:53:07.468Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.468Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-14T07:53:07.468Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:53:07.468Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.468Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-14T07:53:07.468Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:53:07.468Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.468Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-14T07:53:07.469Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-14T07:53:07.469Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=abc0b691-b9df-4c85-85ac-9827e7c3e769
2021-10-14T07:53:07.469Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.469Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:07.469Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.469Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:07.470Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.470Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:07.470Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:07.470Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:07.470Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc
Model Version:NULL
Model InvariantUuid:d55f6f59-b53f-45fd-9ed7-21e077ead055
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:e65360ce-5867-4ad8-9a03-e504eefa0b6a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:927c736e-a8ee-4a1b-be05-e0714b1f5ba3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0872b322-98af-4aa2-9c42-91c456a2f9b7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:75012b44-9de3-4726-9d4d-02122221a10a
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:75f9d1dc-fc4b-4f78-ab71-8d2eed866cf1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:abc0b691-b9df-4c85-85ac-9827e7c3e769
ModelInvariantUuid:b60091a3-f8f6-4470-ab85-286ba8c4fe25
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:fd1e9480-225a-4dfc-955f-b2b649494ab6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:8b30ed36-a00f-4270-9218-0cb6d075b5cf
ModelInvariantUuid:376f8be5-f3f5-4022-96fb-66ac208b73a7
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:407e431c-78f6-449e-8372-03f219e9c4f0
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-10-14T07:53:07.476Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 51d6905a-77ce-4dd2-9be2-256f0609e3f2
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-10-14T07:53:07.479Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||basic_cnf 0
2021-10-14T07:53:07.480Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51d6905a-77ce-4dd2-9be2-256f0609e3f2
2021-10-14T07:53:07.480Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ced4bb5a-a7a4-4514-9147-5d24ab7584d0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-14T07:53:07.480Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:53:07.480Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:07.677Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:53:07.677Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ced4bb5a-a7a4-4514-9147-5d24ab7584d0 12
2021-10-14T07:53:07.678Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:07.678Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:07.678Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:53:07.678Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:07.682Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:07.682Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197987678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:07.782Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:07.783Z||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-10-14T07:53:07.783Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:07.804Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:07.805Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:08.683Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 27125565-18a4-495a-a0c0-5967cabbbd57 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-14T07:53:08.683Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:53:08.683Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:08.884Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:53:08.884Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 27125565-18a4-495a-a0c0-5967cabbbd57 2688
2021-10-14T07:53:08.884Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:08.885Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:08.885Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:53:08.885Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:08.887Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:08.887Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197988884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:08.987Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:08.988Z||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-10-14T07:53:08.988Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:09.024Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:09.024Z||pool-68-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:09.889Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 311aa57e-dc14-4b7e-b37a-a0fef6e4fecc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-14T07:53:09.889Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:53:09.890Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:10.084Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:53:10.084Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 311aa57e-dc14-4b7e-b37a-a0fef6e4fecc 828
2021-10-14T07:53:10.084Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:10.085Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:10.085Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:53:10.085Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:10.088Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:10.088Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197990084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:10.188Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:10.189Z||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-10-14T07:53:10.189Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:10.205Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:10.206Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:11.088Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "75012b44-9de3-4726-9d4d-02122221a10a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75f9d1dc-fc4b-4f78-ab71-8d2eed866cf1",
    "vfModuleModelCustomizationUUID": "c8667551-3472-45b7-a076-8a383860c8e5",
    "isBase": true,
    "artifacts": [
      "27125565-18a4-495a-a0c0-5967cabbbd57",
      "539ead7e-1999-4fe0-9600-03ef833f013d",
      "5cfbb4cb-b39a-4efc-a039-ee67b5d42c79"
    ],
    "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-10-14T07:53:11.095Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75f9d1dc-fc4b-4f78-ab71-8d2eed866cf1
VfModuleModelInvariantUUID:75012b44-9de3-4726-9d4d-02122221a10a
VfModuleModelDescription:NULL
Artifacts UUID List:{
27125565-18a4-495a-a0c0-5967cabbbd57
,
539ead7e-1999-4fe0-9600-03ef833f013d
,
5cfbb4cb-b39a-4efc-a039-ee67b5d42c79

}
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-10-14T07:53:11.097Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "75012b44-9de3-4726-9d4d-02122221a10a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75f9d1dc-fc4b-4f78-ab71-8d2eed866cf1",
    "vfModuleModelCustomizationUUID": "c8667551-3472-45b7-a076-8a383860c8e5",
    "isBase": true,
    "artifacts": [
      "27125565-18a4-495a-a0c0-5967cabbbd57",
      "539ead7e-1999-4fe0-9600-03ef833f013d",
      "5cfbb4cb-b39a-4efc-a039-ee67b5d42c79"
    ],
    "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-10-14T07:53:11.097Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75f9d1dc-fc4b-4f78-ab71-8d2eed866cf1
VfModuleModelInvariantUUID:75012b44-9de3-4726-9d4d-02122221a10a
VfModuleModelDescription:NULL
Artifacts UUID List:{
27125565-18a4-495a-a0c0-5967cabbbd57
,
539ead7e-1999-4fe0-9600-03ef833f013d
,
5cfbb4cb-b39a-4efc-a039-ee67b5d42c79

}
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-10-14T07:53:11.097Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 539ead7e-1999-4fe0-9600-03ef833f013d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-14T07:53:11.098Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:53:11.099Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:11.281Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:53:11.282Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 539ead7e-1999-4fe0-9600-03ef833f013d 1164
2021-10-14T07:53:11.283Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:11.283Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:11.283Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:53:11.284Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:11.287Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:11.287Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197991283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:11.387Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:11.388Z||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-10-14T07:53:11.388Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:11.408Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:11.409Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:12.288Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5cfbb4cb-b39a-4efc-a039-ee67b5d42c79 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-14T07:53:12.288Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:53:12.288Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:12.343Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:53:12.344Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5cfbb4cb-b39a-4efc-a039-ee67b5d42c79 200
2021-10-14T07:53:12.345Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:12.345Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:12.345Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:53:12.346Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:12.349Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:12.349Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197992344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:53:12.449Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:12.450Z||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-10-14T07:53:12.450Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:12.462Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:12.462Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:13.349Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc
2021-10-14T07:53:13.350Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 51d6905a-77ce-4dd2-9be2-256f0609e3f2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2021-10-14T07:53:13.368Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-14T07:53:13.375Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51afa034, org.onap.sdc.toscaparser.api.parameters.Input@168c4cc4, org.onap.sdc.toscaparser.api.parameters.Input@3d4f4592, org.onap.sdc.toscaparser.api.parameters.Input@429b24db, org.onap.sdc.toscaparser.api.parameters.Input@6e9992bc]
2021-10-14T07:53:13.377Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.377Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:13.378Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-14T07:53:13.378Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0872b322-98af-4aa2-9c42-91c456a2f9b7
2021-10-14T07:53:13.378Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0872b322-98af-4aa2-9c42-91c456a2f9b7 matches Tosca VF Customization UUID: 0872b322-98af-4aa2-9c42-91c456a2f9b7
2021-10-14T07:53:13.378Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0872b322-98af-4aa2-9c42-91c456a2f9b7  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-10-14T07:53:13.380Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.381Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:13.382Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0872b322-98af-4aa2-9c42-91c456a2f9b7: {\"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-10-14T07:53:13.382Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4605e643
2021-10-14T07:53:13.382Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.383Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:53:13.383Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c8667551-3472-45b7-a076-8a383860c8e5
2021-10-14T07:53:13.384Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c8667551-3472-45b7-a076-8a383860c8e5
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-10-14T07:53:13.387Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.388Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-14T07:53:13.388Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:53:13.389Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.389Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-14T07:53:13.389Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:53:13.390Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.390Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-14T07:53:13.390Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-14T07:53:13.391Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=abc0b691-b9df-4c85-85ac-9827e7c3e769
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-10-14T07:53:13.393Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.394Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-14T07:53:13.394Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:53:13.394Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.395Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-14T07:53:13.395Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0872b322-98af-4aa2-9c42-91c456a2f9b7
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-10-14T07:53:13.397Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.397Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:13.398Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc: basic_cnf
2021-10-14T07:53:13.398Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.398Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:13.399Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.399Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:13.399Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.400Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:13.400Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.400Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:13.401Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:53:13.401Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:53:13.401Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:13.475Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 51d6905a-77ce-4dd2-9be2-256f0609e3f2 1 ASDC deployResourceStructure
2021-10-14T07:53:13.476Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:13.476Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:13.477Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-14T07:53:13.477Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:13.479Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:13.479Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197993475,
  "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-10-14T07:53:13.587Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2021-10-14T07:53:13.588Z||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-10-14T07:53:13.588Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:13.599Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:13.600Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:14.480Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:14.483Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:14.483Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-14T07:53:14.484Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:14.485Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:14.485Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197994480,
  "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-10-14T07:53:14.586Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:14.587Z||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-10-14T07:53:14.587Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:14.621Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:14.621Z||pool-73-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:15.486Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:15.487Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:15.487Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:53:15.487Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:15.489Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:15.489Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197995486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:53:15.589Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:15.590Z||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-10-14T07:53:15.590Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:15.606Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:15.607Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:53:16.490Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:16.491Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:16.491Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:53:16.491Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:16.493Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:16.493Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197996489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-14T07:53:16.596Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-14T07:53:16.597Z||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-10-14T07:53:16.597Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:16.610Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:16.611Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:53:17.495Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:17.495Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:17.495Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:53:17.496Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:17.498Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:17.498Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197997495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-14T07:53:17.598Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:17.599Z||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-10-14T07:53:17.599Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:17.648Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:17.649Z||pool-76-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:18.499Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-14T07:53:18.499Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-14T07:53:18.499Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:53:18.499Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:18.501Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:18.501Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197998498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:53:18.601Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:18.602Z||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-10-14T07:53:18.602Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:18.620Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:18.620Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:53:19.502Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: addeb3dd-495b-4dae-a0a6-2607e92444cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:53:19.515Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: addeb3dd-495b-4dae-a0a6-2607e92444cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:53:19.518Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:53:19.519Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-14T07:53:19.519Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-14T07:53:19.519Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-14T07:53:19.519Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:53:19.519Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:53:19.519Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:53:19.519Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:53:19.520Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:53:19.520Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:53:19.520Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:19.528Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-14T07:53:49.529Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: addeb3dd-495b-4dae-a0a6-2607e92444cb 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-10-14T07:53:49.538Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: addeb3dd-495b-4dae-a0a6-2607e92444cb and serviceModelVersionId: 1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc
2021-10-14T07:53:49.538Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d55f6f59-b53f-45fd-9ed7-21e077ead055
2021-10-14T07:53:49.540Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d55f6f59-b53f-45fd-9ed7-21e077ead055/model-vers/model-ver/1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc?depth=0
2021-10-14T07:53:49.547Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-14T07:53:49.637Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d55f6f59-b53f-45fd-9ed7-21e077ead055/model-vers/model-ver/1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc?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-10-14T07:53:49.639Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d55f6f59-b53f-45fd-9ed7-21e077ead055/model-vers/model-ver/1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc?depth=0|INFO|500||Invoke
2021-10-14T07:53:49.679Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d55f6f59-b53f-45fd-9ed7-21e077ead055/model-vers/model-ver/1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-14T07:53:50.007Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d55f6f59-b53f-45fd-9ed7-21e077ead055/model-vers/model-ver/1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc?depth=0|INFO|500||InvokeReturn
2021-10-14T07:53:50.008Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d55f6f59-b53f-45fd-9ed7-21e077ead055/model-vers/model-ver/1d95aaf4-07e7-4765-ad1f-d661ab0bd7cc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211014-07:53:49:692-24062], vertex-id=[397552], Content-Length=[0], Date=[Thu, 14 Oct 2021 07:53:49 GMT], Content-Type=[application/json]}
2021-10-14T07:53:50.009Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-14T07:53:50.009Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-14T07:53:50.009Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:50.013Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||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-10-14T07:53:50.014Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID addeb3dd-495b-4dae-a0a6-2607e92444cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-14T07:53:50.014Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-14T07:53:50.015Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:50.018Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:50.018Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198030014,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:53:50.117Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:53:50.118Z||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-10-14T07:53:50.118Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:50.143Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:50.143Z||pool-78-thread-1|||||INFO|500||cambria reply ok (26 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-10-14T07:53:51.030Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:53:51.031Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:53:51.031Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:55.475Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:55.475Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-14T07:53:55.476Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac3299d6-5793-49ee-a6fd-6f2706b7587a","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"7bee64b7-27a4-4e4e-a438-93b6c24ed652","serviceDescription":"service","serviceInvariantUUID":"d2e0d415-4c7b-4c7f-80a6-19876de13de1","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ccc70d5-5909-4b29-b759-2b86ccf13ef1","resourceInvariantUUID":"8d6b5150-0475-47f4-992a-33705a1769d5","resourceCustomizationUUID":"1de5e8eb-38ab-4066-8212-79449b5b8cba","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":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1dd2a474-dda9-4cac-a639-5b12d8ba6a82","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":"NzVmNDNiZjcxZDRkNDM1Y2U3MjMzYThmZTI2NWFmMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de2f8601-0fc7-4dd8-91a9-3cc68f4936fb","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":"MjJiOGIzOGYxZWY1Mjc4M2YxOTk1NDI1Nzk4NTJjNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e9910014-7afa-4426-9d7f-f99a1dc6ec98","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":"9f149286-0b9a-450b-b25c-0e633d37d215","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":"a840481c-6e24-4772-ba5a-84a3768824ac","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":"d82b6fab-9437-40be-af4c-3973d5590e97","artifactVersion":"2","generatedFromUUID":"9f149286-0b9a-450b-b25c-0e633d37d215"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YjY3MzhlZjcyYmNiNjE0ODYwNWU4OGU4Yzg4OTRmYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca3ea273-7a36-45c8-817a-76d4a8f60756","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTg1MjMyZjI2ZDA1MDg4YmUxNmM5N2VmNzkyZDAzZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35d20de0-8b9a-493a-a2be-0099db0b8037","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-14T07:53:55.479Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:53:55.479Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:55.481Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:55.481Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:55.582Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:55.583Z||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-10-14T07:53:55.583Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:55.596Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:55.596Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:56.482Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:53:56.482Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:56.485Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:56.485Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:56.587Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-14T07:53:56.589Z||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-10-14T07:53:56.589Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:56.604Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:56.605Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:57.486Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:53:57.487Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:57.489Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:57.489Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:53:57.591Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-14T07:53:57.592Z||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-10-14T07:53:57.592Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:57.606Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:57.606Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:58.490Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:53:58.491Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:58.493Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:58.493Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:53:58.593Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:58.594Z||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-10-14T07:53:58.594Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:58.606Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:58.606Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:53:59.493Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:53:59.495Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:53:59.497Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:53:59.497Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:53:59.597Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:53:59.598Z||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-10-14T07:53:59.598Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:53:59.607Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:53:59.607Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:54:00.502Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:54:00.503Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:54:00.520Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:54:00.520Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-14T07:54:00.605Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2021-10-14T07:54:00.606Z||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-10-14T07:54:00.606Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:54:00.619Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:54:00.619Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:54:01.520Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:54:01.521Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:54:01.523Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:54:01.523Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:54:01.623Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:54:01.624Z||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-10-14T07:54:01.624Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:54:01.635Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:54:01.635Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:54:02.524Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:54:02.524Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:54:02.529Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:54:02.529Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:54:02.626Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-14T07:54:02.627Z||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-10-14T07:54:02.627Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:54:02.639Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:54:02.639Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:54:03.530Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "7bee64b7-27a4-4e4e-a438-93b6c24ed652",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d2e0d415-4c7b-4c7f-80a6-19876de13de1",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "1de5e8eb-38ab-4066-8212-79449b5b8cba",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ccc70d5-5909-4b29-b759-2b86ccf13ef1",
      "resourceInvariantUUID": "8d6b5150-0475-47f4-992a-33705a1769d5",
      "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": "MjJiOGIzOGYxZWY1Mjc4M2YxOTk1NDI1Nzk4NTJjNzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e9910014-7afa-4426-9d7f-f99a1dc6ec98",
          "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": "9f149286-0b9a-450b-b25c-0e633d37d215",
          "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": "d82b6fab-9437-40be-af4c-3973d5590e97",
            "generatedFromUUID": "9f149286-0b9a-450b-b25c-0e633d37d215"
          },
          "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": "d82b6fab-9437-40be-af4c-3973d5590e97",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MTg1MjMyZjI2ZDA1MDg4YmUxNmM5N2VmNzkyZDAzZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "35d20de0-8b9a-493a-a2be-0099db0b8037"
    }
  ],
  "workloadContext": "Production"
}
2021-10-14T07:54:03.530Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-14T07:54:03.530Z|addeb3dd-495b-4dae-a0a6-2607e92444cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7bee64b7-27a4-4e4e-a438-93b6c24ed652 ASDC
2021-10-14T07:54:03.536Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ac3299d6-5793-49ee-a6fd-6f2706b7587a
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:7bee64b7-27a4-4e4e-a438-93b6c24ed652
ServiceInvariantUUID:d2e0d415-4c7b-4c7f-80a6-19876de13de1
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:35d20de0-8b9a-493a-a2be-0099db0b8037
ArtifactChecksum:MTg1MjMyZjI2ZDA1MDg4YmUxNmM5N2VmNzkyZDAzZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:1de5e8eb-38ab-4066-8212-79449b5b8cba
ResourceInvariantUUID:8d6b5150-0475-47f4-992a-33705a1769d5
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2ccc70d5-5909-4b29-b759-2b86ccf13ef1
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:e9910014-7afa-4426-9d7f-f99a1dc6ec98
ArtifactChecksum:MjJiOGIzOGYxZWY1Mjc4M2YxOTk1NDI1Nzk4NTJjNzQ=
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:9f149286-0b9a-450b-b25c-0e633d37d215
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:d82b6fab-9437-40be-af4c-3973d5590e97
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:d82b6fab-9437-40be-af4c-3973d5590e97
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-14T07:54:03.537Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7bee64b7-27a4-4e4e-a438-93b6c24ed652 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-10-14T07:54:03.586Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:54:03.587Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:54:03.587Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:54:03.587Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35d20de0-8b9a-493a-a2be-0099db0b8037 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-14T07:54:03.587Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:54:03.587Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-14T07:54:03.776Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:54:03.788Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 35d20de0-8b9a-493a-a2be-0099db0b8037 73464
2021-10-14T07:54:03.789Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-14T07:54:03.789Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-14T07:54:03.789Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:54:03.789Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:54:03.792Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:54:03.792Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198043789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:54:03.892Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:54:03.893Z||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-10-14T07:54:03.893Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:54:03.906Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:54:03.907Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:54:04.793Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:54:04.795Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:54:04.796Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 35d20de0-8b9a-493a-a2be-0099db0b8037, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-14T07:54:04.796Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-14T07:54:04.796Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-14T07:54:04.796Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-14T07:54:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:54:04.811Z||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-10-14T07:54:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:54:04.832Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:54:04.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:54:04.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197984874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:54:04.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:54:04.950Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7935692293899172522/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-10-14T07:54:06.189Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-14T07:54:06.190Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-14T07:54:06.190Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-14T07:54:06.190Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-14T07:54:06.190Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:06.190Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:06.190Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:06.190Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:06.190Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:06.190Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:06.190Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:06.190Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:06.190Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:06.191Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-14T07:54:06.191Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.191Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:06.191Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-14T07:54:06.191Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-14T07:54:06.192Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:54:06.192Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.192Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:06.192Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-14T07:54:06.192Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-14T07:54:06.192Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:54:06.192Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.193Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:06.193Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.193Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-14T07:54:06.193Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-14T07:54:06.193Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-14T07:54:06.193Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-14T07:54:06.193Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-14T07:54:06.194Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-14T07:54:06.194Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.194Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:54:06.194Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.194Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-14T07:54:06.194Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:54:06.194Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.195Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-14T07:54:06.195Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:54:06.195Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.195Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-14T07:54:06.195Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:54:06.196Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.196Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-14T07:54:06.196Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-14T07:54:06.196Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-14T07:54:06.196Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a06ce7c2-63c0-464f-9d4e-431a214f0e31
2021-10-14T07:54:06.196Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.197Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:06.197Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.197Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:06.197Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.197Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:06.198Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:06.198Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:06.198Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:7bee64b7-27a4-4e4e-a438-93b6c24ed652
Model Version:NULL
Model InvariantUuid:d2e0d415-4c7b-4c7f-80a6-19876de13de1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:2aad365b-8d19-4bda-b272-83e0438b3fec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8d6b5150-0475-47f4-992a-33705a1769d5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1de5e8eb-38ab-4066-8212-79449b5b8cba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d5b24824-2ff4-43d2-b0ea-30b731dcb957
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:e023d7ff-a611-4ed2-ac7e-a3c95f9ffcd1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a06ce7c2-63c0-464f-9d4e-431a214f0e31
ModelInvariantUuid:1b86dc05-d7f3-4deb-bc36-a938e743a7fa
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d7245180-c316-4d02-8cad-5966b8211d72
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9f15704c-21a9-4c6d-9705-4eb55a438aff
ModelInvariantUuid:88caa6af-ecae-4f50-bdb0-d8095948d62e
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:81308a67-97d1-4037-b475-33695f7fad15
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-10-14T07:54:06.207Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ccc70d5-5909-4b29-b759-2b86ccf13ef1
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-10-14T07:54:06.211Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||basicclamp 0
2021-10-14T07:54:06.212Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ccc70d5-5909-4b29-b759-2b86ccf13ef1
2021-10-14T07:54:06.212Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e9910014-7afa-4426-9d7f-f99a1dc6ec98 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-14T07:54:06.212Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:54:06.212Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-14T07:54:06.375Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:54:06.375Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json e9910014-7afa-4426-9d7f-f99a1dc6ec98 790
2021-10-14T07:54:06.377Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:06.378Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:06.378Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:54:06.378Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:54:06.380Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:54:06.380Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198046377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:54:06.481Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:54:06.482Z||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-10-14T07:54:06.482Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:54:06.498Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:54:06.498Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:54:07.384Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d5b24824-2ff4-43d2-b0ea-30b731dcb957",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e023d7ff-a611-4ed2-ac7e-a3c95f9ffcd1",
    "vfModuleModelCustomizationUUID": "f7b86f18-e48a-4007-9720-68c1d60c1007",
    "isBase": true,
    "artifacts": [
      "9f149286-0b9a-450b-b25c-0e633d37d215",
      "d82b6fab-9437-40be-af4c-3973d5590e97"
    ],
    "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-10-14T07:54:07.390Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e023d7ff-a611-4ed2-ac7e-a3c95f9ffcd1
VfModuleModelInvariantUUID:d5b24824-2ff4-43d2-b0ea-30b731dcb957
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f149286-0b9a-450b-b25c-0e633d37d215
,
d82b6fab-9437-40be-af4c-3973d5590e97

}
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-10-14T07:54:07.392Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d5b24824-2ff4-43d2-b0ea-30b731dcb957",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e023d7ff-a611-4ed2-ac7e-a3c95f9ffcd1",
    "vfModuleModelCustomizationUUID": "f7b86f18-e48a-4007-9720-68c1d60c1007",
    "isBase": true,
    "artifacts": [
      "9f149286-0b9a-450b-b25c-0e633d37d215",
      "d82b6fab-9437-40be-af4c-3973d5590e97"
    ],
    "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-10-14T07:54:07.393Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e023d7ff-a611-4ed2-ac7e-a3c95f9ffcd1
VfModuleModelInvariantUUID:d5b24824-2ff4-43d2-b0ea-30b731dcb957
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f149286-0b9a-450b-b25c-0e633d37d215
,
d82b6fab-9437-40be-af4c-3973d5590e97

}
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-10-14T07:54:07.393Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9f149286-0b9a-450b-b25c-0e633d37d215 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-14T07:54:07.393Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:54:07.393Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-14T07:54:07.678Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:54:07.682Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 9f149286-0b9a-450b-b25c-0e633d37d215 5033
2021-10-14T07:54:07.683Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:07.683Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:07.684Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:54:07.684Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:54:07.688Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:54:07.688Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198047683,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:54:07.788Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:54:07.789Z||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-10-14T07:54:07.789Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:54:07.801Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:54:07.802Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:54:08.689Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d82b6fab-9437-40be-af4c-3973d5590e97 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-14T07:54:08.689Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:54:08.690Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-14T07:54:08.798Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:54:08.799Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d82b6fab-9437-40be-af4c-3973d5590e97 909
2021-10-14T07:54:08.799Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:08.799Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:08.799Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:54:08.800Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:54:08.802Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:54:08.802Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198048799,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:54:08.902Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:54:08.903Z||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-10-14T07:54:08.903Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:54:08.934Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:54:08.934Z||pool-90-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:54:09.802Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7bee64b7-27a4-4e4e-a438-93b6c24ed652
2021-10-14T07:54:09.803Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2ccc70d5-5909-4b29-b759-2b86ccf13ef1 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-10-14T07:54:09.820Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@caa122d, org.onap.sdc.toscaparser.api.parameters.Input@365d1447, org.onap.sdc.toscaparser.api.parameters.Input@6a0a2979, org.onap.sdc.toscaparser.api.parameters.Input@4bbdd09e, org.onap.sdc.toscaparser.api.parameters.Input@175a88be]
2021-10-14T07:54:09.823Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.823Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:09.824Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-14T07:54:09.824Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1de5e8eb-38ab-4066-8212-79449b5b8cba
2021-10-14T07:54:09.824Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1de5e8eb-38ab-4066-8212-79449b5b8cba matches Tosca VF Customization UUID: 1de5e8eb-38ab-4066-8212-79449b5b8cba
2021-10-14T07:54:09.824Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1de5e8eb-38ab-4066-8212-79449b5b8cba  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-10-14T07:54:09.827Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.827Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:09.827Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1de5e8eb-38ab-4066-8212-79449b5b8cba: {\"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-10-14T07:54:09.828Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@571df767
2021-10-14T07:54:09.828Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.828Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:54:09.828Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f7b86f18-e48a-4007-9720-68c1d60c1007
2021-10-14T07:54:09.828Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f7b86f18-e48a-4007-9720-68c1d60c1007
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-10-14T07:54:09.833Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.834Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-14T07:54:09.834Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:54:09.835Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.835Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-14T07:54:09.835Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:54:09.835Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.835Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-14T07:54:09.836Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-14T07:54:09.836Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-14T07:54:09.836Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a06ce7c2-63c0-464f-9d4e-431a214f0e31
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-10-14T07:54:09.838Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.838Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-14T07:54:09.838Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:54:09.839Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.839Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-14T07:54:09.839Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=1de5e8eb-38ab-4066-8212-79449b5b8cba
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-10-14T07:54:09.841Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.841Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:09.841Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7bee64b7-27a4-4e4e-a438-93b6c24ed652: basicclamp
2021-10-14T07:54:09.842Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.842Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:09.842Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.842Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:09.842Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.842Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:09.843Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.843Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:09.843Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T07:54:09.843Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:54:09.844Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:09.936Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2ccc70d5-5909-4b29-b759-2b86ccf13ef1 1 ASDC deployResourceStructure
2021-10-14T07:54:09.936Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:09.936Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:09.936Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:54:09.937Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:54:09.939Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:54:09.939Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198049936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:54:10.039Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:54:10.040Z||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-10-14T07:54:10.040Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:54:10.055Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:54:10.056Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:54:10.940Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:10.940Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:10.940Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:54:10.941Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:54:10.943Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:54:10.943Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198050940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-14T07:54:11.043Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:54:11.044Z||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-10-14T07:54:11.044Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:54:11.061Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:54:11.061Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:54:11.944Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:11.945Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:54:11.945Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:54:11.945Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:54:11.947Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:54:11.948Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198051944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-14T07:54:12.048Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:54:12.048Z||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-10-14T07:54:12.049Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:54:12.059Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:54:12.060Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:54:12.948Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-14T07:54:12.948Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-14T07:54:12.949Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:54:12.949Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:54:12.951Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:54:12.951Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198052948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:54:13.052Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-14T07:54:13.053Z||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-10-14T07:54:13.054Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:54:13.071Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:54:13.072Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:54:13.952Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac3299d6-5793-49ee-a6fd-6f2706b7587a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:54:13.963Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac3299d6-5793-49ee-a6fd-6f2706b7587a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:54:13.965Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:54:13.965Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:54:13.965Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:54:43.966Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac3299d6-5793-49ee-a6fd-6f2706b7587a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:54:43.981Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac3299d6-5793-49ee-a6fd-6f2706b7587a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:54:43.983Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:54:43.983Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:54:43.984Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:55:04.812Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:55:04.815Z||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-10-14T07:55:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:55:04.849Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:55:04.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:55:04.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "dcae-sch",
  "timestamp": 1634197985008,
  "artifactURL": "/sdc/v1/catalog/services/7bee64b7-27a4-4e4e-a438-93b6c24ed652/resourceInstances/basicclamp0/artifacts/1dd2a474-dda9-4cac-a639-5b12d8ba6a82",
  "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-10-14T07:55:04.870Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of ac3299d6-5793-49ee-a6fd-6f2706b7587a
2021-10-14T07:55:04.870Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac3299d6-5793-49ee-a6fd-6f2706b7587a 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-10-14T07:55:13.984Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac3299d6-5793-49ee-a6fd-6f2706b7587a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:55:14.000Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac3299d6-5793-49ee-a6fd-6f2706b7587a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:55:14.003Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:55:14.003Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:55:14.004Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:55:44.007Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac3299d6-5793-49ee-a6fd-6f2706b7587a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:55:44.022Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac3299d6-5793-49ee-a6fd-6f2706b7587a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:55:44.024Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:55:44.024Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:55:44.024Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:56:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:56:04.816Z||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-10-14T07:56:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:56:04.859Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:56:04.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197986367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:56:04.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "aai-ml",
  "timestamp": 1634197986104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:56:04.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197987370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:56:04.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197987678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:56:04.863Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "aai-ml",
  "timestamp": 1634197986104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:56:04.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "aai-ml",
  "timestamp": 1634197986104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:56:04.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197988884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:56:04.864Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "aai-ml",
  "timestamp": 1634197986104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:56:04.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197990084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:56:04.864Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "aai-ml",
  "timestamp": 1634197986104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:56:04.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197991283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:56:04.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197991460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:56:04.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "aai-ml",
  "timestamp": 1634197986104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:56:04.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197992344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:56:04.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197992464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:56:04.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "aai-ml",
  "timestamp": 1634197986104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:56:04.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "clamp",
  "timestamp": 1634197993467,
  "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-10-14T07:56:04.878Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac3299d6-5793-49ee-a6fd-6f2706b7587a
2021-10-14T07:56:04.879Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac3299d6-5793-49ee-a6fd-6f2706b7587a 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-10-14T07:56:04.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197993475,
  "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-10-14T07:56:04.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "aai-ml",
  "timestamp": 1634197986104,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:56:04.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197994480,
  "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-10-14T07:56:04.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "aai-ml",
  "timestamp": 1634197994871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:56:04.893Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197995486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:56:04.893Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197996489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-14T07:56:04.894Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197997495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-14T07:56:04.894Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634197998498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:56:04.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "aai-ml",
  "timestamp": 1634198003398,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:56:04.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "aai-ml",
  "timestamp": 1634198004402,
  "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-10-14T07:56:04.901Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac3299d6-5793-49ee-a6fd-6f2706b7587a
2021-10-14T07:56:04.902Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac3299d6-5793-49ee-a6fd-6f2706b7587a 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-10-14T07:56:04.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "addeb3dd-495b-4dae-a0a6-2607e92444cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198030014,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:56:04.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:04.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:56:04.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:56:04.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T07:56:04.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198031030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T07:56:04.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-14T07:56:04.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:56:04.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198043789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:56:04.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:56:14.025Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac3299d6-5793-49ee-a6fd-6f2706b7587a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T07:56:14.038Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac3299d6-5793-49ee-a6fd-6f2706b7587a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T07:56:14.042Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:56:14.042Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-14T07:56:14.042Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-14T07:56:14.043Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-14T07:56:14.043Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:56:14.043Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:56:14.043Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:56:14.043Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:56:14.043Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:56:14.043Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:56:14.043Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T07:56:14.043Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:56:14.048Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-14T07:56:44.048Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac3299d6-5793-49ee-a6fd-6f2706b7587a 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-10-14T07:56:44.056Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac3299d6-5793-49ee-a6fd-6f2706b7587a and serviceModelVersionId: 7bee64b7-27a4-4e4e-a438-93b6c24ed652
2021-10-14T07:56:44.056Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2e0d415-4c7b-4c7f-80a6-19876de13de1
2021-10-14T07:56:44.058Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2e0d415-4c7b-4c7f-80a6-19876de13de1/model-vers/model-ver/7bee64b7-27a4-4e4e-a438-93b6c24ed652?depth=0
2021-10-14T07:56:44.066Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-14T07:56:44.144Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e0d415-4c7b-4c7f-80a6-19876de13de1/model-vers/model-ver/7bee64b7-27a4-4e4e-a438-93b6c24ed652?depth=0|INFO|500||Invoke
2021-10-14T07:56:44.144Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e0d415-4c7b-4c7f-80a6-19876de13de1/model-vers/model-ver/7bee64b7-27a4-4e4e-a438-93b6c24ed652?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e0d415-4c7b-4c7f-80a6-19876de13de1/model-vers/model-ver/7bee64b7-27a4-4e4e-a438-93b6c24ed652?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ac3299d6-5793-49ee-a6fd-6f2706b7587a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2c398c0-e927-476d-8538-238723120442], X-ECOMP-RequestID=[ac3299d6-5793-49ee-a6fd-6f2706b7587a], X-TransactionId=[], X-ONAP-RequestID=[ac3299d6-5793-49ee-a6fd-6f2706b7587a], Content-Type=[application/merge-patch+json]}
2021-10-14T07:56:44.170Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e0d415-4c7b-4c7f-80a6-19876de13de1/model-vers/model-ver/7bee64b7-27a4-4e4e-a438-93b6c24ed652?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-14T07:56:44.588Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e0d415-4c7b-4c7f-80a6-19876de13de1/model-vers/model-ver/7bee64b7-27a4-4e4e-a438-93b6c24ed652?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/d2e0d415-4c7b-4c7f-80a6-19876de13de1/model-vers/model-ver/7bee64b7-27a4-4e4e-a438-93b6c24ed652?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211014-07:56:44:178-50705], vertex-id=[409840], Content-Length=[0], Date=[Thu, 14 Oct 2021 07:56:44 GMT], Content-Type=[application/json]}
2021-10-14T07:56:44.589Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e0d415-4c7b-4c7f-80a6-19876de13de1/model-vers/model-ver/7bee64b7-27a4-4e4e-a438-93b6c24ed652?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-14T07:56:44.589Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e0d415-4c7b-4c7f-80a6-19876de13de1/model-vers/model-ver/7bee64b7-27a4-4e4e-a438-93b6c24ed652?depth=0|INFO|500||InvokeReturn
2021-10-14T07:56:44.589Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-14T07:56:44.590Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:56:44.595Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||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-10-14T07:56:44.596Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac3299d6-5793-49ee-a6fd-6f2706b7587a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-14T07:56:44.596Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-14T07:56:44.597Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:56:44.600Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:56:44.600Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198204596,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:56:44.700Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:56:44.702Z||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-10-14T07:56:44.702Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:56:44.716Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:56:44.716Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-14T07:56:45.621Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:56:45.621Z||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-10-14T07:56:45.622Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:56:55.834Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:56:55.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:56:55.835Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:56:55.836Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:57:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:57:04.812Z||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-10-14T07:57:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:57:04.844Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:57:04.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:57:04.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198046377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:57:04.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:57:04.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:57:04.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198047683,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:57:04.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:57:04.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:57:04.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198048799,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-14T07:57:04.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:57:04.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:57:04.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198049936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-14T07:57:04.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:57:04.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:57:04.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198050940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-14T07:57:04.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:57:04.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:57:04.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198051944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-14T07:57:04.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:57:04.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-14T07:57:04.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198052948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T07:57:04.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:57:05.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:57:05.435Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:57:05.436Z||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-10-14T07:57:05.436Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:57:15.016Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:57:15.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:57:15.019Z||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-10-14T07:57:15.019Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:57:24.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:57:24.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:57:24.579Z||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-10-14T07:57:24.579Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:57:34.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:57:34.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:57:34.143Z||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-10-14T07:57:34.143Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:57:43.768Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:57:43.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:57:43.769Z||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-10-14T07:57:43.769Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:57:53.333Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:58:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:58:04.810Z||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-10-14T07:58:04.810Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:58:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:58:04.811Z||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-10-14T07:58:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:58:05.387Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:58:05.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:58:05.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac3299d6-5793-49ee-a6fd-6f2706b7587a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198204596,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:58:05.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:58:14.471Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:59:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:59:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:59:04.812Z||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-10-14T07:59:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:59:04.812Z||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-10-14T07:59:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:59:14.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T07:59:14.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:00:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:00:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:00:04.817Z||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-10-14T08:00:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:00:04.817Z||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-10-14T08:00:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:00:14.370Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:00:14.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:01:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:01:04.810Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:01:04.813Z|09b16fd3-27cf-42cb-84ef-d37783371d48|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-10-14T08:01:04.813Z||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-10-14T08:01:04.813Z|09b16fd3-27cf-42cb-84ef-d37783371d48|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:01:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:01:14.384Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:01:14.385Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:02:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:02:04.814Z||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-10-14T08:02:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:04.814Z||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-10-14T08:02:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:04.948Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:05.449Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:05.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0fbe4693-1d1a-4a95-a439-43fa5c808833","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3d89f88f-e262-490c-9fe9-70ebe047226c","serviceDescription":"service","serviceInvariantUUID":"f3113c5c-0438-433a-9d57-75f228ba9375","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3ff3963a-11c5-4385-a5a9-51c01bd31693","resourceInvariantUUID":"d4e75428-7227-4cdf-ae45-2bacdf5c2bed","resourceCustomizationUUID":"dfce4ccb-9a11-4fc6-b748-debeb1c8ff77","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":"MGViZDE2YWM1NGFiYzY5NGQ4NGUyNzc4NTdlNTA0MjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebe63346-64cd-4d79-bdb1-07073b9fb0b5","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":"4fc024a7-2d19-4790-bf32-c724eb2e54a9","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":"be5e3998-c9ca-44a1-8c96-c5e2a3c8d9f7","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":"MjdlMjExY2FhMjQyNTllMTgwODk5NzBjNzAwNjViOWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c6604f24-a82f-4527-87d2-6beecce8d42a","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":"80e83454-b504-4014-b15e-841b79b0ce4f","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":"8abed465-ca48-42bf-94e4-816a4653fafd","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":"c9b8dae3-34a6-41c0-827a-1005b7d85e77","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":"M2Q5ZTI5ZTI4ZTJhYzYzMzdmYTAyZDE0NzUxOTg3YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84cc1b62-8893-4c4a-8f79-0f3efb8ecb02","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGE1NmVlNWU4ZDkxZmM2ZGRlMjA0NjdiNDVlMmY1MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f790da14-9c59-41d9-9470-912abcdebc6d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-14T08:02:05.454Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:05.454Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:05.459Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:05.459Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "dcae-sch",
  "timestamp": 1634198473261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198478487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198479892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "clamp",
  "timestamp": 1634198475166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "dcae-sch",
  "timestamp": 1634198473261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198479892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "clamp",
  "timestamp": 1634198475166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198478487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "cds",
  "timestamp": 1634198483462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "dcae-sch",
  "timestamp": 1634198473261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198478487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "clamp",
  "timestamp": 1634198475166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198479892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "policy-id",
  "timestamp": 1634198484325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "cds",
  "timestamp": 1634198483462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198484646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198478487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "dcae-sch",
  "timestamp": 1634198473261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198479892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "clamp",
  "timestamp": 1634198475166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "policy-id",
  "timestamp": 1634198484325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "cds",
  "timestamp": 1634198483462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198484646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198478487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "dcae-sch",
  "timestamp": 1634198473261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198479892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "clamp",
  "timestamp": 1634198475166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "policy-id",
  "timestamp": 1634198484325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "cds",
  "timestamp": 1634198483462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198484646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198478487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "dcae-sch",
  "timestamp": 1634198473261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "clamp",
  "timestamp": 1634198475166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198479892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "policy-id",
  "timestamp": 1634198484325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "cds",
  "timestamp": 1634198483462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198484646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198478487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "dcae-sch",
  "timestamp": 1634198473261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "clamp",
  "timestamp": 1634198475166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198479892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "policy-id",
  "timestamp": 1634198484325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "cds",
  "timestamp": 1634198483462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198484646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198478487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "dcae-sch",
  "timestamp": 1634198473261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "clamp",
  "timestamp": 1634198475166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198479892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "policy-id",
  "timestamp": 1634198484325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "cds",
  "timestamp": 1634198483462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198484646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198478487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "dcae-sch",
  "timestamp": 1634198473261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "clamp",
  "timestamp": 1634198475166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198479892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "policy-id",
  "timestamp": 1634198484325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "cds",
  "timestamp": 1634198483462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198484646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198491808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:05.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198491865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:05.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "policy-id",
  "timestamp": 1634198484325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "cds",
  "timestamp": 1634198483462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198484646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "policy-id",
  "timestamp": 1634198484325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198493105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "cds",
  "timestamp": 1634198493231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198484646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198493823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T08:02:05.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "dcae-sch",
  "timestamp": 1634198493262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198494112,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T08:02:05.507Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0fbe4693-1d1a-4a95-a439-43fa5c808833
2021-10-14T08:02:05.508Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbe4693-1d1a-4a95-a439-43fa5c808833 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-10-14T08:02:05.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "policy-id",
  "timestamp": 1634198494072,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:05.518Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "cds",
  "timestamp": 1634198494562,
  "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-10-14T08:02:05.524Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0fbe4693-1d1a-4a95-a439-43fa5c808833
2021-10-14T08:02:05.524Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbe4693-1d1a-4a95-a439-43fa5c808833 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-10-14T08:02:05.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198494827,
  "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-10-14T08:02:05.537Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0fbe4693-1d1a-4a95-a439-43fa5c808833
2021-10-14T08:02:05.537Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbe4693-1d1a-4a95-a439-43fa5c808833 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-10-14T08:02:05.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "dcae-sch",
  "timestamp": 1634198493262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "policy-id",
  "timestamp": 1634198495077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T08:02:05.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "dcae-sch",
  "timestamp": 1634198493262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "policy-id",
  "timestamp": 1634198496086,
  "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-10-14T08:02:05.550Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fbe4693-1d1a-4a95-a439-43fa5c808833
2021-10-14T08:02:05.550Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbe4693-1d1a-4a95-a439-43fa5c808833 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-10-14T08:02:05.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.563Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-10-14T08:02:05.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "clamp",
  "timestamp": 1634198496468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:05.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "dcae-sch",
  "timestamp": 1634198493262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "clamp",
  "timestamp": 1634198497507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T08:02:05.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.564Z||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-10-14T08:02:05.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.564Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:05.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "dcae-sch",
  "timestamp": 1634198493262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "clamp",
  "timestamp": 1634198498511,
  "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-10-14T08:02:05.574Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0fbe4693-1d1a-4a95-a439-43fa5c808833
2021-10-14T08:02:05.574Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbe4693-1d1a-4a95-a439-43fa5c808833 and ComponentName clamp
2021-10-14T08:02:05.574Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:05.575Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-14T08:02:05.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "dcae-sch",
  "timestamp": 1634198493262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198498488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "cds",
  "timestamp": 1634198498459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "dcae-sch",
  "timestamp": 1634198493262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198498488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "cds",
  "timestamp": 1634198498459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "dcae-sch",
  "timestamp": 1634198493262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198498488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "cds",
  "timestamp": 1634198498459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198498488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "cds",
  "timestamp": 1634198498459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198498488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "cds",
  "timestamp": 1634198498459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198498488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "cds",
  "timestamp": 1634198498459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "policy-id",
  "timestamp": 1634198504328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198498488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "cds",
  "timestamp": 1634198498459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198504646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "clamp",
  "timestamp": 1634198505167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "aai-ml",
  "timestamp": 1634198505934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:05.593Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "policy-id",
  "timestamp": 1634198504328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "cds",
  "timestamp": 1634198498459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198498488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198504646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "clamp",
  "timestamp": 1634198505167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "policy-id",
  "timestamp": 1634198504328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "cds",
  "timestamp": 1634198507284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:05.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198507317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:05.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198504646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "clamp",
  "timestamp": 1634198505167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "policy-id",
  "timestamp": 1634198504328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198504646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "cds",
  "timestamp": 1634198508308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-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-10-14T08:02:05.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
2021-10-14T08:02:05.614Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47bb9fe-9d8d-4ee4-bd19-b35c2e849328 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-10-14T08:02:05.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198508348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-14T08:02:05.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "clamp",
  "timestamp": 1634198505167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "policy-id",
  "timestamp": 1634198504328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198504646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634198509351,
  "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-10-14T08:02:05.627Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
2021-10-14T08:02:05.627Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47bb9fe-9d8d-4ee4-bd19-b35c2e849328 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-10-14T08:02:05.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "clamp",
  "timestamp": 1634198505167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "policy-id",
  "timestamp": 1634198504328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198504646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198509892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "aai-ml",
  "timestamp": 1634198510700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T08:02:05.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "clamp",
  "timestamp": 1634198505167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "policy-id",
  "timestamp": 1634198504328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198504646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198509892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "aai-ml",
  "timestamp": 1634198511703,
  "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-10-14T08:02:05.641Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0fbe4693-1d1a-4a95-a439-43fa5c808833
2021-10-14T08:02:05.641Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fbe4693-1d1a-4a95-a439-43fa5c808833 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-10-14T08:02:05.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "clamp",
  "timestamp": 1634198505167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "policy-id",
  "timestamp": 1634198504328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634198504646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198509892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "clamp",
  "timestamp": 1634198505167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "policy-id",
  "timestamp": 1634198513054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:05.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198509892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "policy-id",
  "timestamp": 1634198514059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T08:02:05.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198509892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "policy-id",
  "timestamp": 1634198515062,
  "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-10-14T08:02:05.654Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
2021-10-14T08:02:05.654Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47bb9fe-9d8d-4ee4-bd19-b35c2e849328 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-10-14T08:02:05.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198509892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198509892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198509892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:05.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198518774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:05.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "aai-ml",
  "timestamp": 1634198496104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:05.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:02:05.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "clamp",
  "timestamp": 1634198520462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:05.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198520684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T08:02:05.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "aai-ml",
  "timestamp": 1634198520922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:05.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "clamp",
  "timestamp": 1634198521479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T08:02:05.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:02:05.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634198521688,
  "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-10-14T08:02:05.669Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
2021-10-14T08:02:05.669Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47bb9fe-9d8d-4ee4-bd19-b35c2e849328 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-10-14T08:02:05.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:02:05.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "clamp",
  "timestamp": 1634198522482,
  "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-10-14T08:02:05.683Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
2021-10-14T08:02:05.683Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47bb9fe-9d8d-4ee4-bd19-b35c2e849328 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-10-14T08:02:06.464Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:06.464Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:06.467Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:06.467Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:06.568Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-14T08:02:06.569Z||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-10-14T08:02:06.569Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:06.582Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:06.582Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:07.467Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:07.468Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:07.470Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:07.470Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:07.571Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-14T08:02:07.572Z||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-10-14T08:02:07.572Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:07.584Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:07.584Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:08.471Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:08.472Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:08.474Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:08.474Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:08.575Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:08.576Z||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-10-14T08:02:08.576Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:08.587Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:08.588Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:09.475Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:09.476Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:09.478Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:09.478Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:09.578Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:09.579Z||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-10-14T08:02:09.580Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:09.591Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:09.592Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:10.483Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:10.484Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:10.486Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:10.486Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:10.586Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:10.587Z||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-10-14T08:02:10.587Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:10.597Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:10.597Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:11.486Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:11.487Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:11.490Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:11.491Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:11.590Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T08:02:11.591Z||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-10-14T08:02:11.591Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:11.619Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:11.619Z||pool-102-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:12.491Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:12.492Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:12.494Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:12.494Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:12.594Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:12.595Z||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-10-14T08:02:12.595Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:12.607Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:12.608Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:13.494Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:13.495Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:13.497Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:13.497Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:13.597Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:13.598Z||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-10-14T08:02:13.598Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:13.614Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:13.615Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:14.498Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3d89f88f-e262-490c-9fe9-70ebe047226c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f3113c5c-0438-433a-9d57-75f228ba9375",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "dfce4ccb-9a11-4fc6-b748-debeb1c8ff77",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3ff3963a-11c5-4385-a5a9-51c01bd31693",
      "resourceInvariantUUID": "d4e75428-7227-4cdf-ae45-2bacdf5c2bed",
      "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": "NGE1NmVlNWU4ZDkxZmM2ZGRlMjA0NjdiNDVlMmY1MjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f790da14-9c59-41d9-9470-912abcdebc6d"
    }
  ],
  "workloadContext": "Production"
}
2021-10-14T08:02:14.498Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-14T08:02:14.498Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3d89f88f-e262-490c-9fe9-70ebe047226c ASDC
2021-10-14T08:02:14.499Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0fbe4693-1d1a-4a95-a439-43fa5c808833
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3d89f88f-e262-490c-9fe9-70ebe047226c
ServiceInvariantUUID:f3113c5c-0438-433a-9d57-75f228ba9375
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:f790da14-9c59-41d9-9470-912abcdebc6d
ArtifactChecksum:NGE1NmVlNWU4ZDkxZmM2ZGRlMjA0NjdiNDVlMmY1MjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:dfce4ccb-9a11-4fc6-b748-debeb1c8ff77
ResourceInvariantUUID:d4e75428-7227-4cdf-ae45-2bacdf5c2bed
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3ff3963a-11c5-4385-a5a9-51c01bd31693
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-14T08:02:14.499Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d89f88f-e262-490c-9fe9-70ebe047226c 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-10-14T08:02:14.528Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T08:02:14.529Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-14T08:02:14.530Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-14T08:02:14.530Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f790da14-9c59-41d9-9470-912abcdebc6d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-14T08:02:14.530Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-14T08:02:14.531Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-14T08:02:14.609Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-14T08:02:14.615Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f790da14-9c59-41d9-9470-912abcdebc6d 105555
2021-10-14T08:02:14.615Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-14T08:02:14.615Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-14T08:02:14.616Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T08:02:14.616Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:14.619Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:14.619Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198534615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:14.719Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:14.720Z||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-10-14T08:02:14.720Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:14.731Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:14.731Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:15.620Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T08:02:15.620Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-14T08:02:15.621Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f790da14-9c59-41d9-9470-912abcdebc6d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-14T08:02:15.622Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-14T08:02:15.622Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-14T08:02:15.622Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-14T08:02:15.785Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP315990262618501240/Definitions/service-TestPnfMacro-template.yml
2021-10-14T08:02:16.661Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-14T08:02:16.661Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-14T08:02:16.661Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-14T08:02:16.661Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-14T08:02:16.662Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-14T08:02:16.662Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-14T08:02:16.662Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-14T08:02:16.662Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-14T08:02:16.662Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-14T08:02:16.662Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-14T08:02:16.662Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-14T08:02:16.662Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-14T08:02:16.662Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:16.663Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:16.663Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-14T08:02:16.663Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-14T08:02:16.663Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T08:02:16.663Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:16.664Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:16.664Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-14T08:02:16.664Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-14T08:02:16.664Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T08:02:16.664Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:16.664Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:16.664Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:16.664Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:16.665Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:16.665Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:16.665Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:16.665Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:16.665Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:16.665Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:16.665Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:3d89f88f-e262-490c-9fe9-70ebe047226c
Model Version:NULL
Model InvariantUuid:f3113c5c-0438-433a-9d57-75f228ba9375
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-10-14T08:02:16.673Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3ff3963a-11c5-4385-a5a9-51c01bd31693
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-10-14T08:02:16.677Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||test-pnf 0
2021-10-14T08:02:16.677Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3ff3963a-11c5-4385-a5a9-51c01bd31693
2021-10-14T08:02:16.677Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 3d89f88f-e262-490c-9fe9-70ebe047226c
2021-10-14T08:02:16.677Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3d89f88f-e262-490c-9fe9-70ebe047226c
2021-10-14T08:02:16.677Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3ff3963a-11c5-4385-a5a9-51c01bd31693 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-10-14T08:02:16.681Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79ede328, org.onap.sdc.toscaparser.api.parameters.Input@5cb23fce, org.onap.sdc.toscaparser.api.parameters.Input@90a6065, org.onap.sdc.toscaparser.api.parameters.Input@6872acaa, org.onap.sdc.toscaparser.api.parameters.Input@7e10e62f]
2021-10-14T08:02:16.681Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:16.681Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:16.681Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3d89f88f-e262-490c-9fe9-70ebe047226c: test-pnf
2021-10-14T08:02:16.682Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||Processing PNF resource: 3ff3963a-11c5-4385-a5a9-51c01bd31693
2021-10-14T08:02:16.682Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:16.682Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:16.682Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||Resource customization UUID: dfce4ccb-9a11-4fc6-b748-debeb1c8ff77 is the same as notified resource customizationUUID: dfce4ccb-9a11-4fc6-b748-debeb1c8ff77
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-10-14T08:02:16.728Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3ff3963a-11c5-4385-a5a9-51c01bd31693 0 ASDC deployResourceStructure
2021-10-14T08:02:16.729Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-14T08:02:16.729Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-14T08:02:16.729Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T08:02:16.729Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:16.731Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:16.731Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198536729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T08:02:16.831Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T08:02:16.833Z||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-10-14T08:02:16.833Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:16.843Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:16.844Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:17.733Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbe4693-1d1a-4a95-a439-43fa5c808833
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T08:02:17.743Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbe4693-1d1a-4a95-a439-43fa5c808833
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T08:02:17.746Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T08:02:17.746Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-14T08:02:17.746Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-14T08:02:17.746Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-14T08:02:17.746Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:02:17.746Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:02:17.746Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:02:17.746Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:02:17.746Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:02:17.746Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:02:17.747Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:02:17.747Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-14T08:02:17.750Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-14T08:02:47.751Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0fbe4693-1d1a-4a95-a439-43fa5c808833 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-10-14T08:02:47.763Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0fbe4693-1d1a-4a95-a439-43fa5c808833 and serviceModelVersionId: 3d89f88f-e262-490c-9fe9-70ebe047226c
2021-10-14T08:02:47.763Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3113c5c-0438-433a-9d57-75f228ba9375
2021-10-14T08:02:47.764Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3113c5c-0438-433a-9d57-75f228ba9375/model-vers/model-ver/3d89f88f-e262-490c-9fe9-70ebe047226c?depth=0
2021-10-14T08:02:47.771Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-14T08:02:47.822Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3113c5c-0438-433a-9d57-75f228ba9375/model-vers/model-ver/3d89f88f-e262-490c-9fe9-70ebe047226c?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-10-14T08:02:47.827Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3113c5c-0438-433a-9d57-75f228ba9375/model-vers/model-ver/3d89f88f-e262-490c-9fe9-70ebe047226c?depth=0|INFO|500||Invoke
2021-10-14T08:02:47.847Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3113c5c-0438-433a-9d57-75f228ba9375/model-vers/model-ver/3d89f88f-e262-490c-9fe9-70ebe047226c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-14T08:02:47.978Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3113c5c-0438-433a-9d57-75f228ba9375/model-vers/model-ver/3d89f88f-e262-490c-9fe9-70ebe047226c?depth=0|INFO|500||InvokeReturn
2021-10-14T08:02:47.979Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3113c5c-0438-433a-9d57-75f228ba9375/model-vers/model-ver/3d89f88f-e262-490c-9fe9-70ebe047226c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211014-08:02:47:854-90395], vertex-id=[204976], Content-Length=[0], Date=[Thu, 14 Oct 2021 08:02:47 GMT], Content-Type=[application/json]}
2021-10-14T08:02:47.983Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-14T08:02:47.987Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-14T08:02:47.987Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-14T08:02:47.991Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-14T08:02:47.992Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0fbe4693-1d1a-4a95-a439-43fa5c808833 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-14T08:02:47.992Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-14T08:02:47.992Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:47.994Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:47.994Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198567992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T08:02:48.094Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:48.096Z||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-10-14T08:02:48.096Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:48.109Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:48.110Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-14T08:02:49.018Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T08:02:49.018Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c47bb9fe-9d8d-4ee4-bd19-b35c2e849328","serviceName":"Demo_pNF_tPAs4ws8iv0LnCY9rN52","serviceVersion":"1.0","serviceUUID":"d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2","serviceDescription":"catalog service description","serviceInvariantUUID":"5b4ac67a-d25f-4c49-8303-5434e3779681","resources":[{"resourceInstanceName":"pNF fa16bff4-ab4e 0","resourceName":"pNF fa16bff4-ab4e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8beaf936-304e-4be2-a8a6-ed1de577995f","resourceInvariantUUID":"5a524be2-f675-4b1d-adbc-bae729be1ac3","resourceCustomizationUUID":"02c56294-271e-4dc7-954c-32a0e9118642","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vf-license-model.xml","artifactChecksum":"OWZhNWU1NGVjZTE4OTA2ZWNhZmY3MWFkN2FmMjFjYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6be250d5-5945-4825-b1e9-d2af88f00548","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/pNF.csar","artifactChecksum":"ZWI5YTkxMDNkMGQ2NTRjNTBjMjhhODZkNjE1YWY1NDU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfc52a98-5ab9-4ed9-ae28-9200216f055b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c7de292-f9c1-4292-9ef1-e0929f8de037","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vendor-license-model.xml","artifactChecksum":"Zjg0OWJlZWQwZmIyOTIwMzFlYjcwYTU1ZmZlMDI1YjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e5f5d98-3480-4893-baf3-87c738dc02b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1792a7e7-b9e5-4419-8512-6e3a5f318998","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"425244cc-a9d4-4e16-8717-22fb3ee0eafc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml","artifactChecksum":"ZmI1YWNiODE4M2U0MjY1ZmNkMThmN2M1NmZkMWU0ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31d3191b-a2f6-4f57-823c-c8d77e664bee","artifactVersion":"1"},{"artifactName":"service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar","artifactChecksum":"NjM3MGY0MWY5NjA1ODQ3NDc5NTJmOGQyMzI4MDc1MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6d6ae01-9bfe-4218-bcf5-4773cb85bc13","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-14T08:02:49.019Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:49.019Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:49.021Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:49.021Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:49.121Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:49.121Z||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-10-14T08:02:49.122Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:49.131Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:49.131Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:50.021Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:50.022Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:50.024Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:50.025Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:50.125Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:50.125Z||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-10-14T08:02:50.125Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:50.137Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:50.137Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:51.026Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:51.026Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:51.028Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:51.029Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:51.129Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:51.129Z||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-10-14T08:02:51.130Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:51.144Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:51.145Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:52.030Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:52.031Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:52.033Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:52.033Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:52.140Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-10-14T08:02:52.141Z||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-10-14T08:02:52.141Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:52.158Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:52.158Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:53.034Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:53.035Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:53.036Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:53.037Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:53.137Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:53.138Z||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-10-14T08:02:53.138Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:53.147Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:53.150Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:54.037Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:54.038Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:54.039Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:54.040Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:54.140Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:54.140Z||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-10-14T08:02:54.140Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:54.151Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:54.151Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:55.040Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:55.041Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:55.044Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:55.044Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:02:55.144Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:02:55.144Z||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-10-14T08:02:55.144Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:55.153Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:55.154Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-14T08:02:56.047Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T08:02:56.048Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:56.055Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:56.055Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:02:56.152Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-14T08:02:56.153Z||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-10-14T08:02:56.153Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:56.164Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:56.165Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:57.056Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "serviceName": "Demo_pNF_tPAs4ws8iv0LnCY9rN52",
  "serviceVersion": "1.0",
  "serviceUUID": "d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5b4ac67a-d25f-4c49-8303-5434e3779681",
  "resources": [
    {
      "resourceInstanceName": "pNF fa16bff4-ab4e 0",
      "resourceCustomizationUUID": "02c56294-271e-4dc7-954c-32a0e9118642",
      "resourceName": "pNF fa16bff4-ab4e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8beaf936-304e-4be2-a8a6-ed1de577995f",
      "resourceInvariantUUID": "5a524be2-f675-4b1d-adbc-bae729be1ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
      "artifactChecksum": "NjM3MGY0MWY5NjA1ODQ3NDc5NTJmOGQyMzI4MDc1MmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6d6ae01-9bfe-4218-bcf5-4773cb85bc13"
    }
  ],
  "workloadContext": "Production"
}
2021-10-14T08:02:57.057Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-14T08:02:57.057Z|0fbe4693-1d1a-4a95-a439-43fa5c808833|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2 ASDC
2021-10-14T08:02:57.058Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
ServiceName:Demo_pNF_tPAs4ws8iv0LnCY9rN52
ServiceVersion:1.0
ServiceUUID:d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2
ServiceInvariantUUID:5b4ac67a-d25f-4c49-8303-5434e3779681
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
ArtifactUUID:a6d6ae01-9bfe-4218-bcf5-4773cb85bc13
ArtifactChecksum:NjM3MGY0MWY5NjA1ODQ3NDc5NTJmOGQyMzI4MDc1MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fa16bff4-ab4e 0
ResourceCustomizationUUID:02c56294-271e-4dc7-954c-32a0e9118642
ResourceInvariantUUID:5a524be2-f675-4b1d-adbc-bae729be1ac3
ResourceName:pNF fa16bff4-ab4e
ResourceType:PNF
ResourceUUID:8beaf936-304e-4be2-a8a6-ed1de577995f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-14T08:02:57.058Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2 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-10-14T08:02:57.098Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T08:02:57.099Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-14T08:02:57.099Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-14T08:02:57.099Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6d6ae01-9bfe-4218-bcf5-4773cb85bc13 from URL: /sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:57.099Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-14T08:02:57.099Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:57.285Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-14T08:02:57.289Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar a6d6ae01-9bfe-4218-bcf5-4773cb85bc13 82527
2021-10-14T08:02:57.289Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar ASDC sendASDCNotification
2021-10-14T08:02:57.289Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:57.290Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T08:02:57.290Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:57.292Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:57.292Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198577289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:02:57.398Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-10-14T08:02:57.398Z||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-10-14T08:02:57.398Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:57.410Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:57.410Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:02:58.295Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T08:02:58.296Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-14T08:02:58.297Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6d6ae01-9bfe-4218-bcf5-4773cb85bc13, URL: /sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar to file: /app/ASDC/1/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:58.297Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:58.297Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:58.298Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:58.451Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10218826268201860317/Definitions/service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml
2021-10-14T08:02:59.257Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-14T08:02:59.258Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-14T08:02:59.258Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:59.258Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-14T08:02:59.258Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:59.259Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:59.259Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:59.259Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:59.259Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:59.260Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:59.260Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fa16bff4-ab4e 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-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:59.260Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-14T08:02:59.260Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:59.261Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tPAs4ws8iv0LnCY9rN52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:59.261Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Node template pNF fa16bff4-ab4e 0 is matching search criteria
2021-10-14T08:02:59.261Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-14T08:02:59.261Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF fa16bff4-ab4e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T08:02:59.262Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:59.262Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tPAs4ws8iv0LnCY9rN52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:59.262Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Node template pNF fa16bff4-ab4e 0 is matching search criteria
2021-10-14T08:02:59.262Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-14T08:02:59.263Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF fa16bff4-ab4e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T08:02:59.263Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:59.263Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tPAs4ws8iv0LnCY9rN52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:59.263Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:59.264Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tPAs4ws8iv0LnCY9rN52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:59.264Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:59.264Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tPAs4ws8iv0LnCY9rN52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:59.264Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:59.264Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tPAs4ws8iv0LnCY9rN52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:59.265Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:59.265Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tPAs4ws8iv0LnCY9rN52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:59.265Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_tPAs4ws8iv0LnCY9rN52
Description:catalog service description
Model UUID:d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2
Model Version:NULL
Model InvariantUuid:5b4ac67a-d25f-4c49-8303-5434e3779681
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-10-14T08:02:59.275Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8beaf936-304e-4be2-a8a6-ed1de577995f
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-10-14T08:02:59.279Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||pNF fa16bff4-ab4e 0
2021-10-14T08:02:59.279Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8beaf936-304e-4be2-a8a6-ed1de577995f
2021-10-14T08:02:59.279Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||No resources found for Service: d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2
2021-10-14T08:02:59.279Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2
2021-10-14T08:02:59.280Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fa16bff4-ab4e 0 8beaf936-304e-4be2-a8a6-ed1de577995f 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-10-14T08:02:59.285Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23d17a56, org.onap.sdc.toscaparser.api.parameters.Input@7e89a2e6, org.onap.sdc.toscaparser.api.parameters.Input@c3a0ed1, org.onap.sdc.toscaparser.api.parameters.Input@4f347e7, org.onap.sdc.toscaparser.api.parameters.Input@2cd88ee5]
2021-10-14T08:02:59.285Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:59.286Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tPAs4ws8iv0LnCY9rN52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:59.286Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2: pNF fa16bff4-ab4e
2021-10-14T08:02:59.286Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||Processing PNF resource: 8beaf936-304e-4be2-a8a6-ed1de577995f
2021-10-14T08:02:59.287Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-14T08:02:59.287Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tPAs4ws8iv0LnCY9rN52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T08:02:59.288Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||Resource customization UUID: 02c56294-271e-4dc7-954c-32a0e9118642 is the same as notified resource customizationUUID: 02c56294-271e-4dc7-954c-32a0e9118642
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-10-14T08:02:59.325Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fa16bff4-ab4e 8beaf936-304e-4be2-a8a6-ed1de577995f 0 ASDC deployResourceStructure
2021-10-14T08:02:59.325Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar ASDC sendASDCNotification
2021-10-14T08:02:59.325Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar
2021-10-14T08:02:59.326Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T08:02:59.326Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:02:59.339Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:02:59.339Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198579325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T08:02:59.429Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2021-10-14T08:02:59.430Z||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-10-14T08:02:59.430Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:02:59.445Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:02:59.446Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T08:03:00.341Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T08:03:00.353Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T08:03:00.356Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T08:03:00.356Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T08:03:00.356Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T08:03:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:03:04.812Z||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-10-14T08:03:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:03:04.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:03:04.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:03:04.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:03:04.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:03:30.357Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T08:03:30.377Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T08:03:30.380Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T08:03:30.380Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T08:03:30.381Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T08:04:00.381Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T08:04:00.393Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T08:04:00.396Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T08:04:00.396Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T08:04:00.396Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T08:04:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:04:04.814Z||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-10-14T08:04:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:04:05.354Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:04:05.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "aai-ml",
  "timestamp": 1634198525796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T08:04:05.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:04:05.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "aai-ml",
  "timestamp": 1634198526802,
  "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-10-14T08:04:05.368Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
2021-10-14T08:04:05.369Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47bb9fe-9d8d-4ee4-bd19-b35c2e849328 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-10-14T08:04:05.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:04:05.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198534615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:04:05.385Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:04:05.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198536729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T08:04:05.386Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:04:05.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbe4693-1d1a-4a95-a439-43fa5c808833",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198567992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T08:04:05.386Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:04:05.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/resourceInstances/pnffa16bff4ab4e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-14T08:04:05.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198524809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "NOTIFIED"
}
2021-10-14T08:04:05.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-14T08:04:05.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198577289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-14T08:04:05.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:04:05.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:04:05.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198579325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpas4ws8iv0lncy9rn52/1.0/artifacts/service-DemoPnfTpas4ws8iv0lncy9rn52-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-14T08:04:05.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:04:30.397Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-14T08:04:30.413Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47bb9fe-9d8d-4ee4-bd19-b35c2e849328
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-14T08:04:30.419Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T08:04:30.419Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-14T08:04:30.419Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-14T08:04:30.420Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-14T08:04:30.420Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:04:30.420Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:04:30.420Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:04:30.420Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:04:30.420Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:04:30.421Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:04:30.421Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-14T08:04:30.421Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-14T08:04:30.427Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-14T08:05:00.428Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c47bb9fe-9d8d-4ee4-bd19-b35c2e849328 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-10-14T08:05:00.440Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c47bb9fe-9d8d-4ee4-bd19-b35c2e849328 and serviceModelVersionId: d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2
2021-10-14T08:05:00.440Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b4ac67a-d25f-4c49-8303-5434e3779681
2021-10-14T08:05:00.442Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b4ac67a-d25f-4c49-8303-5434e3779681/model-vers/model-ver/d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2?depth=0
2021-10-14T08:05:00.449Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-14T08:05:00.505Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b4ac67a-d25f-4c49-8303-5434e3779681/model-vers/model-ver/d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2?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-10-14T08:05:00.507Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b4ac67a-d25f-4c49-8303-5434e3779681/model-vers/model-ver/d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2?depth=0|INFO|500||Invoke
2021-10-14T08:05:00.544Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b4ac67a-d25f-4c49-8303-5434e3779681/model-vers/model-ver/d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-14T08:05:00.721Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b4ac67a-d25f-4c49-8303-5434e3779681/model-vers/model-ver/d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2?depth=0|INFO|500||InvokeReturn
2021-10-14T08:05:00.721Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b4ac67a-d25f-4c49-8303-5434e3779681/model-vers/model-ver/d0f7cba0-5eb1-4cd6-80da-e9eff7f436b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211014-08:05:00:551-42595], vertex-id=[229568], Content-Length=[0], Date=[Thu, 14 Oct 2021 08:05:00 GMT], Content-Type=[application/json]}
2021-10-14T08:05:00.722Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-14T08:05:00.722Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-14T08:05:00.722Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-14T08:05:00.726Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-14T08:05:00.727Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c47bb9fe-9d8d-4ee4-bd19-b35c2e849328 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-14T08:05:00.727Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-14T08:05:00.731Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-14T08:05:00.735Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T08:05:00.735Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198700727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T08:05:00.835Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T08:05:00.836Z||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-10-14T08:05:00.836Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:05:00.850Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:05:00.851Z||pool-118-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-10-14T08:05:01.749Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:05:01.749Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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-10-14T08:05:01.750Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:05:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:05:04.812Z||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-10-14T08:05:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:05:05.443Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:05:05.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T08:05:05.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47bb9fe-9d8d-4ee4-bd19-b35c2e849328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634198700727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T08:05:05.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T08:05:11.982Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:05:11.983Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:05:11.984Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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-10-14T08:05:11.984Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:05:21.596Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:05:21.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:05:21.597Z||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-10-14T08:05:21.597Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:05:31.154Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:06:04.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:06:04.811Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:06:04.811Z||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-10-14T08:06:04.811Z||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-10-14T08:06:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:06:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:06:14.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:06:14.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:07:04.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:07:04.812Z||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-10-14T08:07:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:07:04.814Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:07:04.814Z|09b16fd3-27cf-42cb-84ef-d37783371d48|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-10-14T08:07:04.814Z|09b16fd3-27cf-42cb-84ef-d37783371d48|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:07:14.408Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:07:14.408Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:08:04.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:08:04.811Z||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-10-14T08:08:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:08:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:08:04.813Z||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-10-14T08:08:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:08:14.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:08:14.404Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:09:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:09:04.810Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:09:04.812Z||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-10-14T08:09:04.812Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:09:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:09:04.812Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:09:14.388Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:09:14.391Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:10:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:10:04.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:10:04.815Z||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-10-14T08:10:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:10:04.820Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:10:04.821Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:10:14.378Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:10:14.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:11:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:11:04.810Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:11:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:11:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:11:04.811Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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-10-14T08:11:04.811Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:11:14.357Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:11:14.365Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:12:04.810Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:12:04.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:12:04.813Z|1c251331-f6cc-4100-b241-951737d6ff25|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-10-14T08:12:04.813Z|1c251331-f6cc-4100-b241-951737d6ff25|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:12:04.814Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:12:04.815Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:12:14.394Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:12:14.405Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:13:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:13:04.810Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:13:04.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:13:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:13:04.811Z||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-10-14T08:13:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:13:14.410Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:13:14.417Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:14:04.808Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:14:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:14:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:14:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:14:04.811Z||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-10-14T08:14:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:14:14.369Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:14:14.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:15:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:15:04.811Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:15:04.812Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:15:04.812Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:15:04.812Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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-10-14T08:15:04.812Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:15:14.370Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:15:14.378Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:16:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:16:04.810Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:16:04.812Z||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-10-14T08:16:04.812Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:16:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:16:04.813Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:16:14.389Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:16:14.398Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:17:04.812Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:17:04.812Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:17:04.816Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:17:04.816Z||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-10-14T08:17:04.816Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:17:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:17:14.370Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:17:14.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:18:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:18:04.812Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:18:04.812Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:18:04.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:18:04.813Z||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-10-14T08:18:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:18:14.427Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:18:14.591Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:19:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:19:04.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:19:04.812Z||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-10-14T08:19:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:19:04.816Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:19:04.816Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:19:14.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:19:14.380Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:20:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:20:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:20:04.811Z||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-10-14T08:20:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:20:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:20:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:20:14.363Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:20:14.365Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:21:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:21:04.813Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:21:04.814Z||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-10-14T08:21:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:21:04.814Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:21:04.814Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:21:14.370Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:21:14.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:22:04.808Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:22:04.810Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:22:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:22:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:22:04.811Z||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-10-14T08:22:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:22:14.372Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:22:14.372Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:23:04.808Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:23:04.811Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:23:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:23:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:23:04.811Z||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-10-14T08:23:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:23:14.356Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:23:14.374Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:24:04.810Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:24:04.810Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:24:04.811Z||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-10-14T08:24:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:24:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:24:04.812Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:24:14.370Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:24:14.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:25:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:25:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:25:04.813Z||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-10-14T08:25:04.813Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:25:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:25:04.813Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:25:14.387Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:25:14.397Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:26:04.811Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:26:04.812Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:26:04.813Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:26:04.813Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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-10-14T08:26:04.813Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:26:04.813Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:26:14.400Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:26:14.401Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:27:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:27:04.811Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:27:04.812Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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-10-14T08:27:04.812Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:27:04.812Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:27:04.812Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:27:14.381Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:27:14.461Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:28:04.808Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:28:04.810Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:28:04.810Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:28:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:28:04.811Z||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-10-14T08:28:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:28:14.371Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:28:14.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:29:04.808Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:29:04.810Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:29:04.810Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:29:04.810Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:29:04.811Z||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-10-14T08:29:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:29:14.394Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:29:14.398Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:30:04.808Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:30:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:30:04.810Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:30:04.810Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:30:04.811Z||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-10-14T08:30:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:30:14.401Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:30:14.408Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:31:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:31:04.812Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:31:04.812Z|09b16fd3-27cf-42cb-84ef-d37783371d48|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-10-14T08:31:04.812Z|09b16fd3-27cf-42cb-84ef-d37783371d48|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:31:04.813Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:31:04.815Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:31:14.370Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:31:14.403Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:32:00.127Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-14T08:32:04.809Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:32:04.810Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:32:04.810Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:32:04.810Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:32:04.811Z||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-10-14T08:32:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:32:14.375Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:32:14.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:33:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:33:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:33:04.813Z||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-10-14T08:33:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:33:04.813Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:33:04.813Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:33:14.381Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:33:14.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:34:04.811Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:34:04.811Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:34:04.813Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:34:04.813Z||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-10-14T08:34:04.814Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:34:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:34:14.367Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:34:14.376Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:35:04.812Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:35:04.814Z||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-10-14T08:35:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:35:04.816Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:35:04.818Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:35:04.818Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:35:14.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:35:14.378Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:36:04.812Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:36:04.814Z||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-10-14T08:36:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:36:04.814Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:36:04.815Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|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-10-14T08:36:04.815Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:36:14.369Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:36:14.372Z|ac3299d6-5793-49ee-a6fd-6f2706b7587a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:37:04.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:37:04.810Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:37:04.812Z||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-10-14T08:37:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:37:04.812Z||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-10-14T08:37:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T08:37:14.389Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:37:14.399Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:38:04.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:38:04.810Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:38:04.812Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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-10-14T08:38:04.813Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:38:04.812Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:38:04.813Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:38:14.375Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:38:14.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:39:04.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:39:04.810Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T08:39:04.811Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T08:39:04.811Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T08:39:04.811Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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-10-14T08:39:04.812Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|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 8KmuziOX9pVZ625P) ...
2021-10-14T08:39:14.375Z|c47bb9fe-9d8d-4ee4-bd19-b35c2e849328|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-14T08:39:14.375Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK