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-12-02T02:48:03.132Z||main|||||INFO|500||The following profiles are active: basic
2021-12-02T02:48:12.156Z||main|||||INFO|500||Starting service [Tomcat]
2021-12-02T02:48:12.157Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-12-02T02:48:12.232Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-12-02T02:48:14.345Z||main|||||INFO|500||catdb-pool - Starting...
2021-12-02T02:48:14.505Z||main|||||INFO|500||catdb-pool - Start completed.
2021-12-02T02:48:14.912Z||main|||||INFO|500||reqdb-pool - Starting...
2021-12-02T02:48:14.919Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-12-02T02:48:15.002Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-12-02T02:48:15.126Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-12-02T02:48:15.522Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-12-02T02:48:16.343Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-02T02:48:18.302Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-02T02:48:18.347Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-12-02T02:48:18.838Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-02T02:48:18.992Z||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-12-02T02:48:20.091Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-02T02:48:21.031Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-12-02T02:48:21.047Z||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$$7bc8cbc6.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-12-02T02:48:21.047Z||main|||||WARN|500||The sdc end point is not alive
2021-12-02T02:48:23.635Z||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-12-02T02:48:26.130Z||main|||||WARN|500||---
2021-12-02T02:48:26.130Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-12-02T02:48:26.130Z||main|||||WARN|500||---
2021-12-02T02:48:26.511Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-12-02T02:48:30.932Z||main|||||INFO|500||Started Application in 31.627 seconds (JVM running for 32.73)
2021-12-02T02:48:30.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-02T02:48:30.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-02T02:48:30.958Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-02T02:48:31.005Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-02T02:48:31.047Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6f74383-7244-433d-b38c-b9202619ba4c url= /sdc/v1/artifactTypes
2021-12-02T02:48:31.048Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-02T02:48:31.328Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-02T02:48:31.350Z||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-12-02T02:48:31.370Z||scheduling-1|||||DEBUG|500||create keys
2021-12-02T02:48:31.378Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-12-02T02:48:31.453Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:48:31.468Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ef523bd5-6465-40d2-bdee-43a4fc055719 url= /sdc/v1/registerForDistribution
2021-12-02T02:48:31.983Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ef523bd5-6465-40d2-bdee-43a4fc055719 url= /sdc/v1/registerForDistribution
2021-12-02T02:48:31.983Z||scheduling-1|||||INFO|500||start DistributionClient
2021-12-02T02:48:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:48:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:48:31.996Z||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-12-02T02:48:31.996Z||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-12-02T02:48:31.996Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:48:31.996Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:48:31.996Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-12-02T02:48:43.988Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:48:44.037Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:49:31.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:49:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:49:31.993Z||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-12-02T02:49:31.993Z||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-12-02T02:49:31.994Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:49:31.994Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:49:41.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:49:41.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:50:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:50:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:50:31.992Z||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-12-02T02:50:31.992Z||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-12-02T02:50:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:50:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:50:41.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:50:41.545Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:51:31.990Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:51:31.991Z||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-12-02T02:51:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:51:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:51:31.992Z||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-12-02T02:51:31.993Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:51:41.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:51:41.542Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:52:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:52:31.991Z||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-12-02T02:52:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:52:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:52:31.992Z||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-12-02T02:52:31.993Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:52:41.543Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:52:41.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:53:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:53:31.991Z||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-12-02T02:53:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:53:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:53:31.992Z||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-12-02T02:53:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:53:41.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:53:41.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:54:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:54:31.990Z||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-12-02T02:54:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:54:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:54:31.992Z||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-12-02T02:54:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:54:41.544Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:54:41.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:55:31.990Z||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-12-02T02:55:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:55:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:55:31.993Z||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-12-02T02:55:31.993Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:55:41.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:41.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:56:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:56:31.990Z||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-12-02T02:56:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:56:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:56:31.992Z||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-12-02T02:56:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:56:41.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:56:41.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:57:31.990Z||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-12-02T02:57:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:57:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:57:31.992Z||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-12-02T02:57:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:57:41.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:41.541Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:58:27.147Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-12-02T02:58:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:58:31.990Z||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-12-02T02:58:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:58:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:58:31.992Z||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-12-02T02:58:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:58:41.559Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:58:41.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:59:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:59:31.991Z||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-12-02T02:59:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:59:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:59:31.992Z||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-12-02T02:59:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:59:41.544Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:59:41.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:00:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:00:31.991Z||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-12-02T03:00:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:00:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:00:31.992Z||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-12-02T03:00:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:00:41.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:00:41.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:01:31.991Z||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-12-02T03:01:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:01:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:01:31.992Z||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-12-02T03:01:31.993Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:01:41.541Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:41.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:02:31.990Z||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-12-02T03:02:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:02:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:02:31.992Z||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-12-02T03:02:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:02:41.543Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:41.543Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:03:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:03:31.990Z||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-12-02T03:03:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:03:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:03:31.992Z||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-12-02T03:03:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:03:41.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:03:41.546Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:04:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:04:31.990Z||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-12-02T03:04:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:04:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:04:31.992Z||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-12-02T03:04:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:04:41.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:04:41.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:05:31.990Z||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-12-02T03:05:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:05:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:05:31.992Z||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-12-02T03:05:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:05:41.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:41.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:06:31.991Z||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-12-02T03:06:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:06:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:06:31.992Z||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-12-02T03:06:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:06:41.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:41.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:07:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:07:31.990Z||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-12-02T03:07:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:07:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:07:31.992Z||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-12-02T03:07:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:07:41.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:07:41.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:08:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:08:31.990Z||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-12-02T03:08:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:08:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:08:31.992Z||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-12-02T03:08:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:08:41.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:08:41.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:09:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:09:31.990Z||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-12-02T03:09:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:09:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:09:31.992Z||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-12-02T03:09:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:09:41.572Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:09:41.573Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:10:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:10:31.990Z||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-12-02T03:10:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:10:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:10:31.992Z||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-12-02T03:10:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:10:41.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:10:41.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:11:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:11:31.990Z||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-12-02T03:11:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:11:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:11:31.992Z||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-12-02T03:11:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:11:41.540Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:11:41.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:12:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:12:31.990Z||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-12-02T03:12:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:12:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:12:31.992Z||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-12-02T03:12:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:12:41.535Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:12:41.537Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:13:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:13:31.990Z||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-12-02T03:13:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:13:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:13:31.992Z||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-12-02T03:13:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:13:41.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:13:41.539Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:14:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:14:31.990Z||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-12-02T03:14:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:14:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:14:31.992Z||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-12-02T03:14:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:14:41.533Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:14:41.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:15:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:15:31.990Z||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-12-02T03:15:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:15:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:15:31.992Z||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-12-02T03:15:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:15:41.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:15:41.543Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:16:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:16:31.990Z||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-12-02T03:16:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:16:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:16:31.992Z||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-12-02T03:16:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:16:41.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:16:41.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:17:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:17:31.990Z||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-12-02T03:17:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:17:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:17:31.992Z||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-12-02T03:17:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:17:41.537Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:17:41.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:18:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:18:31.990Z||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-12-02T03:18:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:18:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:18:31.992Z||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-12-02T03:18:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:18:41.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:18:41.536Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:19:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:19:31.990Z||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-12-02T03:19:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:19:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:19:31.992Z||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-12-02T03:19:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:19:41.539Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:19:41.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:20:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:20:31.990Z||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-12-02T03:20:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:20:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:20:31.992Z||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-12-02T03:20:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:20:41.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:20:41.544Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:21:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:21:31.990Z||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-12-02T03:21:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:21:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:21:31.992Z||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-12-02T03:21:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:21:41.532Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:21:41.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:22:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:22:31.990Z||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-12-02T03:22:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:22:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:22:31.992Z||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-12-02T03:22:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:22:41.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:22:41.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:23:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:23:31.990Z||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-12-02T03:23:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:23:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:23:31.992Z||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-12-02T03:23:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:23:41.532Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:23:41.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:24:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:24:31.990Z||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-12-02T03:24:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:24:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:24:31.992Z||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-12-02T03:24:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:24:41.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:24:41.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:25:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:25:31.990Z||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-12-02T03:25:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:25:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:25:31.992Z||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-12-02T03:25:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:25:41.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:25:41.539Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:26:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:26:31.990Z||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-12-02T03:26:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:26:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:26:31.992Z||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-12-02T03:26:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:26:41.533Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:26:41.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:27:31.989Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:27:31.990Z||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-12-02T03:27:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:27:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:27:31.992Z||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-12-02T03:27:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:27:41.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:27:41.547Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:28:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:28:31.990Z||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-12-02T03:28:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:28:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:28:31.992Z||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-12-02T03:28:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:28:41.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:28:41.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:29:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:29:31.990Z||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-12-02T03:29:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:29:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:29:31.991Z||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-12-02T03:29:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:29:41.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:29:41.539Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:30:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:30:31.990Z||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-12-02T03:30:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:30:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:30:31.992Z||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-12-02T03:30:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:30:41.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:30:41.538Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:31:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:31:31.990Z||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-12-02T03:31:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:31:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:31:31.991Z||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-12-02T03:31:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:31:41.531Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:31:41.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:32:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:32:31.990Z||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-12-02T03:32:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:32:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:32:31.992Z||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-12-02T03:32:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:32:41.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:32:41.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:33:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:33:31.990Z||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-12-02T03:33:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:33:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:33:31.992Z||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-12-02T03:33:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:33:41.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:33:41.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:34:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:34:31.990Z||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-12-02T03:34:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:34:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:34:31.992Z||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-12-02T03:34:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:34:41.536Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:34:41.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:35:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:35:31.990Z||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-12-02T03:35:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:35:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:35:31.992Z||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-12-02T03:35:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:35:41.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:35:41.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:36:31.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:36:31.990Z||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-12-02T03:36:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:36:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:36:31.992Z||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-12-02T03:36:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:36:41.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:36:41.536Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:37:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:37:31.990Z||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-12-02T03:37:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:37:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:37:31.992Z||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-12-02T03:37:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:37:41.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:37:41.541Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:38:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:38:31.990Z||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-12-02T03:38:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:38:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:38:31.992Z||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-12-02T03:38:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:38:41.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:38:41.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:39:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:39:31.990Z||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-12-02T03:39:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:39:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:39:31.992Z||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-12-02T03:39:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:39:41.533Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:39:41.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:40:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:40:31.990Z||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-12-02T03:40:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:40:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:40:31.992Z||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-12-02T03:40:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:40:41.534Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:40:41.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:41:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:41:31.990Z||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-12-02T03:41:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:41:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:41:31.992Z||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-12-02T03:41:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:41:41.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:41:41.537Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:42:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:42:31.990Z||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-12-02T03:42:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:42:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:42:31.992Z||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-12-02T03:42:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:42:41.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:42:41.538Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:43:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:43:31.990Z||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-12-02T03:43:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:43:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:43:31.992Z||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-12-02T03:43:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:43:41.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:43:41.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:44:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:44:31.990Z||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-12-02T03:44:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:44:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:44:31.992Z||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-12-02T03:44:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:44:41.538Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:44:41.539Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:45:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:45:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:45:31.991Z||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-12-02T03:45:31.992Z||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-12-02T03:45:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:45:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:45:41.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:45:41.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:46:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:46:31.990Z||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-12-02T03:46:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:46:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:46:31.992Z||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-12-02T03:46:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:46:41.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:46:41.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:47:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:47:31.990Z||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-12-02T03:47:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:47:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:47:31.992Z||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-12-02T03:47:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:47:41.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:47:41.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:48:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:48:31.990Z||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-12-02T03:48:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:48:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:48:31.992Z||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-12-02T03:48:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:48:41.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:48:41.540Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:49:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:49:31.990Z||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-12-02T03:49:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:49:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:49:31.992Z||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-12-02T03:49:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:49:41.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:49:41.540Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:50:31.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:50:31.990Z||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-12-02T03:50:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:50:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:50:31.991Z||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-12-02T03:50:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:50:41.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:50:41.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:51:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:51:31.990Z||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-12-02T03:51:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:51:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:51:31.992Z||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-12-02T03:51:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:51:41.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:51:41.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:52:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:52:31.990Z||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-12-02T03:52:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:52:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:52:31.991Z||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-12-02T03:52:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:52:41.541Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:52:41.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:53:31.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:53:31.990Z||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-12-02T03:53:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:53:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:53:31.992Z||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-12-02T03:53:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:53:41.537Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:53:41.538Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:54:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:54:31.990Z||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-12-02T03:54:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:54:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:54:31.992Z||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-12-02T03:54:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:54:41.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:54:41.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:55:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:55:31.990Z||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-12-02T03:55:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:55:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:55:31.992Z||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-12-02T03:55:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:55:41.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:55:41.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:56:31.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:56:31.990Z||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-12-02T03:56:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:56:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:56:31.992Z||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-12-02T03:56:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:56:41.545Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:56:41.548Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:57:31.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:57:31.990Z||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-12-02T03:57:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:57:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:57:31.992Z||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-12-02T03:57:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:57:41.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:57:41.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:58:31.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:58:31.990Z||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-12-02T03:58:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:58:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:58:31.992Z||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-12-02T03:58:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:58:41.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:58:41.541Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:59:31.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:59:31.990Z||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-12-02T03:59:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:59:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:59:31.992Z||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-12-02T03:59:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:59:41.534Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:59:41.537Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:31.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:00:31.990Z||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-12-02T04:00:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:00:31.992Z||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-12-02T04:00:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:32.119Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:32.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "cds",
  "timestamp": 1638417622035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417625191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "cds",
  "timestamp": 1638417622035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417625191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "clamp",
  "timestamp": 1638417629288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "cds",
  "timestamp": 1638417622035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417625191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "clamp",
  "timestamp": 1638417629288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "cds",
  "timestamp": 1638417622035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:00:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417625191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:00:32.620Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:32.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"71a60cb9-a6ee-451e-94a8-f8cd15a5dc60","serviceName":"basic_onboard_zmVMUC","serviceVersion":"1.0","serviceUUID":"e97dfda4-fd0f-4f07-a14d-c58a439de2da","serviceDescription":"service","serviceInvariantUUID":"9adeda4b-1cb9-4ae2-bb6e-53bad6105772","resources":[{"resourceInstanceName":"basic_onboard_zmVMUC 0","resourceName":"basic_onboard_zmVMUC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7b587dd5-1ba2-4d32-8f81-e7eecf06a10f","resourceInvariantUUID":"6558e7f7-1e53-4817-b7b8-d84e35222b75","resourceCustomizationUUID":"a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml","artifactChecksum":"MmJmYjk1NzQ0Yjk4Njk1MDdiNzRkNmMzOTRkYmMzZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64ecf940-3d43-4702-becb-9c5ab1337472","artifactVersion":"1"},{"artifactName":"basic_onboard_zmvmuc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json","artifactChecksum":"MzYxMTdjNGYzYmI3ZTk3ODNlOGU3YjIwMzFkNDllYWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2381eac0-4240-4daf-bc0b-5b5bf791f28a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"65bdf7fd-ad74-4bf1-aa98-79a16aeca150","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd23e8e6-c29a-45b8-9462-05afe3581093","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9eaebe4f-1e58-45b4-a039-bda5489dbc40","artifactVersion":"2","generatedFromUUID":"65bdf7fd-ad74-4bf1-aa98-79a16aeca150"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZmvmuc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml","artifactChecksum":"NTVlOTE0NDI4MTcwMDBhODNjNGRmYjg1YTA5YjMzOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2b14335-3ce8-43be-b061-5a8cce2dbc28","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZmvmuc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar","artifactChecksum":"Nzc2ZGIyZTFmYmVlNjgxZWE2NDhlMjhhODA5ZGYzMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d157f3e-dc45-48dd-9323-fd621394b768","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T04:00:32.626Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:32.631Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:32.638Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:32.638Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.739Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-12-02T04:00:32.742Z||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-12-02T04:00:32.742Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:32.755Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:32.756Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:33.644Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:33.644Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:33.645Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:33.645Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:00:33.746Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:33.746Z||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-12-02T04:00:33.746Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:33.761Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:33.761Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:34.646Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:34.647Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:34.648Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:34.648Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:00:34.748Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:34.749Z||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-12-02T04:00:34.749Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:34.766Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:34.767Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:35.649Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:35.649Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:35.651Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:35.651Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:00:35.751Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:35.752Z||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-12-02T04:00:35.752Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:35.765Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:35.765Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:00:36.651Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:36.652Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:36.653Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:36.653Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-02T04:00:36.753Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:36.754Z||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-12-02T04:00:36.754Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:36.766Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:36.766Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:37.654Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:37.654Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:37.656Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:37.656Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:00:37.756Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:37.757Z||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-12-02T04:00:37.757Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:37.770Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:37.770Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:38.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:38.657Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:38.658Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:38.659Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:00:38.759Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:38.759Z||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-12-02T04:00:38.759Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:38.773Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:38.774Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:39.660Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "serviceName": "basic_onboard_zmVMUC",
  "serviceVersion": "1.0",
  "serviceUUID": "e97dfda4-fd0f-4f07-a14d-c58a439de2da",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9adeda4b-1cb9-4ae2-bb6e-53bad6105772",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_zmVMUC 0",
      "resourceCustomizationUUID": "a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0",
      "resourceName": "basic_onboard_zmVMUC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7b587dd5-1ba2-4d32-8f81-e7eecf06a10f",
      "resourceInvariantUUID": "6558e7f7-1e53-4817-b7b8-d84e35222b75",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zmvmuc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
          "artifactChecksum": "MzYxMTdjNGYzYmI3ZTk3ODNlOGU3YjIwMzFkNDllYWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2381eac0-4240-4daf-bc0b-5b5bf791f28a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "65bdf7fd-ad74-4bf1-aa98-79a16aeca150",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9eaebe4f-1e58-45b4-a039-bda5489dbc40",
            "generatedFromUUID": "65bdf7fd-ad74-4bf1-aa98-79a16aeca150"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9eaebe4f-1e58-45b4-a039-bda5489dbc40",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZmvmuc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
      "artifactChecksum": "Nzc2ZGIyZTFmYmVlNjgxZWE2NDhlMjhhODA5ZGYzMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d157f3e-dc45-48dd-9323-fd621394b768"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T04:00:39.661Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T04:00:39.661Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e97dfda4-fd0f-4f07-a14d-c58a439de2da ASDC
2021-12-02T04:00:39.744Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
ServiceName:basic_onboard_zmVMUC
ServiceVersion:1.0
ServiceUUID:e97dfda4-fd0f-4f07-a14d-c58a439de2da
ServiceInvariantUUID:9adeda4b-1cb9-4ae2-bb6e-53bad6105772
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZmvmuc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar
ArtifactUUID:4d157f3e-dc45-48dd-9323-fd621394b768
ArtifactChecksum:Nzc2ZGIyZTFmYmVlNjgxZWE2NDhlMjhhODA5ZGYzMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zmVMUC 0
ResourceCustomizationUUID:a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0
ResourceInvariantUUID:6558e7f7-1e53-4817-b7b8-d84e35222b75
ResourceName:basic_onboard_zmVMUC
ResourceType:VF
ResourceUUID:7b587dd5-1ba2-4d32-8f81-e7eecf06a10f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zmvmuc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json
ArtifactUUID:2381eac0-4240-4daf-bc0b-5b5bf791f28a
ArtifactChecksum:MzYxMTdjNGYzYmI3ZTk3ODNlOGU3YjIwMzFkNDllYWU=
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/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:65bdf7fd-ad74-4bf1-aa98-79a16aeca150
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/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env
ArtifactUUID:9eaebe4f-1e58-45b4-a039-bda5489dbc40
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/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env
ArtifactUUID:9eaebe4f-1e58-45b4-a039-bda5489dbc40
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T04:00:39.745Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e97dfda4-fd0f-4f07-a14d-c58a439de2da 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-12-02T04:00:39.983Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:00:39.983Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:00:39.984Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:00:39.984Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4d157f3e-dc45-48dd-9323-fd621394b768 from URL: /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:39.984Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:00:39.985Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:40.277Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:00:40.290Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar 4d157f3e-dc45-48dd-9323-fd621394b768 71554
2021-12-02T04:00:40.291Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar ASDC sendASDCNotification
2021-12-02T04:00:40.291Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:40.292Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:00:40.292Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:40.294Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:40.294Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417640290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:00:40.394Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:40.395Z||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-12-02T04:00:40.395Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:40.408Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:40.408Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:41.294Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:00:41.295Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:00:41.296Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4d157f3e-dc45-48dd-9323-fd621394b768, URL: /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar to file: /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:41.296Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:41.352Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:41.352Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:41.674Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6488618569792601459/Definitions/service-BasicOnboardZmvmuc-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-12-02T04:00:43.207Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zmVMUC 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-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.212Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.212Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.212Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.212Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:00:43.217Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.218Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.221Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:43.221Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:00:43.222Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:00:43.223Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.223Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.224Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:43.224Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:00:43.224Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:00:43.224Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.224Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.227Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.227Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is not matching search criteria
2021-12-02T04:00:43.227Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-02T04:00:43.227Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-02T04:00:43.227Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-02T04:00:43.228Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T04:00:43.228Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T04:00:43.228Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.228Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is not matching search criteria
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=108f659b-bf63-4ad7-ac86-fe4a53320788
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_zmVMUC
Description:service
Model UUID:e97dfda4-fd0f-4f07-a14d-c58a439de2da
Model Version:NULL
Model InvariantUuid:9adeda4b-1cb9-4ae2-bb6e-53bad6105772
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_zmVMUC
Model UUID:c6a7a45f-9bd1-4d5e-9f96-bea941b72ba9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6558e7f7-1e53-4817-b7b8-d84e35222b75
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e36fc4c4-de17-4ebb-b46a-70df3bf70259
ModelName:BasicOnboardZmvmuc..base_ubuntu18..module-0
ModelUuid:8c22cfc5-e2c1-44a5-a216-02db07e15988
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:108f659b-bf63-4ad7-ac86-fe4a53320788
ModelInvariantUuid:a29e225a-7465-4c61-8b04-9980a37138ce
ModelName:basic_onboard_zmVMUC-nodes.ubuntu18Cvfc
ModelUuid:82f7e49d-9f40-49fa-a410-0ca6e4c8da6a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f90e7d07-b761-4e6c-9009-382c0f8ab2e5
ModelInvariantUuid:d3265b18-058f-4018-b3d1-a2aa9aa3de1f
ModelName:BasicOnboardZmvmuc.compute.nodes.heat.ubuntu18
ModelUuid:7314919a-6389-4d71-875c-596572589a11
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-12-02T04:00:43.249Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 7b587dd5-1ba2-4d32-8f81-e7eecf06a10f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:00:43.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||basic_onboard_zmVMUC 0
2021-12-02T04:00:43.338Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7b587dd5-1ba2-4d32-8f81-e7eecf06a10f
2021-12-02T04:00:43.338Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2381eac0-4240-4daf-bc0b-5b5bf791f28a from URL: /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json
2021-12-02T04:00:43.338Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:00:43.338Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json
2021-12-02T04:00:43.655Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:00:43.656Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json 2381eac0-4240-4daf-bc0b-5b5bf791f28a 798
2021-12-02T04:00:43.656Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json ASDC sendASDCNotification
2021-12-02T04:00:43.656Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json
2021-12-02T04:00:43.656Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:00:43.656Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:43.658Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:43.658Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417643656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:00:43.758Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:43.759Z||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-12-02T04:00:43.759Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:43.774Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:43.775Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:44.659Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZmvmuc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e36fc4c4-de17-4ebb-b46a-70df3bf70259",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c22cfc5-e2c1-44a5-a216-02db07e15988",
    "vfModuleModelCustomizationUUID": "0f4b4e55-9ce3-4698-9d34-5511e57eb559",
    "isBase": true,
    "artifacts": [
      "65bdf7fd-ad74-4bf1-aa98-79a16aeca150",
      "9eaebe4f-1e58-45b4-a039-bda5489dbc40"
    ],
    "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-12-02T04:00:44.671Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZmvmuc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c22cfc5-e2c1-44a5-a216-02db07e15988
VfModuleModelInvariantUUID:e36fc4c4-de17-4ebb-b46a-70df3bf70259
VfModuleModelDescription:NULL
Artifacts UUID List:{
65bdf7fd-ad74-4bf1-aa98-79a16aeca150
,
9eaebe4f-1e58-45b4-a039-bda5489dbc40

}
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-12-02T04:00:44.673Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZmvmuc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e36fc4c4-de17-4ebb-b46a-70df3bf70259",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c22cfc5-e2c1-44a5-a216-02db07e15988",
    "vfModuleModelCustomizationUUID": "0f4b4e55-9ce3-4698-9d34-5511e57eb559",
    "isBase": true,
    "artifacts": [
      "65bdf7fd-ad74-4bf1-aa98-79a16aeca150",
      "9eaebe4f-1e58-45b4-a039-bda5489dbc40"
    ],
    "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-12-02T04:00:44.673Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZmvmuc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c22cfc5-e2c1-44a5-a216-02db07e15988
VfModuleModelInvariantUUID:e36fc4c4-de17-4ebb-b46a-70df3bf70259
VfModuleModelDescription:NULL
Artifacts UUID List:{
65bdf7fd-ad74-4bf1-aa98-79a16aeca150
,
9eaebe4f-1e58-45b4-a039-bda5489dbc40

}
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-12-02T04:00:44.673Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 65bdf7fd-ad74-4bf1-aa98-79a16aeca150 from URL: /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml
2021-12-02T04:00:44.673Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:00:44.673Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml
2021-12-02T04:00:44.981Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:00:44.981Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml 65bdf7fd-ad74-4bf1-aa98-79a16aeca150 5033
2021-12-02T04:00:44.981Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-02T04:00:44.982Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml
2021-12-02T04:00:44.982Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:00:44.982Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:44.983Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:44.983Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417644981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:00:45.084Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T04:00:45.084Z||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-12-02T04:00:45.084Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:45.096Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:45.097Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:45.984Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9eaebe4f-1e58-45b4-a039-bda5489dbc40 from URL: /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env
2021-12-02T04:00:45.984Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:00:45.985Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env
2021-12-02T04:00:46.278Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:00:46.278Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env 9eaebe4f-1e58-45b4-a039-bda5489dbc40 909
2021-12-02T04:00:46.279Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-02T04:00:46.279Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env
2021-12-02T04:00:46.279Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:00:46.279Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:46.281Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:46.282Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417646279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:00:46.382Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:46.382Z||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-12-02T04:00:46.383Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:46.393Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:46.393Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:47.282Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e97dfda4-fd0f-4f07-a14d-c58a439de2da
2021-12-02T04:00:47.283Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zmVMUC 0 7b587dd5-1ba2-4d32-8f81-e7eecf06a10f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:00:47.309Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@87d1799, org.onap.sdc.toscaparser.api.parameters.Input@78d82a4f, org.onap.sdc.toscaparser.api.parameters.Input@13584e46, org.onap.sdc.toscaparser.api.parameters.Input@44936475, org.onap.sdc.toscaparser.api.parameters.Input@243272a1]
2021-12-02T04:00:47.311Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.312Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.312Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-12-02T04:00:47.312Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0
2021-12-02T04:00:47.312Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0 matches Tosca VF Customization UUID: a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0
2021-12-02T04:00:47.312Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-12-02T04:00:47.318Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.318Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.319Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0: {\"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-12-02T04:00:47.319Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7823cfd7
2021-12-02T04:00:47.319Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.319Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:00:47.320Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f4b4e55-9ce3-4698-9d34-5511e57eb559
2021-12-02T04:00:47.321Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f4b4e55-9ce3-4698-9d34-5511e57eb559
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-12-02T04:00:47.325Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.326Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:47.326Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:00:47.326Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is not matching search criteria
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=108f659b-bf63-4ad7-ac86-fe4a53320788
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-12-02T04:00:47.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:47.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:00:47.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:47.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:00:47.335Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.335Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.335Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e97dfda4-fd0f-4f07-a14d-c58a439de2da: basic_onboard_zmVMUC
2021-12-02T04:00:47.335Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.335Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.336Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.336Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.336Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.336Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.336Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.336Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.337Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:00:47.337Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.337Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_zmVMUC 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-12-02T04:00:47.488Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zmVMUC 7b587dd5-1ba2-4d32-8f81-e7eecf06a10f 1 ASDC deployResourceStructure
2021-12-02T04:00:47.488Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json ASDC sendASDCNotification
2021-12-02T04:00:47.488Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json
2021-12-02T04:00:47.488Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:00:47.488Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:47.490Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:47.490Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417647488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:00:47.590Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:47.591Z||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-12-02T04:00:47.591Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:47.602Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:47.602Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:48.490Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-02T04:00:48.491Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml
2021-12-02T04:00:48.491Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:00:48.491Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:48.493Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:48.493Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417648490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:00:48.593Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:48.593Z||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-12-02T04:00:48.594Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:48.607Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:48.607Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:49.494Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-02T04:00:49.494Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env
2021-12-02T04:00:49.494Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:00:49.494Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:49.496Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:49.496Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417649493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:00:49.596Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:49.597Z||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-12-02T04:00:49.597Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:49.611Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:49.612Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:50.497Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar ASDC sendASDCNotification
2021-12-02T04:00:50.497Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:50.497Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:00:50.498Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:50.499Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:50.499Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417650497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:00:50.599Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:50.600Z||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-12-02T04:00:50.600Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:50.615Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:00:50.615Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:51.500Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:00:51.523Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:00:51.525Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:00:51.525Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:00:51.525Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:01:21.525Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:01:21.536Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:01:21.538Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:01:21.538Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:01:21.538Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:01:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:01:31.992Z||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-12-02T04:01:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:01:32.017Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:01:32.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:01:32.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "clamp",
  "timestamp": 1638417629288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:01:32.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:01:51.539Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:01:51.547Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:01:51.549Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:01:51.549Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:01:51.549Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:02:21.549Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:02:21.557Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:02:21.559Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:02:21.559Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:02:21.559Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:02:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:02:31.993Z||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-12-02T04:02:31.993Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:02:32.019Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:02:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:02:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "dcae-sch",
  "timestamp": 1638417631641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:02:32.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:02:51.559Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:02:51.568Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:02:51.570Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:02:51.570Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:02:51.570Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:03:21.570Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:03:21.581Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:03:21.583Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:03:21.583Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:03:21.583Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:03:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:03:31.992Z||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-12-02T04:03:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:03:32.026Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:03:32.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "cds",
  "timestamp": 1638417622035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417625191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "clamp",
  "timestamp": 1638417629288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "dcae-sch",
  "timestamp": 1638417631641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "cds",
  "timestamp": 1638417622035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417625191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "clamp",
  "timestamp": 1638417629288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "dcae-sch",
  "timestamp": 1638417631641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "cds",
  "timestamp": 1638417622035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417625191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "clamp",
  "timestamp": 1638417629288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "dcae-sch",
  "timestamp": 1638417631641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "clamp",
  "timestamp": 1638417629288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417635516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "dcae-sch",
  "timestamp": 1638417631641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "cds",
  "timestamp": 1638417636342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417635516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "dcae-sch",
  "timestamp": 1638417631641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "cds",
  "timestamp": 1638417637353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-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-12-02T04:03:32.046Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
2021-12-02T04:03:32.046Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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-12-02T04:03:32.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417635516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "dcae-sch",
  "timestamp": 1638417631641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "policy-id",
  "timestamp": 1638417637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417631990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "aai-ml",
  "timestamp": 1638417638032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417635516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "policy-id",
  "timestamp": 1638417637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "aai-ml",
  "timestamp": 1638417638032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417635516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417640290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "policy-id",
  "timestamp": 1638417637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "aai-ml",
  "timestamp": 1638417638032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417635516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "policy-id",
  "timestamp": 1638417637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "aai-ml",
  "timestamp": 1638417638032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417635516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "policy-id",
  "timestamp": 1638417637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "aai-ml",
  "timestamp": 1638417638032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417643261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "policy-id",
  "timestamp": 1638417637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417643656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "aai-ml",
  "timestamp": 1638417638032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417643874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "policy-id",
  "timestamp": 1638417637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "aai-ml",
  "timestamp": 1638417638032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417644759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417644981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "policy-id",
  "timestamp": 1638417645897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417645988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "aai-ml",
  "timestamp": 1638417646005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417646279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "policy-id",
  "timestamp": 1638417646904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "clamp",
  "timestamp": 1638417646973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417647488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417647524,
  "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-12-02T04:03:32.071Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
2021-12-02T04:03:32.071Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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-12-02T04:03:32.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417647820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:03:32.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "policy-id",
  "timestamp": 1638417647908,
  "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-12-02T04:03:32.084Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
2021-12-02T04:03:32.084Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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-12-02T04:03:32.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417648490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:03:32.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417648528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:03:32.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417648825,
  "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-12-02T04:03:32.095Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
2021-12-02T04:03:32.095Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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-12-02T04:03:32.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "clamp",
  "timestamp": 1638417648985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:03:32.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417649493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:03:32.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "clamp",
  "timestamp": 1638417649988,
  "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-12-02T04:03:32.111Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
2021-12-02T04:03:32.112Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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-12-02T04:03:32.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417650497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:03:32.118Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "aai-ml",
  "timestamp": 1638417656143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:03:32.118Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "aai-ml",
  "timestamp": 1638417657148,
  "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-12-02T04:03:32.122Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
2021-12-02T04:03:32.123Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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-12-02T04:03:51.583Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:03:51.598Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:03:51.603Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:03:51.603Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T04:03:51.603Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T04:03:51.604Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T04:03:51.604Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:03:51.604Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:03:51.604Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:03:51.604Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:03:51.604Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:03:51.605Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:03:51.605Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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-12-02T04:03:51.612Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T04:04:21.613Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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-12-02T04:04:21.619Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 and serviceModelVersionId: e97dfda4-fd0f-4f07-a14d-c58a439de2da
2021-12-02T04:04:21.619Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9adeda4b-1cb9-4ae2-bb6e-53bad6105772
2021-12-02T04:04:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:04:31.992Z||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-12-02T04:04:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:32.522Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:32.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "cds",
  "timestamp": 1638417772035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417765191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "dcae-sch",
  "timestamp": 1638417771641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417774870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "cds",
  "timestamp": 1638417772035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417765191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "dcae-sch",
  "timestamp": 1638417771641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417774870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "cds",
  "timestamp": 1638417772035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417765191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "dcae-sch",
  "timestamp": 1638417771641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417774870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "cds",
  "timestamp": 1638417772035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417765191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "dcae-sch",
  "timestamp": 1638417771641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "policy-id",
  "timestamp": 1638417777746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417774870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "cds",
  "timestamp": 1638417772035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "dcae-sch",
  "timestamp": 1638417771641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417765191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "policy-id",
  "timestamp": 1638417777746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417774870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "cds",
  "timestamp": 1638417772035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417765191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "dcae-sch",
  "timestamp": 1638417771641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "clamp",
  "timestamp": 1638417779288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "policy-id",
  "timestamp": 1638417777746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417774870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "cds",
  "timestamp": 1638417772035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "dcae-sch",
  "timestamp": 1638417771641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417765191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "clamp",
  "timestamp": 1638417779288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "policy-id",
  "timestamp": 1638417777746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417774870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "clamp",
  "timestamp": 1638417779288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "policy-id",
  "timestamp": 1638417777746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "cds",
  "timestamp": 1638417782578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "clamp",
  "timestamp": 1638417779288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "policy-id",
  "timestamp": 1638417777746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "cds",
  "timestamp": 1638417783583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-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-12-02T04:04:32.549Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1721f281-1c0a-458a-a55e-9176b5170761
2021-12-02T04:04:32.549Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1721f281-1c0a-458a-a55e-9176b5170761 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-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417783656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "clamp",
  "timestamp": 1638417779288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "policy-id",
  "timestamp": 1638417777746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "clamp",
  "timestamp": 1638417779288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417785268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "clamp",
  "timestamp": 1638417779288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "policy-id",
  "timestamp": 1638417786089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417785516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417786489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "policy-id",
  "timestamp": 1638417787094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417785516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417787524,
  "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-12-02T04:04:32.563Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1721f281-1c0a-458a-a55e-9176b5170761
2021-12-02T04:04:32.563Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1721f281-1c0a-458a-a55e-9176b5170761 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-12-02T04:04:32.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "policy-id",
  "timestamp": 1638417788097,
  "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-12-02T04:04:32.575Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1721f281-1c0a-458a-a55e-9176b5170761
2021-12-02T04:04:32.575Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1721f281-1c0a-458a-a55e-9176b5170761 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-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417785516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417788529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "aai-ml",
  "timestamp": 1638417788032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417785516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "aai-ml",
  "timestamp": 1638417788032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417785516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "aai-ml",
  "timestamp": 1638417788032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417785516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "aai-ml",
  "timestamp": 1638417788032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "clamp",
  "timestamp": 1638417791990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417785516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "aai-ml",
  "timestamp": 1638417788032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417793343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "aai-ml",
  "timestamp": 1638417788032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "clamp",
  "timestamp": 1638417793998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "aai-ml",
  "timestamp": 1638417788032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "clamp",
  "timestamp": 1638417795000,
  "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-12-02T04:04:32.588Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1721f281-1c0a-458a-a55e-9176b5170761
2021-12-02T04:04:32.588Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1721f281-1c0a-458a-a55e-9176b5170761 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-12-02T04:04:32.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "aai-ml",
  "timestamp": 1638417795955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417796307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:04:32.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417797312,
  "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-12-02T04:04:32.602Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1721f281-1c0a-458a-a55e-9176b5170761
2021-12-02T04:04:32.602Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1721f281-1c0a-458a-a55e-9176b5170761 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-12-02T04:04:32.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "aai-ml",
  "timestamp": 1638417806182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:04:32.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "aai-ml",
  "timestamp": 1638417807185,
  "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-12-02T04:04:32.616Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1721f281-1c0a-458a-a55e-9176b5170761
2021-12-02T04:04:32.616Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1721f281-1c0a-458a-a55e-9176b5170761 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-12-02T04:04:33.479Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9adeda4b-1cb9-4ae2-bb6e-53bad6105772/model-vers/model-ver/e97dfda4-fd0f-4f07-a14d-c58a439de2da?depth=0
2021-12-02T04:04:33.566Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T04:04:34.027Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9adeda4b-1cb9-4ae2-bb6e-53bad6105772/model-vers/model-ver/e97dfda4-fd0f-4f07-a14d-c58a439de2da?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-12-02T04:04:34.031Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9adeda4b-1cb9-4ae2-bb6e-53bad6105772/model-vers/model-ver/e97dfda4-fd0f-4f07-a14d-c58a439de2da?depth=0|INFO|500||Invoke
2021-12-02T04:04:34.194Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9adeda4b-1cb9-4ae2-bb6e-53bad6105772/model-vers/model-ver/e97dfda4-fd0f-4f07-a14d-c58a439de2da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T04:04:34.635Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9adeda4b-1cb9-4ae2-bb6e-53bad6105772/model-vers/model-ver/e97dfda4-fd0f-4f07-a14d-c58a439de2da?depth=0|INFO|500||InvokeReturn
2021-12-02T04:04:34.636Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9adeda4b-1cb9-4ae2-bb6e-53bad6105772/model-vers/model-ver/e97dfda4-fd0f-4f07-a14d-c58a439de2da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211202-04:04:34:202-2416], vertex-id=[143480], Content-Length=[0], Date=[Thu, 02 Dec 2021 04:04:34 GMT], Content-Type=[application/json]}
2021-12-02T04:04:34.636Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-12-02T04:04:34.639Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T04:04:34.639Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:04:34.643Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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-12-02T04:04:34.644Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T04:04:34.645Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T04:04:34.645Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:34.647Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:34.647Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417874644,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:04:34.748Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T04:04:34.749Z||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-12-02T04:04:34.749Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:34.762Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:34.762Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-02T04:04:35.658Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:04:35.659Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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-12-02T04:04:35.659Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:40.709Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:40.709Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-02T04:04:40.710Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1721f281-1c0a-458a-a55e-9176b5170761","serviceName":"vFW 2021-12-02 04-00-31","serviceVersion":"1.0","serviceUUID":"dd0f6974-9150-4cba-999b-94689df3f5ce","serviceDescription":"catalog service description","serviceInvariantUUID":"00a54559-8e39-49cf-82fc-d8011899946e","resources":[{"resourceInstanceName":"vFW b5179387-30f4 0","resourceName":"vFW b5179387-30f4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"93a8cc3c-2f87-477d-b378-766df4561fcf","resourceInvariantUUID":"a7b0ec41-3514-4a62-895a-17a030b55d70","resourceCustomizationUUID":"fb1c17de-2d61-4240-bf69-d7c15e7c9438","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml","artifactChecksum":"NDFkN2JmYmJlNWYzNjYzMzYwZTc4YWQ5MmEzZGRlN2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4bb6ebc-d1e8-417f-a8e8-a09fd4ca4941","artifactVersion":"1"},{"artifactName":"vfwb517938730f40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json","artifactChecksum":"MmVjZTkwMWE2NzRiNWIxNjZiMDNjYWZhOGI1Zjk4OWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3e17767-cb6d-4921-bb5e-c51b6856ea3c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"666488c6-decd-4698-b2ad-68d84e14444a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml","artifactChecksum":"MzUzMjkyNDE5OGU1NzhmNmNlNDQ4YzE5NjkxOWQ4MDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8ce2684-6599-4846-b018-a883d81b6de6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"42e64aa5-e746-4697-91ab-50339a76d325","artifactVersion":"2","generatedFromUUID":"666488c6-decd-4698-b2ad-68d84e14444a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211202040031-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml","artifactChecksum":"ZGE0YzFlZGY1MDJlZTU5MDdkM2Y2YjQ4OGVhMGJlMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"642597b1-a4a7-4f25-bfd3-7281609e3c3f","artifactVersion":"1"},{"artifactName":"service-Vfw20211202040031-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar","artifactChecksum":"NTk4YTMxOGQ5NTYwY2QzZGU3Y2E3NDRiMWZiM2I2Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4038f19e-7b40-4911-935b-0131a3fcedfb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T04:04:40.712Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:40.712Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:40.713Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:40.714Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:40.814Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:40.815Z||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-12-02T04:04:40.815Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:40.828Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:40.828Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:41.714Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:41.715Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:41.716Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:41.716Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:04:41.817Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T04:04:41.818Z||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-12-02T04:04:41.818Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:41.833Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:41.834Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:04:42.717Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:42.718Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:42.720Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:42.720Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:04:42.820Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:42.821Z||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-12-02T04:04:42.821Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:42.835Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:42.835Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:43.720Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:43.722Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:43.723Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:43.723Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:43.824Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T04:04:43.824Z||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-12-02T04:04:43.824Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:43.838Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:43.838Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:44.724Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:44.725Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:44.726Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:44.726Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-02T04:04:44.826Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:44.827Z||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-12-02T04:04:44.827Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:44.840Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:44.840Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:04:45.727Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:45.728Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:45.729Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:45.729Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:04:45.829Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:45.830Z||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-12-02T04:04:45.830Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:45.844Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:45.844Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:46.730Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:46.731Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:46.733Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:46.733Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:04:46.833Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:46.834Z||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-12-02T04:04:46.834Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:46.847Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:46.848Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:47.735Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "serviceName": "vFW 2021-12-02 04-00-31",
  "serviceVersion": "1.0",
  "serviceUUID": "dd0f6974-9150-4cba-999b-94689df3f5ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "00a54559-8e39-49cf-82fc-d8011899946e",
  "resources": [
    {
      "resourceInstanceName": "vFW b5179387-30f4 0",
      "resourceCustomizationUUID": "fb1c17de-2d61-4240-bf69-d7c15e7c9438",
      "resourceName": "vFW b5179387-30f4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "93a8cc3c-2f87-477d-b378-766df4561fcf",
      "resourceInvariantUUID": "a7b0ec41-3514-4a62-895a-17a030b55d70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb517938730f40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
          "artifactChecksum": "MmVjZTkwMWE2NzRiNWIxNjZiMDNjYWZhOGI1Zjk4OWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3e17767-cb6d-4921-bb5e-c51b6856ea3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "666488c6-decd-4698-b2ad-68d84e14444a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "42e64aa5-e746-4697-91ab-50339a76d325",
            "generatedFromUUID": "666488c6-decd-4698-b2ad-68d84e14444a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "42e64aa5-e746-4697-91ab-50339a76d325",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211202040031-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
      "artifactChecksum": "NTk4YTMxOGQ5NTYwY2QzZGU3Y2E3NDRiMWZiM2I2Yzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4038f19e-7b40-4911-935b-0131a3fcedfb"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T04:04:47.735Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T04:04:47.735Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dd0f6974-9150-4cba-999b-94689df3f5ce ASDC
2021-12-02T04:04:47.736Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1721f281-1c0a-458a-a55e-9176b5170761
ServiceName:vFW 2021-12-02 04-00-31
ServiceVersion:1.0
ServiceUUID:dd0f6974-9150-4cba-999b-94689df3f5ce
ServiceInvariantUUID:00a54559-8e39-49cf-82fc-d8011899946e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211202040031-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar
ArtifactUUID:4038f19e-7b40-4911-935b-0131a3fcedfb
ArtifactChecksum:NTk4YTMxOGQ5NTYwY2QzZGU3Y2E3NDRiMWZiM2I2Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b5179387-30f4 0
ResourceCustomizationUUID:fb1c17de-2d61-4240-bf69-d7c15e7c9438
ResourceInvariantUUID:a7b0ec41-3514-4a62-895a-17a030b55d70
ResourceName:vFW b5179387-30f4
ResourceType:VF
ResourceUUID:93a8cc3c-2f87-477d-b378-766df4561fcf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb517938730f40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json
ArtifactUUID:a3e17767-cb6d-4921-bb5e-c51b6856ea3c
ArtifactChecksum:MmVjZTkwMWE2NzRiNWIxNjZiMDNjYWZhOGI1Zjk4OWU=
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/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml
ArtifactUUID:666488c6-decd-4698-b2ad-68d84e14444a
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/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env
ArtifactUUID:42e64aa5-e746-4697-91ab-50339a76d325
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/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env
ArtifactUUID:42e64aa5-e746-4697-91ab-50339a76d325
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T04:04:47.736Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd0f6974-9150-4cba-999b-94689df3f5ce 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-12-02T04:04:47.771Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:04:47.772Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:04:47.772Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:04:47.772Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4038f19e-7b40-4911-935b-0131a3fcedfb from URL: /sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:47.772Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:04:47.773Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:47.991Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:04:47.995Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar 4038f19e-7b40-4911-935b-0131a3fcedfb 98976
2021-12-02T04:04:47.995Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar ASDC sendASDCNotification
2021-12-02T04:04:47.996Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:47.996Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:04:47.996Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:47.997Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:47.998Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417887995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:04:48.098Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:48.098Z||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-12-02T04:04:48.098Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:48.113Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:48.113Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:48.998Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:04:48.999Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:04:48.999Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4038f19e-7b40-4911-935b-0131a3fcedfb, URL: /sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar to file: /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:49.000Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211202040031-csar.csar
2021-12-02T04:04:49.000Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:49.000Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:49.156Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14037957511428602035/Definitions/service-Vfw20211202040031-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-12-02T04:04:51.020Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T04:04:51.021Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:04:51.021Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.021Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-12-02T04:04:51.021Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||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-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||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-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|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-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||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-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|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-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|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-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b5179387-30f4 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-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|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-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|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-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:04:51.023Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.023Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.023Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:51.023Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:04:51.023Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:04:51.024Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.024Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.024Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:51.024Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:04:51.024Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:04:51.025Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.025Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.025Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.025Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:51.026Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:51.026Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:04:51.026Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.026Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.026Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:04:51.026Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.027Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:51.027Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:04:51.027Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:04:51.027Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.027Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.027Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:51.029Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.029Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:51.029Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:51.029Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.029Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:51.030Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:51.030Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.030Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:51.030Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:51.030Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-02T04:04:51.030Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:51.031Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:04:51.031Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:04:51.031Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.031Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.031Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:04:51.031Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.032Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:04:51.032Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.032Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1f321c32-a4ee-41ba-aafe-b7428529c4ca
2021-12-02T04:04:51.032Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.032Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:51.032Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-02T04:04:51.034Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:04:51.034Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.034Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:04:51.034Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.034Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=322a0e79-a4b5-4858-b7a9-36af5939459b
2021-12-02T04:04:51.035Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.035Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:51.035Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:51.035Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:04:51.035Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.035Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.036Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:04:51.036Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.036Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:51.036Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:04:51.036Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:04:51.036Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.037Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.037Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-02T04:04:51.037Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c74ab99c-c64b-4db0-8179-8dd81eb9e877
2021-12-02T04:04:51.037Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.037Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-12-02 04-00-31
Description:catalog service description
Model UUID:dd0f6974-9150-4cba-999b-94689df3f5ce
Model Version:NULL
Model InvariantUuid:00a54559-8e39-49cf-82fc-d8011899946e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b5179387-30f4
Model UUID:d54a2e95-0e11-4be7-a391-6cca0eb23fb7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a7b0ec41-3514-4a62-895a-17a030b55d70
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fb1c17de-2d61-4240-bf69-d7c15e7c9438
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56fc84ad-4212-4a1a-8545-1dda05ce47d6
ModelName:VfwB517938730f4..base_vfw..module-0
ModelUuid:b8a1ba7c-76b1-48ad-af63-1129588c147c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1f321c32-a4ee-41ba-aafe-b7428529c4ca
ModelInvariantUuid:45f4f20f-249f-4169-adfc-4e2b23e5c78b
ModelName:vFW b5179387-30f4-nodes.vfwCvfc
ModelUuid:0be59025-bcc3-4e37-b0e3-77be477c6742
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0666e4da-ac4a-42c9-b289-4c6d8f320efa
ModelInvariantUuid:f3c1628c-91f4-4e6a-bf69-70037124e837
ModelName:VfwB517938730f4.compute.nodes.heat.vfw
ModelUuid:a43920c5-efde-4e22-9e1e-a74bf961a758
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:322a0e79-a4b5-4858-b7a9-36af5939459b
ModelInvariantUuid:54d0e374-b691-4376-8516-fe89f65a4b0d
ModelName:vFW b5179387-30f4-nodes.vsnCvfc
ModelUuid:3936013a-0091-4279-bd81-79ae70878756
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:cc697442-d1a2-4c47-ae7e-2cd2b81a18fa
ModelInvariantUuid:e2d9b3d6-1b48-41c7-85ed-233dd5a0b486
ModelName:VfwB517938730f4.compute.nodes.heat.vsn
ModelUuid:7887ae64-d64e-42fd-9f56-3ff5365fde23
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c74ab99c-c64b-4db0-8179-8dd81eb9e877
ModelInvariantUuid:d3accda5-091f-42c6-975c-1892509721e6
ModelName:vFW b5179387-30f4-nodes.vpgCvfc
ModelUuid:8a4817af-57bb-4494-9a2b-6f61e8833e89
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4d08c18a-3662-4666-a01e-e94d854df913
ModelInvariantUuid:ff63035a-7189-4dde-9d55-cb6718a700e7
ModelName:VfwB517938730f4.compute.nodes.heat.vpg
ModelUuid:c352744a-ffc0-4c85-b08f-55b712f808ba
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-12-02T04:04:51.043Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 93a8cc3c-2f87-477d-b378-766df4561fcf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:04:51.045Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||vFW b5179387-30f4 0
2021-12-02T04:04:51.045Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 93a8cc3c-2f87-477d-b378-766df4561fcf
2021-12-02T04:04:51.045Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a3e17767-cb6d-4921-bb5e-c51b6856ea3c from URL: /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json
2021-12-02T04:04:51.045Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:04:51.046Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json
2021-12-02T04:04:51.153Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:04:51.153Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json a3e17767-cb6d-4921-bb5e-c51b6856ea3c 785
2021-12-02T04:04:51.154Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json ASDC sendASDCNotification
2021-12-02T04:04:51.154Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json
2021-12-02T04:04:51.154Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:04:51.154Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:51.155Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:51.156Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417891154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:04:51.256Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:51.256Z||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-12-02T04:04:51.257Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:51.271Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:51.272Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:04:52.156Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB517938730f4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "56fc84ad-4212-4a1a-8545-1dda05ce47d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b8a1ba7c-76b1-48ad-af63-1129588c147c",
    "vfModuleModelCustomizationUUID": "10965156-4887-44e9-b0eb-40055f8e387d",
    "isBase": true,
    "artifacts": [
      "666488c6-decd-4698-b2ad-68d84e14444a",
      "42e64aa5-e746-4697-91ab-50339a76d325"
    ],
    "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-12-02T04:04:52.159Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB517938730f4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8a1ba7c-76b1-48ad-af63-1129588c147c
VfModuleModelInvariantUUID:56fc84ad-4212-4a1a-8545-1dda05ce47d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
666488c6-decd-4698-b2ad-68d84e14444a
,
42e64aa5-e746-4697-91ab-50339a76d325

}
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-12-02T04:04:52.161Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB517938730f4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "56fc84ad-4212-4a1a-8545-1dda05ce47d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b8a1ba7c-76b1-48ad-af63-1129588c147c",
    "vfModuleModelCustomizationUUID": "10965156-4887-44e9-b0eb-40055f8e387d",
    "isBase": true,
    "artifacts": [
      "666488c6-decd-4698-b2ad-68d84e14444a",
      "42e64aa5-e746-4697-91ab-50339a76d325"
    ],
    "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-12-02T04:04:52.161Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB517938730f4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8a1ba7c-76b1-48ad-af63-1129588c147c
VfModuleModelInvariantUUID:56fc84ad-4212-4a1a-8545-1dda05ce47d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
666488c6-decd-4698-b2ad-68d84e14444a
,
42e64aa5-e746-4697-91ab-50339a76d325

}
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-12-02T04:04:52.161Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 666488c6-decd-4698-b2ad-68d84e14444a from URL: /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml
2021-12-02T04:04:52.161Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:04:52.161Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml
2021-12-02T04:04:52.334Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:04:52.335Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml 666488c6-decd-4698-b2ad-68d84e14444a 20368
2021-12-02T04:04:52.335Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-02T04:04:52.335Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml
2021-12-02T04:04:52.335Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:04:52.335Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:52.337Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:52.337Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417892335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:04:52.437Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:52.437Z||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-12-02T04:04:52.438Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:52.452Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:52.452Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:53.338Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 42e64aa5-e746-4697-91ab-50339a76d325 from URL: /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env
2021-12-02T04:04:53.338Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:04:53.338Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env
2021-12-02T04:04:53.628Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:04:53.629Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env 42e64aa5-e746-4697-91ab-50339a76d325 2098
2021-12-02T04:04:53.629Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-02T04:04:53.629Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env
2021-12-02T04:04:53.629Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:04:53.629Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:53.631Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:53.631Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417893629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:04:53.731Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:53.732Z||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-12-02T04:04:53.732Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:53.745Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:53.745Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:54.631Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dd0f6974-9150-4cba-999b-94689df3f5ce
2021-12-02T04:04:54.632Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b5179387-30f4 0 93a8cc3c-2f87-477d-b378-766df4561fcf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:04:54.647Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52222578, org.onap.sdc.toscaparser.api.parameters.Input@2b8a265d, org.onap.sdc.toscaparser.api.parameters.Input@6bd368ef, org.onap.sdc.toscaparser.api.parameters.Input@148527f8, org.onap.sdc.toscaparser.api.parameters.Input@57cfd9f5]
2021-12-02T04:04:54.648Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.649Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.649Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-12-02T04:04:54.649Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= fb1c17de-2d61-4240-bf69-d7c15e7c9438
2021-12-02T04:04:54.649Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb1c17de-2d61-4240-bf69-d7c15e7c9438 matches Tosca VF Customization UUID: fb1c17de-2d61-4240-bf69-d7c15e7c9438
2021-12-02T04:04:54.649Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: fb1c17de-2d61-4240-bf69-d7c15e7c9438  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-12-02T04:04:54.651Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.651Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.652Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id fb1c17de-2d61-4240-bf69-d7c15e7c9438: {\"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-12-02T04:04:54.652Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@606e6263
2021-12-02T04:04:54.652Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.652Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:04:54.652Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 10965156-4887-44e9-b0eb-40055f8e387d
2021-12-02T04:04:54.653Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 10965156-4887-44e9-b0eb-40055f8e387d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-12-02T04:04:54.654Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.657Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1f321c32-a4ee-41ba-aafe-b7428529c4ca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-12-02T04:04:54.658Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.658Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=322a0e79-a4b5-4858-b7a9-36af5939459b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-12-02T04:04:54.662Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.662Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:54.662Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:54.664Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:04:54.666Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.666Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:54.666Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-02T04:04:54.666Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c74ab99c-c64b-4db0-8179-8dd81eb9e877
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-12-02T04:04:54.668Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.668Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:54.668Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:54.668Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.668Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:54.668Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=fb1c17de-2d61-4240-bf69-d7c15e7c9438
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:04:54.670Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.670Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.670Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dd0f6974-9150-4cba-999b-94689df3f5ce: vFW b5179387-30f4
2021-12-02T04:04:54.670Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.670Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.670Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-12-02 04-00-31 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-12-02T04:04:54.802Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b5179387-30f4 93a8cc3c-2f87-477d-b378-766df4561fcf 1 ASDC deployResourceStructure
2021-12-02T04:04:54.802Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json ASDC sendASDCNotification
2021-12-02T04:04:54.802Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json
2021-12-02T04:04:54.802Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:04:54.803Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:54.804Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:54.804Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417894802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:04:54.904Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:54.905Z||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-12-02T04:04:54.905Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:54.919Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:54.920Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:55.805Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-02T04:04:55.806Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml
2021-12-02T04:04:55.806Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:04:55.806Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:55.808Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:55.808Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417895805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:04:55.908Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:55.909Z||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-12-02T04:04:55.909Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:55.923Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:55.924Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:04:56.809Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-02T04:04:56.809Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env
2021-12-02T04:04:56.809Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:04:56.810Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:56.811Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:56.811Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417896809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:04:56.911Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:56.912Z||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-12-02T04:04:56.912Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:56.959Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:56.959Z||pool-32-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:57.812Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar ASDC sendASDCNotification
2021-12-02T04:04:57.812Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:57.812Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:04:57.813Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:57.814Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:57.814Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417897812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:04:57.914Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:57.915Z||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-12-02T04:04:57.915Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:57.929Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:04:57.929Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:58.815Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1721f281-1c0a-458a-a55e-9176b5170761
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:04:58.826Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1721f281-1c0a-458a-a55e-9176b5170761
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:04:58.830Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:04:58.830Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:04:58.830Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:04:58.830Z|1721f281-1c0a-458a-a55e-9176b5170761|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-12-02T04:04:58.835Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T04:05:28.835Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1721f281-1c0a-458a-a55e-9176b5170761 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-12-02T04:05:28.841Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1721f281-1c0a-458a-a55e-9176b5170761 and serviceModelVersionId: dd0f6974-9150-4cba-999b-94689df3f5ce
2021-12-02T04:05:28.841Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00a54559-8e39-49cf-82fc-d8011899946e
2021-12-02T04:05:28.842Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00a54559-8e39-49cf-82fc-d8011899946e/model-vers/model-ver/dd0f6974-9150-4cba-999b-94689df3f5ce?depth=0
2021-12-02T04:05:28.846Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T04:05:28.881Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00a54559-8e39-49cf-82fc-d8011899946e/model-vers/model-ver/dd0f6974-9150-4cba-999b-94689df3f5ce?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-12-02T04:05:28.882Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00a54559-8e39-49cf-82fc-d8011899946e/model-vers/model-ver/dd0f6974-9150-4cba-999b-94689df3f5ce?depth=0|INFO|500||Invoke
2021-12-02T04:05:28.907Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00a54559-8e39-49cf-82fc-d8011899946e/model-vers/model-ver/dd0f6974-9150-4cba-999b-94689df3f5ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T04:05:29.074Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00a54559-8e39-49cf-82fc-d8011899946e/model-vers/model-ver/dd0f6974-9150-4cba-999b-94689df3f5ce?depth=0|INFO|500||InvokeReturn
2021-12-02T04:05:29.074Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00a54559-8e39-49cf-82fc-d8011899946e/model-vers/model-ver/dd0f6974-9150-4cba-999b-94689df3f5ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211202-04:05:28:913-28129], vertex-id=[159864], Content-Length=[0], Date=[Thu, 02 Dec 2021 04:05:28 GMT], Content-Type=[application/json]}
2021-12-02T04:05:29.075Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-12-02T04:05:29.075Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T04:05:29.075Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:05:29.079Z|1721f281-1c0a-458a-a55e-9176b5170761|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-12-02T04:05:29.079Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1721f281-1c0a-458a-a55e-9176b5170761 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T04:05:29.079Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T04:05:29.079Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:29.081Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:29.081Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417929079,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:05:29.181Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:29.182Z||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-12-02T04:05:29.182Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:29.200Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:29.200Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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-12-02T04:05:30.092Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:05:30.093Z|1721f281-1c0a-458a-a55e-9176b5170761|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-12-02T04:05:30.093Z|1721f281-1c0a-458a-a55e-9176b5170761|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:30.716Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:30.716Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-02T04:05:30.716Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ecc2c42-0ba2-4c40-bb95-01bef84443ef","serviceName":"vFW 2021-12-02 04-02-55","serviceVersion":"1.0","serviceUUID":"c2a97acb-5baf-414c-b730-9880936dc037","serviceDescription":"catalog service description","serviceInvariantUUID":"b973407a-4410-409c-af8e-ad5563966267","resources":[{"resourceInstanceName":"vFW 226c843e-18b1 0","resourceName":"vFW 226c843e-18b1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7794900e-5728-4320-b06d-7e5f8ba1f300","resourceInvariantUUID":"0ad008f5-13f0-4718-a1a8-f928ac98d0cc","resourceCustomizationUUID":"f99aa7ec-019a-48fe-b5c8-aee634c82a22","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml","artifactChecksum":"YTI2ZDg4MWJjM2Y4Y2I1M2M2MzhlNjM5NjMwZWMxNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bccaaa07-0426-4901-bc61-2fc2fe8d5ad0","artifactVersion":"1"},{"artifactName":"vfw226c843e18b10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json","artifactChecksum":"ZmZlOWFkYWQwNzk2ZTUzYmJhMTJmMjMyNTM3ZWEwYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6ccfe68-a49e-4ef4-99f5-1bea50090d68","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0acbaaee-c9b2-4619-8849-bd8441db8734","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml","artifactChecksum":"NDZkODExMTY4Nzk4ZmU3MDIxNGJiYzJjYTQ3YzIyNmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"200bd469-648c-4ead-8774-82f488c444b7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"20638f64-09d5-400b-9211-6cd4e9774952","artifactVersion":"3","generatedFromUUID":"0acbaaee-c9b2-4619-8849-bd8441db8734"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211202040255-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml","artifactChecksum":"NGFmYzE2ZDViNGNkNzMwNTg1NzcwMDYyOGI5YzkyODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75483609-e14a-4209-b098-f985add5cf7d","artifactVersion":"1"},{"artifactName":"service-Vfw20211202040255-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar","artifactChecksum":"YmMwZjY5N2I1NjgxOTVmMTdlMDE0ZTM5NWM4MmVmYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a7c2166-d7ac-412f-8448-9c9a04d49928","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T04:05:30.718Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:30.718Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:30.719Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:30.720Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:30.820Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:30.820Z||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-12-02T04:05:30.820Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:30.832Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:30.832Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:31.720Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:31.721Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:31.722Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:31.722Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:05:31.823Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T04:05:31.823Z||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-12-02T04:05:31.823Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:31.837Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:31.837Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:05:31.992Z||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-12-02T04:05:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:32.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:32.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417874644,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:05:32.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417875658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417887995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417891154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417892335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417893629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417894802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417895805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417896809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417897812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417914870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "policy-id",
  "timestamp": 1638417917746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "cds",
  "timestamp": 1638417922035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417914870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "policy-id",
  "timestamp": 1638417917746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "cds",
  "timestamp": 1638417922035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417914870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "policy-id",
  "timestamp": 1638417917746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "cds",
  "timestamp": 1638417922035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417914870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "policy-id",
  "timestamp": 1638417917746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "cds",
  "timestamp": 1638417922035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417925190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417914870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "policy-id",
  "timestamp": 1638417917746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "cds",
  "timestamp": 1638417922035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417925190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417914870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "policy-id",
  "timestamp": 1638417917746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "cds",
  "timestamp": 1638417922035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417925190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417914870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "policy-id",
  "timestamp": 1638417917746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "cds",
  "timestamp": 1638417922035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417925190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417929079,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417929602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "policy-id",
  "timestamp": 1638417929654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "cds",
  "timestamp": 1638417929756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417925190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "clamp",
  "timestamp": 1638417929288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "policy-id",
  "timestamp": 1638417930657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417930732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "cds",
  "timestamp": 1638417930760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-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-12-02T04:05:32.155Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
2021-12-02T04:05:32.155Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecc2c42-0ba2-4c40-bb95-01bef84443ef 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-12-02T04:05:32.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417925190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "clamp",
  "timestamp": 1638417929288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "policy-id",
  "timestamp": 1638417931658,
  "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-12-02T04:05:32.168Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
2021-12-02T04:05:32.169Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecc2c42-0ba2-4c40-bb95-01bef84443ef 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-12-02T04:05:32.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417931834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638417925190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:05:32.723Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:32.723Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:32.725Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:32.725Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:05:32.826Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T04:05:32.826Z||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-12-02T04:05:32.826Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:32.840Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:32.840Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:33.725Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:33.726Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:33.728Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:33.728Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:33.828Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:33.828Z||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-12-02T04:05:33.829Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:33.841Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:33.842Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:05:34.728Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:34.729Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:34.730Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:34.730Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-02T04:05:34.830Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:34.831Z||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-12-02T04:05:34.831Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:34.848Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:34.849Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:05:35.731Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:35.732Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:35.733Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:35.733Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:05:35.833Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T04:05:35.834Z||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-12-02T04:05:35.834Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:35.847Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:35.847Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:36.734Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:36.735Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:36.736Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:36.736Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:05:36.836Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:36.837Z||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-12-02T04:05:36.837Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:36.850Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:36.851Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:37.738Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "serviceName": "vFW 2021-12-02 04-02-55",
  "serviceVersion": "1.0",
  "serviceUUID": "c2a97acb-5baf-414c-b730-9880936dc037",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b973407a-4410-409c-af8e-ad5563966267",
  "resources": [
    {
      "resourceInstanceName": "vFW 226c843e-18b1 0",
      "resourceCustomizationUUID": "f99aa7ec-019a-48fe-b5c8-aee634c82a22",
      "resourceName": "vFW 226c843e-18b1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7794900e-5728-4320-b06d-7e5f8ba1f300",
      "resourceInvariantUUID": "0ad008f5-13f0-4718-a1a8-f928ac98d0cc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw226c843e18b10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
          "artifactChecksum": "ZmZlOWFkYWQwNzk2ZTUzYmJhMTJmMjMyNTM3ZWEwYmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d6ccfe68-a49e-4ef4-99f5-1bea50090d68",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0acbaaee-c9b2-4619-8849-bd8441db8734",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "20638f64-09d5-400b-9211-6cd4e9774952",
            "generatedFromUUID": "0acbaaee-c9b2-4619-8849-bd8441db8734"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "20638f64-09d5-400b-9211-6cd4e9774952",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211202040255-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
      "artifactChecksum": "YmMwZjY5N2I1NjgxOTVmMTdlMDE0ZTM5NWM4MmVmYTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6a7c2166-d7ac-412f-8448-9c9a04d49928"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T04:05:37.738Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T04:05:37.738Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2a97acb-5baf-414c-b730-9880936dc037 ASDC
2021-12-02T04:05:37.738Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1ecc2c42-0ba2-4c40-bb95-01bef84443ef
ServiceName:vFW 2021-12-02 04-02-55
ServiceVersion:1.0
ServiceUUID:c2a97acb-5baf-414c-b730-9880936dc037
ServiceInvariantUUID:b973407a-4410-409c-af8e-ad5563966267
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211202040255-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar
ArtifactUUID:6a7c2166-d7ac-412f-8448-9c9a04d49928
ArtifactChecksum:YmMwZjY5N2I1NjgxOTVmMTdlMDE0ZTM5NWM4MmVmYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 226c843e-18b1 0
ResourceCustomizationUUID:f99aa7ec-019a-48fe-b5c8-aee634c82a22
ResourceInvariantUUID:0ad008f5-13f0-4718-a1a8-f928ac98d0cc
ResourceName:vFW 226c843e-18b1
ResourceType:VF
ResourceUUID:7794900e-5728-4320-b06d-7e5f8ba1f300
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw226c843e18b10_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json
ArtifactUUID:d6ccfe68-a49e-4ef4-99f5-1bea50090d68
ArtifactChecksum:ZmZlOWFkYWQwNzk2ZTUzYmJhMTJmMjMyNTM3ZWEwYmQ=
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/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml
ArtifactUUID:0acbaaee-c9b2-4619-8849-bd8441db8734
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env
ArtifactUUID:20638f64-09d5-400b-9211-6cd4e9774952
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env
ArtifactUUID:20638f64-09d5-400b-9211-6cd4e9774952
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T04:05:37.738Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2a97acb-5baf-414c-b730-9880936dc037 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-12-02T04:05:37.765Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:05:37.765Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:05:37.766Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:05:37.766Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6a7c2166-d7ac-412f-8448-9c9a04d49928 from URL: /sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:37.766Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:05:37.766Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:37.829Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:05:37.833Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar 6a7c2166-d7ac-412f-8448-9c9a04d49928 98933
2021-12-02T04:05:37.833Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar ASDC sendASDCNotification
2021-12-02T04:05:37.833Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:37.833Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:05:37.833Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:37.834Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:37.835Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417937833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:37.935Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:37.935Z||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-12-02T04:05:37.935Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:37.950Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:37.950Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:38.835Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:05:38.836Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:05:38.836Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6a7c2166-d7ac-412f-8448-9c9a04d49928, URL: /sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar to file: /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:38.837Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211202040255-csar.csar
2021-12-02T04:05:38.837Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:38.837Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:38.989Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14417898757570922013/Definitions/service-Vfw20211202040255-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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
2021-12-02T04:05:40.512Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||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-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||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-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||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-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 226c843e-18b1 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-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ddab3e33-a938-41a9-8eca-8650f3eaf85f
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=81db27cc-d736-46e3-b6e3-76abd322ee3d
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f81ad3a4-add4-4377-8a05-8521eea2b932
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-12-02 04-02-55
Description:catalog service description
Model UUID:c2a97acb-5baf-414c-b730-9880936dc037
Model Version:NULL
Model InvariantUuid:b973407a-4410-409c-af8e-ad5563966267
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 226c843e-18b1
Model UUID:611cb82f-685f-48de-9148-3f1dac661072
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0ad008f5-13f0-4718-a1a8-f928ac98d0cc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f99aa7ec-019a-48fe-b5c8-aee634c82a22
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:df0f1a9d-6d6f-42bb-bdde-d8fa29050277
ModelName:Vfw226c843e18b1..base_vfw..module-0
ModelUuid:39708fb6-c94a-4857-8677-261aee6d44dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ddab3e33-a938-41a9-8eca-8650f3eaf85f
ModelInvariantUuid:dc5d1d0d-d7e3-4b04-8907-2cd2eb972e84
ModelName:vFW 226c843e-18b1-nodes.vfwCvfc
ModelUuid:ac310e05-6303-40e5-bc5e-93166a50bf7e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e1c8c14b-06f6-4e2f-9c17-0e2064938bbb
ModelInvariantUuid:568d88a6-4b16-4806-8f52-0bb8f99a7b39
ModelName:Vfw226c843e18b1.compute.nodes.heat.vfw
ModelUuid:2baea15d-4abf-43c3-9574-b5a19ed74f6f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:81db27cc-d736-46e3-b6e3-76abd322ee3d
ModelInvariantUuid:038969b6-bffc-4465-8ed1-0642f52e7d82
ModelName:vFW 226c843e-18b1-nodes.vsnCvfc
ModelUuid:cd270b51-671f-458e-b3aa-0b253b441f15
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:00ecf4f4-23c7-482e-9692-fcdfe2756454
ModelInvariantUuid:c3169158-1a9a-4c11-82c6-913e003b056e
ModelName:Vfw226c843e18b1.compute.nodes.heat.vsn
ModelUuid:88611a8b-38b2-4c23-a0c6-4c2d682342b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f81ad3a4-add4-4377-8a05-8521eea2b932
ModelInvariantUuid:782fc0ff-88ca-4bcc-8a98-5feff4d99c91
ModelName:vFW 226c843e-18b1-nodes.vpgCvfc
ModelUuid:c62b1914-890e-41e2-890a-a614ceb6fa60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:eeb9ab97-cc06-4fee-84b7-2a5bcdf2da8c
ModelInvariantUuid:57817e32-5a00-4182-b648-83749375c97a
ModelName:Vfw226c843e18b1.compute.nodes.heat.vpg
ModelUuid:f96feee5-e2ea-4e5d-923a-3e7e8dc864e1
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-12-02T04:05:40.529Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 7794900e-5728-4320-b06d-7e5f8ba1f300
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:05:40.532Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||vFW 226c843e-18b1 0
2021-12-02T04:05:40.532Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7794900e-5728-4320-b06d-7e5f8ba1f300
2021-12-02T04:05:40.532Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d6ccfe68-a49e-4ef4-99f5-1bea50090d68 from URL: /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json
2021-12-02T04:05:40.532Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:05:40.532Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json
2021-12-02T04:05:40.677Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:05:40.678Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json d6ccfe68-a49e-4ef4-99f5-1bea50090d68 785
2021-12-02T04:05:40.678Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json ASDC sendASDCNotification
2021-12-02T04:05:40.678Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json
2021-12-02T04:05:40.678Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:05:40.678Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:40.680Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:40.680Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417940678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:40.780Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:40.781Z||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-12-02T04:05:40.781Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:40.793Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:40.794Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:41.681Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw226c843e18b1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "df0f1a9d-6d6f-42bb-bdde-d8fa29050277",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39708fb6-c94a-4857-8677-261aee6d44dd",
    "vfModuleModelCustomizationUUID": "7d002b85-a2dd-4b32-9d19-881b6b5de461",
    "isBase": true,
    "artifacts": [
      "0acbaaee-c9b2-4619-8849-bd8441db8734",
      "20638f64-09d5-400b-9211-6cd4e9774952"
    ],
    "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-12-02T04:05:41.684Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw226c843e18b1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39708fb6-c94a-4857-8677-261aee6d44dd
VfModuleModelInvariantUUID:df0f1a9d-6d6f-42bb-bdde-d8fa29050277
VfModuleModelDescription:NULL
Artifacts UUID List:{
0acbaaee-c9b2-4619-8849-bd8441db8734
,
20638f64-09d5-400b-9211-6cd4e9774952

}
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-12-02T04:05:41.686Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw226c843e18b1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "df0f1a9d-6d6f-42bb-bdde-d8fa29050277",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39708fb6-c94a-4857-8677-261aee6d44dd",
    "vfModuleModelCustomizationUUID": "7d002b85-a2dd-4b32-9d19-881b6b5de461",
    "isBase": true,
    "artifacts": [
      "0acbaaee-c9b2-4619-8849-bd8441db8734",
      "20638f64-09d5-400b-9211-6cd4e9774952"
    ],
    "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-12-02T04:05:41.686Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw226c843e18b1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39708fb6-c94a-4857-8677-261aee6d44dd
VfModuleModelInvariantUUID:df0f1a9d-6d6f-42bb-bdde-d8fa29050277
VfModuleModelDescription:NULL
Artifacts UUID List:{
0acbaaee-c9b2-4619-8849-bd8441db8734
,
20638f64-09d5-400b-9211-6cd4e9774952

}
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-12-02T04:05:41.686Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0acbaaee-c9b2-4619-8849-bd8441db8734 from URL: /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml
2021-12-02T04:05:41.686Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:05:41.686Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml
2021-12-02T04:05:42.073Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:05:42.074Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml 0acbaaee-c9b2-4619-8849-bd8441db8734 20368
2021-12-02T04:05:42.074Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-02T04:05:42.074Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml
2021-12-02T04:05:42.074Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:05:42.075Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:42.076Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:42.076Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417942074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:42.176Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T04:05:42.177Z||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-12-02T04:05:42.177Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:42.190Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:42.190Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:43.077Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 20638f64-09d5-400b-9211-6cd4e9774952 from URL: /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env
2021-12-02T04:05:43.078Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:05:43.078Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env
2021-12-02T04:05:43.375Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:05:43.375Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env 20638f64-09d5-400b-9211-6cd4e9774952 2098
2021-12-02T04:05:43.376Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-02T04:05:43.376Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env
2021-12-02T04:05:43.376Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:05:43.376Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:43.378Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:43.378Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417943375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:05:43.478Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:43.478Z||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-12-02T04:05:43.478Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:43.493Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:43.494Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:05:44.378Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c2a97acb-5baf-414c-b730-9880936dc037
2021-12-02T04:05:44.379Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 226c843e-18b1 0 7794900e-5728-4320-b06d-7e5f8ba1f300 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:05:44.392Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c12f704, org.onap.sdc.toscaparser.api.parameters.Input@6deaadaf, org.onap.sdc.toscaparser.api.parameters.Input@502d2a5e, org.onap.sdc.toscaparser.api.parameters.Input@1e145e7c, org.onap.sdc.toscaparser.api.parameters.Input@6545306d]
2021-12-02T04:05:44.393Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.393Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:44.393Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-12-02T04:05:44.393Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f99aa7ec-019a-48fe-b5c8-aee634c82a22
2021-12-02T04:05:44.393Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f99aa7ec-019a-48fe-b5c8-aee634c82a22 matches Tosca VF Customization UUID: f99aa7ec-019a-48fe-b5c8-aee634c82a22
2021-12-02T04:05:44.394Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f99aa7ec-019a-48fe-b5c8-aee634c82a22  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-12-02T04:05:44.395Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.395Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:44.396Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f99aa7ec-019a-48fe-b5c8-aee634c82a22: {\"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-12-02T04:05:44.396Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58e785c1
2021-12-02T04:05:44.396Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.396Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:05:44.397Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d002b85-a2dd-4b32-9d19-881b6b5de461
2021-12-02T04:05:44.397Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d002b85-a2dd-4b32-9d19-881b6b5de461
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-12-02T04:05:44.398Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.399Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:44.399Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:44.399Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.399Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:44.399Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:44.399Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:05:44.401Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:44.401Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:05:44.401Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:44.401Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ddab3e33-a938-41a9-8eca-8650f3eaf85f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-12-02T04:05:44.403Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.403Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:44.403Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:44.403Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.403Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is not matching search criteria
2021-12-02T04:05:44.404Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:05:44.404Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:05:44.404Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:44.404Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:44.404Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:05:44.405Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:44.405Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:05:44.405Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-02T04:05:44.405Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:05:44.405Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:44.405Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:05:44.405Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:44.405Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=81db27cc-d736-46e3-b6e3-76abd322ee3d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-12-02T04:05:44.408Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.408Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:44.408Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:44.408Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.408Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is not matching search criteria
2021-12-02T04:05:44.409Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:05:44.409Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:05:44.409Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:44.409Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:44.409Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:05:44.409Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:44.409Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:05:44.409Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:05:44.410Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:05:44.410Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:44.410Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:44.410Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-02T04:05:44.410Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f81ad3a4-add4-4377-8a05-8521eea2b932
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-12-02T04:05:44.412Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.413Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:44.413Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:44.413Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.413Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:44.413Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=f99aa7ec-019a-48fe-b5c8-aee634c82a22
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:05:44.415Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.415Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:44.415Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c2a97acb-5baf-414c-b730-9880936dc037: vFW 226c843e-18b1
2021-12-02T04:05:44.415Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.415Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:44.416Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.416Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:44.416Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.416Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:44.416Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.416Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:44.416Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:05:44.416Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:44.417Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-12-02 04-02-55 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-12-02T04:05:44.554Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 226c843e-18b1 7794900e-5728-4320-b06d-7e5f8ba1f300 1 ASDC deployResourceStructure
2021-12-02T04:05:44.555Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json ASDC sendASDCNotification
2021-12-02T04:05:44.555Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json
2021-12-02T04:05:44.555Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:05:44.555Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:44.557Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:44.557Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417944555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:05:44.657Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:44.658Z||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-12-02T04:05:44.658Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:44.672Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:44.672Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:45.558Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-02T04:05:45.558Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml
2021-12-02T04:05:45.558Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:05:45.559Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:45.560Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:45.560Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417945558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:05:45.660Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:45.662Z||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-12-02T04:05:45.662Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:45.674Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:45.675Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:05:46.561Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-02T04:05:46.561Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env
2021-12-02T04:05:46.561Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:05:46.562Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:46.563Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:46.563Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417946561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:05:46.663Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:46.664Z||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-12-02T04:05:46.664Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:46.679Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:46.679Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:47.564Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar ASDC sendASDCNotification
2021-12-02T04:05:47.564Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:47.564Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:05:47.564Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:47.566Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:47.566Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417947564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:05:47.666Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:47.666Z||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-12-02T04:05:47.667Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:47.682Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:05:47.682Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:48.566Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:05:48.577Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:05:48.580Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:05:48.580Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:05:48.580Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:06:18.580Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:06:18.591Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:06:18.593Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:06:18.593Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:06:18.593Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:06:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:06:31.992Z||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-12-02T04:06:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:06:32.018Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:06:32.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:06:32.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "clamp",
  "timestamp": 1638417929288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:06:32.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:06:48.593Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:06:48.603Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:06:48.606Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:06:48.607Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:06:48.607Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:07:18.607Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:07:18.615Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:07:18.617Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:07:18.617Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:07:18.617Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:07:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:07:31.992Z||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-12-02T04:07:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:07:32.027Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:07:32.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:07:32.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "dcae-sch",
  "timestamp": 1638417931641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:07:32.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:07:48.618Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:07:48.627Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:07:48.629Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:07:48.629Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:07:48.629Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:08:18.629Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:08:18.638Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:08:18.640Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:08:18.640Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:08:18.640Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:08:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:08:31.992Z||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-12-02T04:08:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:08:32.518Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:08:32.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:08:32.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "clamp",
  "timestamp": 1638417929288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417933028,
  "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-12-02T04:08:32.527Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
2021-12-02T04:08:32.528Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecc2c42-0ba2-4c40-bb95-01bef84443ef 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-12-02T04:08:32.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "dcae-sch",
  "timestamp": 1638417931641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "clamp",
  "timestamp": 1638417929288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638417934031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:08:32.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "dcae-sch",
  "timestamp": 1638417931641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-02T04:08:32.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "clamp",
  "timestamp": 1638417929288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "dcae-sch",
  "timestamp": 1638417931641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "clamp",
  "timestamp": 1638417929288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:08:32.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417935516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "dcae-sch",
  "timestamp": 1638417931641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417930092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:08:32.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417935516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "dcae-sch",
  "timestamp": 1638417931641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417937833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:08:32.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417935516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "dcae-sch",
  "timestamp": 1638417931641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "aai-ml",
  "timestamp": 1638417938032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417935516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "aai-ml",
  "timestamp": 1638417938032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417935516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "aai-ml",
  "timestamp": 1638417938032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417940678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:08:32.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417935516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "aai-ml",
  "timestamp": 1638417938032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417942074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:08:32.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417935516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:08:32.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "aai-ml",
  "timestamp": 1638417938032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417943375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:08:32.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417943567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:08:32.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "aai-ml",
  "timestamp": 1638417938032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:08:32.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417944555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:08:32.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "aai-ml",
  "timestamp": 1638417938032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:08:32.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:08:32.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417945558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:08:32.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "aai-ml",
  "timestamp": 1638417945863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:08:32.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "clamp",
  "timestamp": 1638417946014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:08:32.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417946518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:08:32.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417946561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:08:32.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638417947523,
  "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-12-02T04:08:32.559Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
2021-12-02T04:08:32.560Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecc2c42-0ba2-4c40-bb95-01bef84443ef 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-12-02T04:08:32.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638417947564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:08:32.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "clamp",
  "timestamp": 1638417948022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:08:32.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "clamp",
  "timestamp": 1638417949025,
  "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-12-02T04:08:32.573Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
2021-12-02T04:08:32.573Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecc2c42-0ba2-4c40-bb95-01bef84443ef 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-12-02T04:08:32.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "aai-ml",
  "timestamp": 1638417953830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:08:32.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:08:32.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:08:32.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "aai-ml",
  "timestamp": 1638417954834,
  "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-12-02T04:08:32.587Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
2021-12-02T04:08:32.587Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecc2c42-0ba2-4c40-bb95-01bef84443ef 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-12-02T04:08:48.640Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:08:48.649Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:08:48.651Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:08:48.651Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T04:08:48.651Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T04:08:48.651Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T04:08:48.651Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:08:48.651Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:08:48.651Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:08:48.651Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:08:48.652Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:08:48.652Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:08:48.652Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:08:48.655Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T04:09:18.656Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef 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-12-02T04:09:18.662Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ecc2c42-0ba2-4c40-bb95-01bef84443ef and serviceModelVersionId: c2a97acb-5baf-414c-b730-9880936dc037
2021-12-02T04:09:18.663Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b973407a-4410-409c-af8e-ad5563966267
2021-12-02T04:09:18.663Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b973407a-4410-409c-af8e-ad5563966267/model-vers/model-ver/c2a97acb-5baf-414c-b730-9880936dc037?depth=0
2021-12-02T04:09:18.667Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T04:09:18.699Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b973407a-4410-409c-af8e-ad5563966267/model-vers/model-ver/c2a97acb-5baf-414c-b730-9880936dc037?depth=0|INFO|500||Invoke
2021-12-02T04:09:18.699Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b973407a-4410-409c-af8e-ad5563966267/model-vers/model-ver/c2a97acb-5baf-414c-b730-9880936dc037?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b973407a-4410-409c-af8e-ad5563966267/model-vers/model-ver/c2a97acb-5baf-414c-b730-9880936dc037?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ecc2c42-0ba2-4c40-bb95-01bef84443ef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[432fa925-c9ab-45b3-8034-84f5c2d5d085], X-ECOMP-RequestID=[1ecc2c42-0ba2-4c40-bb95-01bef84443ef], X-TransactionId=[], X-ONAP-RequestID=[1ecc2c42-0ba2-4c40-bb95-01bef84443ef], Content-Type=[application/merge-patch+json]}
2021-12-02T04:09:18.718Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b973407a-4410-409c-af8e-ad5563966267/model-vers/model-ver/c2a97acb-5baf-414c-b730-9880936dc037?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T04:09:18.785Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b973407a-4410-409c-af8e-ad5563966267/model-vers/model-ver/c2a97acb-5baf-414c-b730-9880936dc037?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b973407a-4410-409c-af8e-ad5563966267/model-vers/model-ver/c2a97acb-5baf-414c-b730-9880936dc037?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211202-04:09:18:724-23743], vertex-id=[381064], Content-Length=[0], Date=[Thu, 02 Dec 2021 04:09:18 GMT], Content-Type=[application/json]}
2021-12-02T04:09:18.785Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b973407a-4410-409c-af8e-ad5563966267/model-vers/model-ver/c2a97acb-5baf-414c-b730-9880936dc037?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-02T04:09:18.786Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b973407a-4410-409c-af8e-ad5563966267/model-vers/model-ver/c2a97acb-5baf-414c-b730-9880936dc037?depth=0|INFO|500||InvokeReturn
2021-12-02T04:09:18.786Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T04:09:18.786Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:09:18.789Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:09:18.790Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ecc2c42-0ba2-4c40-bb95-01bef84443ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T04:09:18.790Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T04:09:18.790Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:09:18.792Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:09:18.792Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418158790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:09:18.892Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:09:18.892Z||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-12-02T04:09:18.892Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:09:18.911Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:09:18.911Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 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-12-02T04:09:19.804Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:09:19.804Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:09:19.804Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:09:30.144Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:09:30.144Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:09:30.145Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:09:30.145Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:09:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:09:31.992Z||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-12-02T04:09:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:09:32.616Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:09:32.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:09:32.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418158790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:09:32.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:09:39.685Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:09:39.685Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:09:39.686Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:09:39.686Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:09:49.229Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:09:49.230Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:09:49.230Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:09:49.230Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:09:58.771Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:09:58.771Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:09:58.772Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:09:58.772Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:10:08.311Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:10:08.312Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:10:08.312Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:10:08.312Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:10:17.852Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:10:17.852Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:10:17.852Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:10:17.853Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:10:27.392Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:10:31.989Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:10:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:10:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:10:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:10:31.991Z||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-12-02T04:10:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:10:41.530Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:10:41.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:11:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:11:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:11:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:11:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:11:31.992Z||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-12-02T04:11:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:11:41.535Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:11:41.541Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:12:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:12:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:12:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:12:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:12:31.991Z||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-12-02T04:12:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:12:41.536Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:12:41.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:13:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:13:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:13:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:13:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:13:31.992Z||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-12-02T04:13:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:13:41.531Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:13:41.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:31.989Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:14:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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-12-02T04:14:31.990Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:14:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:14:31.992Z||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-12-02T04:14:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:14:32.125Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:32.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "cds",
  "timestamp": 1638418447035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418445190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418451641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "aai-ml",
  "timestamp": 1638418448032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418445516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418445190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "cds",
  "timestamp": 1638418447035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418451641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "aai-ml",
  "timestamp": 1638418448032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418445516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "cds",
  "timestamp": 1638418447035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418451641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "aai-ml",
  "timestamp": 1638418448032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418445190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418445516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418454870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "cds",
  "timestamp": 1638418447035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418445190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418451641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "aai-ml",
  "timestamp": 1638418448032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418445516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418454870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "cds",
  "timestamp": 1638418447035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418445190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418451641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "aai-ml",
  "timestamp": 1638418448032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418445516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418454870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "cds",
  "timestamp": 1638418447035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418445190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:14:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418451641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "aai-ml",
  "timestamp": 1638418448032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418445516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "policy-id",
  "timestamp": 1638418457746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418454870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "cds",
  "timestamp": 1638418447035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418445190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "aai-ml",
  "timestamp": 1638418448032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418451641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418445516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "policy-id",
  "timestamp": 1638418457746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418454870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "cds",
  "timestamp": 1638418447035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:14:32.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418445190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "aai-ml",
  "timestamp": 1638418448032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:14:32.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418451641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418445516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:14:32.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "policy-id",
  "timestamp": 1638418457746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418454870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "cds",
  "timestamp": 1638418460984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:14:32.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:14:32.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "aai-ml",
  "timestamp": 1638418461186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:14:32.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:14:32.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418461286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:14:32.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:14:32.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418461387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:14:32.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:14:32.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "policy-id",
  "timestamp": 1638418457746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418454870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "cds",
  "timestamp": 1638418461989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-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-12-02T04:14:32.158Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e6be341-f558-49d1-9258-fb25d9bacacb
2021-12-02T04:14:32.158Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e6be341-f558-49d1-9258-fb25d9bacacb 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-12-02T04:14:32.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "policy-id",
  "timestamp": 1638418457746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418454870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:14:32.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418462569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:14:32.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:14:32.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418463161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:14:32.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:14:32.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "policy-id",
  "timestamp": 1638418457746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418463572,
  "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-12-02T04:14:32.171Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9e6be341-f558-49d1-9258-fb25d9bacacb
2021-12-02T04:14:32.171Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e6be341-f558-49d1-9258-fb25d9bacacb 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-12-02T04:14:32.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418464166,
  "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-12-02T04:14:32.182Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e6be341-f558-49d1-9258-fb25d9bacacb
2021-12-02T04:14:32.183Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e6be341-f558-49d1-9258-fb25d9bacacb 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-12-02T04:14:32.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "policy-id",
  "timestamp": 1638418457746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "policy-id",
  "timestamp": 1638418457746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:14:32.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "aai-ml",
  "timestamp": 1638418465780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:14:32.191Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:14:32.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "policy-id",
  "timestamp": 1638418466679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:14:32.191Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:14:32.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "aai-ml",
  "timestamp": 1638418466783,
  "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-12-02T04:14:32.195Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e6be341-f558-49d1-9258-fb25d9bacacb
2021-12-02T04:14:32.196Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e6be341-f558-49d1-9258-fb25d9bacacb 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-12-02T04:14:32.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "policy-id",
  "timestamp": 1638418467682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:14:32.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:14:32.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "policy-id",
  "timestamp": 1638418468685,
  "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-12-02T04:14:32.208Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e6be341-f558-49d1-9258-fb25d9bacacb
2021-12-02T04:14:32.208Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e6be341-f558-49d1-9258-fb25d9bacacb 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-12-02T04:14:32.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "clamp",
  "timestamp": 1638418469288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "clamp",
  "timestamp": 1638418469288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:14:32.623Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:32.624Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-02T04:14:32.624Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e6be341-f558-49d1-9258-fb25d9bacacb","serviceName":"Demo_pNF_3Zd8sxE2Ly33WyDlbYSf","serviceVersion":"1.0","serviceUUID":"f6d8be52-f684-408d-89c4-35cfc6d546ab","serviceDescription":"catalog service description","serviceInvariantUUID":"f9c2e7d8-4f7b-45c8-83e2-f941ebbe0c57","resources":[{"resourceInstanceName":"pNF e7fccfcb-8053 0","resourceName":"pNF e7fccfcb-8053","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"acd649eb-20cb-4245-9e01-2251f7a63872","resourceInvariantUUID":"6c9a6c28-b11c-4d92-b984-eddb3710669e","resourceCustomizationUUID":"8650a443-6005-407a-b159-896a25e84720","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vf-license-model.xml","artifactChecksum":"ZDU2OTBmMDBmNGI3YmIwNGFhYTdjNzA3ZjRlMmEzM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28b20d63-02c3-4c91-952b-97a6d33fa5ed","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/pNF.csar","artifactChecksum":"ZmRmZGU0NzMwY2Q3ZWEzMmI4YTAwMjg3NDdlOGQ3NTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"def11728-137b-46e8-b214-920f5a44dbc3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76e44eea-8ef8-43e9-95c8-05562e929211","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vendor-license-model.xml","artifactChecksum":"ZjY2ZjAzYzllZWI5Yzk2NTgyNmVkYTM1YjA5MWM0YmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"177356ce-674a-46e9-a04e-b65f1f45469e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c841cdcd-a7c1-4854-a4f2-a48a243db1db","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fe311de-bc32-4935-9955-c4a942d551f9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml","artifactChecksum":"Mzc1OGNhYjkyOTZjMjc1MDJkYjhjNDUwNTMyNTY3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"118bd68d-d860-4da8-a043-187c04ccd168","artifactVersion":"1"},{"artifactName":"service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar","artifactChecksum":"ZWFmYjliMmVkMGU3Yjg1MWZkMGY2ZmYyZDgyYmVhMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d78807e6-ce23-429c-bcc1-1e8b524f9aaf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T04:14:32.626Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:14:32.626Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:14:32.628Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:14:32.628Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:32.728Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:14:32.729Z||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-12-02T04:14:32.729Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:14:32.743Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:32.743Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:14:33.628Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:14:33.629Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:14:33.631Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:14:33.631Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:33.731Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:14:33.732Z||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-12-02T04:14:33.732Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:14:33.744Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:33.744Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:14:34.632Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:14:34.632Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:14:34.634Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:14:34.635Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:34.735Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:14:34.736Z||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-12-02T04:14:34.736Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:14:34.748Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:34.748Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:14:35.635Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:14:35.636Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:14:35.637Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:14:35.638Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:35.738Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:14:35.738Z||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-12-02T04:14:35.739Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:14:35.752Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:35.752Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:14:36.638Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:14:36.639Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:14:36.640Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:14:36.640Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:36.741Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:14:36.741Z||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-12-02T04:14:36.741Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:14:36.755Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:36.755Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:14:37.641Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:14:37.641Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:14:37.643Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:14:37.643Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:37.743Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:14:37.744Z||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-12-02T04:14:37.744Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:14:37.756Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:37.756Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:14:38.643Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:14:38.644Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:14:38.645Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:14:38.645Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:14:38.746Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:14:38.746Z||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-12-02T04:14:38.746Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:14:38.760Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:38.760Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:14:39.646Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:14:39.647Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:14:39.648Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:14:39.648Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:14:39.748Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:14:39.749Z||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-12-02T04:14:39.749Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:14:39.763Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:39.763Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:14:40.649Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "serviceName": "Demo_pNF_3Zd8sxE2Ly33WyDlbYSf",
  "serviceVersion": "1.0",
  "serviceUUID": "f6d8be52-f684-408d-89c4-35cfc6d546ab",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f9c2e7d8-4f7b-45c8-83e2-f941ebbe0c57",
  "resources": [
    {
      "resourceInstanceName": "pNF e7fccfcb-8053 0",
      "resourceCustomizationUUID": "8650a443-6005-407a-b159-896a25e84720",
      "resourceName": "pNF e7fccfcb-8053",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "acd649eb-20cb-4245-9e01-2251f7a63872",
      "resourceInvariantUUID": "6c9a6c28-b11c-4d92-b984-eddb3710669e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
      "artifactChecksum": "ZWFmYjliMmVkMGU3Yjg1MWZkMGY2ZmYyZDgyYmVhMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d78807e6-ce23-429c-bcc1-1e8b524f9aaf"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T04:14:40.649Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T04:14:40.649Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f6d8be52-f684-408d-89c4-35cfc6d546ab ASDC
2021-12-02T04:14:40.650Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9e6be341-f558-49d1-9258-fb25d9bacacb
ServiceName:Demo_pNF_3Zd8sxE2Ly33WyDlbYSf
ServiceVersion:1.0
ServiceUUID:f6d8be52-f684-408d-89c4-35cfc6d546ab
ServiceInvariantUUID:f9c2e7d8-4f7b-45c8-83e2-f941ebbe0c57
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
ArtifactUUID:d78807e6-ce23-429c-bcc1-1e8b524f9aaf
ArtifactChecksum:ZWFmYjliMmVkMGU3Yjg1MWZkMGY2ZmYyZDgyYmVhMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e7fccfcb-8053 0
ResourceCustomizationUUID:8650a443-6005-407a-b159-896a25e84720
ResourceInvariantUUID:6c9a6c28-b11c-4d92-b984-eddb3710669e
ResourceName:pNF e7fccfcb-8053
ResourceType:PNF
ResourceUUID:acd649eb-20cb-4245-9e01-2251f7a63872
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-12-02T04:14:40.650Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6d8be52-f684-408d-89c4-35cfc6d546ab 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-12-02T04:14:40.670Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:14:40.670Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:14:40.670Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:14:40.670Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d78807e6-ce23-429c-bcc1-1e8b524f9aaf from URL: /sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:40.670Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:14:40.671Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:40.880Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:14:40.884Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar d78807e6-ce23-429c-bcc1-1e8b524f9aaf 82626
2021-12-02T04:14:40.884Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar ASDC sendASDCNotification
2021-12-02T04:14:40.884Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:40.884Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:14:40.884Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:14:40.885Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:14:40.886Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418480884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:14:40.986Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:14:40.986Z||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-12-02T04:14:40.986Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:14:41.001Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:41.001Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:14:41.886Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:14:41.887Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:14:41.887Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d78807e6-ce23-429c-bcc1-1e8b524f9aaf, URL: /sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar to file: /app/ASDC/1/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:41.887Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:41.888Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:41.888Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:41.964Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4133132003103475342/Definitions/service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml
2021-12-02T04:14:42.495Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T04:14:42.496Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:14:42.496Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:42.496Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-12-02T04:14:42.496Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||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-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:42.496Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:42.496Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||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-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:42.496Z|9e6be341-f558-49d1-9258-fb25d9bacacb|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-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:42.496Z|9e6be341-f558-49d1-9258-fb25d9bacacb|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-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:42.496Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7fccfcb-8053 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-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:42.496Z|9e6be341-f558-49d1-9258-fb25d9bacacb|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-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:42.496Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:14:42.497Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:14:42.497Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3Zd8sxE2Ly33WyDlbYSf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:14:42.497Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Node template pNF e7fccfcb-8053 0 is matching search criteria
2021-12-02T04:14:42.497Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:14:42.497Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e7fccfcb-8053 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:14:42.497Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:14:42.497Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3Zd8sxE2Ly33WyDlbYSf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:14:42.498Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Node template pNF e7fccfcb-8053 0 is matching search criteria
2021-12-02T04:14:42.498Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:14:42.498Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e7fccfcb-8053 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:14:42.498Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:14:42.498Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3Zd8sxE2Ly33WyDlbYSf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:14:42.498Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:14:42.498Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3Zd8sxE2Ly33WyDlbYSf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:14:42.498Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:14:42.499Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3Zd8sxE2Ly33WyDlbYSf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:14:42.499Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:14:42.499Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3Zd8sxE2Ly33WyDlbYSf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:14:42.499Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:14:42.499Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3Zd8sxE2Ly33WyDlbYSf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:14:42.499Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_3Zd8sxE2Ly33WyDlbYSf
Description:catalog service description
Model UUID:f6d8be52-f684-408d-89c4-35cfc6d546ab
Model Version:NULL
Model InvariantUuid:f9c2e7d8-4f7b-45c8-83e2-f941ebbe0c57
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-12-02T04:14:42.503Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: acd649eb-20cb-4245-9e01-2251f7a63872
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:14:42.505Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||pNF e7fccfcb-8053 0
2021-12-02T04:14:42.506Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: acd649eb-20cb-4245-9e01-2251f7a63872
2021-12-02T04:14:42.506Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||No resources found for Service: f6d8be52-f684-408d-89c4-35cfc6d546ab
2021-12-02T04:14:42.506Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f6d8be52-f684-408d-89c4-35cfc6d546ab
2021-12-02T04:14:42.506Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e7fccfcb-8053 0 acd649eb-20cb-4245-9e01-2251f7a63872 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:14:42.509Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63e4e420, org.onap.sdc.toscaparser.api.parameters.Input@6ba85684, org.onap.sdc.toscaparser.api.parameters.Input@1bf42a13, org.onap.sdc.toscaparser.api.parameters.Input@301e6760, org.onap.sdc.toscaparser.api.parameters.Input@741f50a7]
2021-12-02T04:14:42.509Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:14:42.509Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3Zd8sxE2Ly33WyDlbYSf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:14:42.510Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f6d8be52-f684-408d-89c4-35cfc6d546ab: pNF e7fccfcb-8053
2021-12-02T04:14:42.510Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||Processing PNF resource: acd649eb-20cb-4245-9e01-2251f7a63872
2021-12-02T04:14:42.510Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:14:42.510Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3Zd8sxE2Ly33WyDlbYSf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:14:42.510Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||Resource customization UUID: 8650a443-6005-407a-b159-896a25e84720 is the same as notified resource customizationUUID: 8650a443-6005-407a-b159-896a25e84720
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-12-02T04:14:42.561Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e7fccfcb-8053 acd649eb-20cb-4245-9e01-2251f7a63872 0 ASDC deployResourceStructure
2021-12-02T04:14:42.561Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar ASDC sendASDCNotification
2021-12-02T04:14:42.561Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar
2021-12-02T04:14:42.561Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:14:42.561Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:14:42.562Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:14:42.562Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418482561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:14:42.662Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:14:42.663Z||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-12-02T04:14:42.663Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:14:42.676Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:14:42.677Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:14:43.563Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e6be341-f558-49d1-9258-fb25d9bacacb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:14:43.573Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e6be341-f558-49d1-9258-fb25d9bacacb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:14:43.575Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:14:43.575Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T04:14:43.575Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T04:14:43.575Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T04:14:43.576Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:14:43.576Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:14:43.576Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:14:43.576Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:14:43.576Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:14:43.576Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:14:43.576Z|9e6be341-f558-49d1-9258-fb25d9bacacb|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-12-02T04:14:43.580Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T04:15:13.580Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e6be341-f558-49d1-9258-fb25d9bacacb 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-12-02T04:15:13.586Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e6be341-f558-49d1-9258-fb25d9bacacb and serviceModelVersionId: f6d8be52-f684-408d-89c4-35cfc6d546ab
2021-12-02T04:15:13.586Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f9c2e7d8-4f7b-45c8-83e2-f941ebbe0c57
2021-12-02T04:15:13.587Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f9c2e7d8-4f7b-45c8-83e2-f941ebbe0c57/model-vers/model-ver/f6d8be52-f684-408d-89c4-35cfc6d546ab?depth=0
2021-12-02T04:15:13.590Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T04:15:13.622Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9c2e7d8-4f7b-45c8-83e2-f941ebbe0c57/model-vers/model-ver/f6d8be52-f684-408d-89c4-35cfc6d546ab?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-12-02T04:15:13.623Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9c2e7d8-4f7b-45c8-83e2-f941ebbe0c57/model-vers/model-ver/f6d8be52-f684-408d-89c4-35cfc6d546ab?depth=0|INFO|500||Invoke
2021-12-02T04:15:13.649Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9c2e7d8-4f7b-45c8-83e2-f941ebbe0c57/model-vers/model-ver/f6d8be52-f684-408d-89c4-35cfc6d546ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T04:15:14.026Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9c2e7d8-4f7b-45c8-83e2-f941ebbe0c57/model-vers/model-ver/f6d8be52-f684-408d-89c4-35cfc6d546ab?depth=0|INFO|500||InvokeReturn
2021-12-02T04:15:14.027Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9c2e7d8-4f7b-45c8-83e2-f941ebbe0c57/model-vers/model-ver/f6d8be52-f684-408d-89c4-35cfc6d546ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211202-04:15:13:655-84735], vertex-id=[204968], Content-Length=[0], Date=[Thu, 02 Dec 2021 04:15:13 GMT], Content-Type=[application/json]}
2021-12-02T04:15:14.027Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-12-02T04:15:14.027Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T04:15:14.027Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:15:14.031Z|9e6be341-f558-49d1-9258-fb25d9bacacb|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-12-02T04:15:14.031Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e6be341-f558-49d1-9258-fb25d9bacacb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T04:15:14.031Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T04:15:14.031Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:15:14.033Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:15:14.033Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418514031,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:15:14.133Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:15:14.134Z||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-12-02T04:15:14.134Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:15:14.151Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:15:14.151Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 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-12-02T04:15:31.990Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:15:31.990Z|9e6be341-f558-49d1-9258-fb25d9bacacb|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-12-02T04:15:31.990Z|9e6be341-f558-49d1-9258-fb25d9bacacb|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:15:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:15:31.991Z||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-12-02T04:15:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:15:32.015Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:15:32.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:15:32.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "clamp",
  "timestamp": 1638418469288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:15:32.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:15:41.546Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:16:31.990Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:16:31.990Z|9e6be341-f558-49d1-9258-fb25d9bacacb|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-12-02T04:16:31.990Z|9e6be341-f558-49d1-9258-fb25d9bacacb|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:16:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:16:31.991Z||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-12-02T04:16:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:16:32.515Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:16:32.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:16:32.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "clamp",
  "timestamp": 1638418469288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:16:32.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "clamp",
  "timestamp": 1638418469288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "clamp",
  "timestamp": 1638418469288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "clamp",
  "timestamp": 1638418469288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "clamp",
  "timestamp": 1638418469288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/resourceInstances/pnfe7fccfcb80530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418471989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418480884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418482561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "clamp",
  "timestamp": 1638418489117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:16:32.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:16:32.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "clamp",
  "timestamp": 1638418491126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3zd8sxe2ly33wydlbysf/1.0/artifacts/service-DemoPnf3zd8sxe2ly33wydlbysf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:16:32.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:16:32.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "clamp",
  "timestamp": 1638418492129,
  "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-12-02T04:16:32.525Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e6be341-f558-49d1-9258-fb25d9bacacb
2021-12-02T04:16:32.525Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e6be341-f558-49d1-9258-fb25d9bacacb 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-12-02T04:16:32.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:16:32.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e6be341-f558-49d1-9258-fb25d9bacacb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418514031,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:16:32.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:16:41.534Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:31.990Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:17:31.990Z|9e6be341-f558-49d1-9258-fb25d9bacacb|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-12-02T04:17:31.990Z|9e6be341-f558-49d1-9258-fb25d9bacacb|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:17:31.992Z||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-12-02T04:17:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:32.122Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:32.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "cds",
  "timestamp": 1638418642035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "policy-id",
  "timestamp": 1638418637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "cds",
  "timestamp": 1638418642035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:17:32.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "policy-id",
  "timestamp": 1638418637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418645190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "cds",
  "timestamp": 1638418642035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:17:32.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "policy-id",
  "timestamp": 1638418637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:17:32.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418645190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "cds",
  "timestamp": 1638418642035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "policy-id",
  "timestamp": 1638418637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418645190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "cds",
  "timestamp": 1638418642035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "policy-id",
  "timestamp": 1638418637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-02T04:17:32.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418645190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "cds",
  "timestamp": 1638418642035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "policy-id",
  "timestamp": 1638418637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418645190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "clamp",
  "timestamp": 1638418649289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "cds",
  "timestamp": 1638418642035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:17:32.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "policy-id",
  "timestamp": 1638418637746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:17:32.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418634870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:17:32.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418645190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "clamp",
  "timestamp": 1638418649289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:17:32.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418651734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:17:32.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:17:32.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "cds",
  "timestamp": 1638418651735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:17:32.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:17:32.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "policy-id",
  "timestamp": 1638418651740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:17:32.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:17:32.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418645190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:17:32.614Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:32.614Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-02T04:17:32.614Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"af99cfbd-10f5-41a9-843f-014d23813e4c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"92c433a5-1273-496f-b115-d91109668126","serviceDescription":"service","serviceInvariantUUID":"8eb1cfe5-8d05-4157-afb8-e229599f2870","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fc7bc408-6819-44d6-a141-ec290c5c71a4","resourceInvariantUUID":"988870d4-164c-4bd3-870c-770d0a61fa77","resourceCustomizationUUID":"b321d343-c73f-40da-bbd2-805ef022a417","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MWNlOTNlOTQ1MDdlYWMxYzk3ODAyMDJjM2IwMTE0OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91fcba0d-9bc8-4819-ac89-64313d54bb64","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MTc2MDE3OGY5ZDkwMWU2NmRjNjQ0ZWVhOTA3MDliNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2c427f3-6e75-4e0c-b0d7-950b06aa3e18","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bb244e4a-78c6-43a7-997f-a429aab663e3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14889f99-f3b2-4c87-94dd-496bf7797f03","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4fd28bf-8473-484d-9aca-b64b1ed4e7ea","artifactVersion":"2","generatedFromUUID":"bb244e4a-78c6-43a7-997f-a429aab663e3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTcwM2RjZGMyYWI2YjhmYTYzYmE1MWQzMGRmZDEzZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88045420-51b2-4a43-b014-36b66c634133","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjMxOGNkMzE1YjQ0NjI2NGMzN2U4ZDIxMWE0ODNiNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c36512e1-0e03-4562-991a-fd8c3c37e4de","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T04:17:32.616Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:17:32.616Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:32.618Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:32.618Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:32.718Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:32.719Z||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-12-02T04:17:32.719Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:32.735Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:32.735Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:17:33.619Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:17:33.619Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:33.621Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:33.621Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:17:33.721Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:33.722Z||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-12-02T04:17:33.722Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:33.736Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:33.736Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:17:34.621Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:17:34.623Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:34.624Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:34.624Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:17:34.725Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:34.725Z||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-12-02T04:17:34.725Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:34.738Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:34.739Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:17:35.625Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:17:35.626Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:35.627Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:35.627Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:35.728Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:35.728Z||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-12-02T04:17:35.729Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:35.743Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:35.743Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:17:36.628Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:17:36.629Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:36.630Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:36.630Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-02T04:17:36.731Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T04:17:36.731Z||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-12-02T04:17:36.731Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:36.744Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:36.744Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:17:37.631Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:17:37.632Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:37.633Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:37.633Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:17:37.734Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:37.734Z||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-12-02T04:17:37.734Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:37.748Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:37.748Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:17:38.634Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:17:38.635Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:38.637Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:38.637Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:17:38.737Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:38.738Z||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-12-02T04:17:38.738Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:38.751Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:38.752Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:17:39.638Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "92c433a5-1273-496f-b115-d91109668126",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8eb1cfe5-8d05-4157-afb8-e229599f2870",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b321d343-c73f-40da-bbd2-805ef022a417",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fc7bc408-6819-44d6-a141-ec290c5c71a4",
      "resourceInvariantUUID": "988870d4-164c-4bd3-870c-770d0a61fa77",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "MTc2MDE3OGY5ZDkwMWU2NmRjNjQ0ZWVhOTA3MDliNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d2c427f3-6e75-4e0c-b0d7-950b06aa3e18",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bb244e4a-78c6-43a7-997f-a429aab663e3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f4fd28bf-8473-484d-9aca-b64b1ed4e7ea",
            "generatedFromUUID": "bb244e4a-78c6-43a7-997f-a429aab663e3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f4fd28bf-8473-484d-9aca-b64b1ed4e7ea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjMxOGNkMzE1YjQ0NjI2NGMzN2U4ZDIxMWE0ODNiNWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c36512e1-0e03-4562-991a-fd8c3c37e4de"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T04:17:39.638Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T04:17:39.638Z|9e6be341-f558-49d1-9258-fb25d9bacacb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 92c433a5-1273-496f-b115-d91109668126 ASDC
2021-12-02T04:17:39.639Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:af99cfbd-10f5-41a9-843f-014d23813e4c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:92c433a5-1273-496f-b115-d91109668126
ServiceInvariantUUID:8eb1cfe5-8d05-4157-afb8-e229599f2870
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:c36512e1-0e03-4562-991a-fd8c3c37e4de
ArtifactChecksum:YjMxOGNkMzE1YjQ0NjI2NGMzN2U4ZDIxMWE0ODNiNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b321d343-c73f-40da-bbd2-805ef022a417
ResourceInvariantUUID:988870d4-164c-4bd3-870c-770d0a61fa77
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:fc7bc408-6819-44d6-a141-ec290c5c71a4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:d2c427f3-6e75-4e0c-b0d7-950b06aa3e18
ArtifactChecksum:MTc2MDE3OGY5ZDkwMWU2NmRjNjQ0ZWVhOTA3MDliNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:bb244e4a-78c6-43a7-997f-a429aab663e3
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/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:f4fd28bf-8473-484d-9aca-b64b1ed4e7ea
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/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:f4fd28bf-8473-484d-9aca-b64b1ed4e7ea
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T04:17:39.639Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92c433a5-1273-496f-b115-d91109668126 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-12-02T04:17:39.671Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:17:39.672Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:17:39.672Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:17:39.672Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c36512e1-0e03-4562-991a-fd8c3c37e4de from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-02T04:17:39.673Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:17:39.673Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-02T04:17:39.885Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:17:39.889Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c36512e1-0e03-4562-991a-fd8c3c37e4de 71055
2021-12-02T04:17:39.889Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-02T04:17:39.889Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-02T04:17:39.889Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:17:39.889Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:39.891Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:39.891Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418659889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:17:39.991Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:39.992Z||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-12-02T04:17:39.992Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:40.003Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:40.004Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:17:40.891Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:17:40.892Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:17:40.892Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c36512e1-0e03-4562-991a-fd8c3c37e4de, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T04:17:40.893Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-12-02T04:17:40.893Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T04:17:40.893Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T04:17:40.995Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14369783331647057005/Definitions/service-BasicVm-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-12-02T04:17:41.781Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T04:17:41.781Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:17:41.781Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T04:17:41.781Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-02T04:17:41.781Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||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-BasicVm-csar.csar
2021-12-02T04:17:41.781Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T04:17:41.781Z|af99cfbd-10f5-41a9-843f-014d23813e4c|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-BasicVm-csar.csar
2021-12-02T04:17:41.781Z|af99cfbd-10f5-41a9-843f-014d23813e4c|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-BasicVm-csar.csar
2021-12-02T04:17:41.781Z|af99cfbd-10f5-41a9-843f-014d23813e4c|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-BasicVm-csar.csar
2021-12-02T04:17:41.781Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T04:17:41.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|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-BasicVm-csar.csar
2021-12-02T04:17:41.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T04:17:41.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|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-BasicVm-csar.csar
2021-12-02T04:17:41.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:17:41.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:41.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T04:17:41.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:17:41.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:17:41.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:41.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T04:17:41.783Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:17:41.783Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:17:41.783Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.783Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:41.783Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.783Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-02T04:17:41.783Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-02T04:17:41.783Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-02T04:17:41.783Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-02T04:17:41.783Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-02T04:17:41.783Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T04:17:41.783Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.784Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:17:41.784Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.784Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T04:17:41.784Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:17:41.784Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.784Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T04:17:41.784Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:17:41.784Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.784Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T04:17:41.784Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:17:41.785Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.785Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-02T04:17:41.785Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-02T04:17:41.785Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-02T04:17:41.785Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b8790ace-92ca-445a-8449-bb1941090ddd
2021-12-02T04:17:41.785Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.785Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:41.785Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.785Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:41.785Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.785Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:41.785Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:41.786Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:41.786Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:92c433a5-1273-496f-b115-d91109668126
Model Version:NULL
Model InvariantUuid:8eb1cfe5-8d05-4157-afb8-e229599f2870
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:786f8c91-72c3-4a2b-8e4e-9837947828ea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:988870d4-164c-4bd3-870c-770d0a61fa77
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b321d343-c73f-40da-bbd2-805ef022a417
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7bca9e64-d46f-46d2-8508-a95b75817d5d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:018a25e2-66bc-40b6-bd76-92d29262e0c3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b8790ace-92ca-445a-8449-bb1941090ddd
ModelInvariantUuid:1bd259e8-c191-4147-a761-f26ea32fcd4d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:276d0378-85c9-44e8-9897-625d872cf884
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:81cb60b3-88d6-4a99-ad88-61bb897b4cb7
ModelInvariantUuid:27878573-8a5a-4088-bfa8-e95b6b854893
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0a08d451-81e6-458d-83c6-12fb4bd5def8
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-12-02T04:17:41.792Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: fc7bc408-6819-44d6-a141-ec290c5c71a4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:17:41.795Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-12-02T04:17:41.795Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fc7bc408-6819-44d6-a141-ec290c5c71a4
2021-12-02T04:17:41.795Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d2c427f3-6e75-4e0c-b0d7-950b06aa3e18 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-02T04:17:41.795Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:17:41.795Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-02T04:17:42.257Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:17:42.257Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d2c427f3-6e75-4e0c-b0d7-950b06aa3e18 787
2021-12-02T04:17:42.257Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-12-02T04:17:42.257Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-02T04:17:42.257Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:17:42.257Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:42.259Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:42.259Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418662257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:17:42.359Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:42.360Z||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-12-02T04:17:42.360Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:42.374Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:42.374Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:17:43.259Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7bca9e64-d46f-46d2-8508-a95b75817d5d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "018a25e2-66bc-40b6-bd76-92d29262e0c3",
    "vfModuleModelCustomizationUUID": "4350387e-6031-47ae-80d0-615cbddca046",
    "isBase": true,
    "artifacts": [
      "bb244e4a-78c6-43a7-997f-a429aab663e3",
      "f4fd28bf-8473-484d-9aca-b64b1ed4e7ea"
    ],
    "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-12-02T04:17:43.262Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:018a25e2-66bc-40b6-bd76-92d29262e0c3
VfModuleModelInvariantUUID:7bca9e64-d46f-46d2-8508-a95b75817d5d
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb244e4a-78c6-43a7-997f-a429aab663e3
,
f4fd28bf-8473-484d-9aca-b64b1ed4e7ea

}
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-12-02T04:17:43.263Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7bca9e64-d46f-46d2-8508-a95b75817d5d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "018a25e2-66bc-40b6-bd76-92d29262e0c3",
    "vfModuleModelCustomizationUUID": "4350387e-6031-47ae-80d0-615cbddca046",
    "isBase": true,
    "artifacts": [
      "bb244e4a-78c6-43a7-997f-a429aab663e3",
      "f4fd28bf-8473-484d-9aca-b64b1ed4e7ea"
    ],
    "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-12-02T04:17:43.263Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:018a25e2-66bc-40b6-bd76-92d29262e0c3
VfModuleModelInvariantUUID:7bca9e64-d46f-46d2-8508-a95b75817d5d
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb244e4a-78c6-43a7-997f-a429aab663e3
,
f4fd28bf-8473-484d-9aca-b64b1ed4e7ea

}
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-12-02T04:17:43.264Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bb244e4a-78c6-43a7-997f-a429aab663e3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-02T04:17:43.264Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:17:43.264Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-02T04:17:43.655Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:17:43.655Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml bb244e4a-78c6-43a7-997f-a429aab663e3 5033
2021-12-02T04:17:43.656Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-02T04:17:43.656Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-02T04:17:43.656Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:17:43.656Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:43.657Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:43.657Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418663656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:17:43.758Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T04:17:43.758Z||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-12-02T04:17:43.758Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:43.772Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:43.772Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:17:44.658Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f4fd28bf-8473-484d-9aca-b64b1ed4e7ea from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-02T04:17:44.659Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:17:44.659Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-02T04:17:44.962Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:17:44.963Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f4fd28bf-8473-484d-9aca-b64b1ed4e7ea 903
2021-12-02T04:17:44.963Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-02T04:17:44.963Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-02T04:17:44.963Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:17:44.963Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:44.965Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:44.965Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418664963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:17:45.065Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:45.066Z||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-12-02T04:17:45.066Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:45.080Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:45.080Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:17:45.966Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 92c433a5-1273-496f-b115-d91109668126
2021-12-02T04:17:45.966Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 fc7bc408-6819-44d6-a141-ec290c5c71a4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:17:45.977Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@563ee151, org.onap.sdc.toscaparser.api.parameters.Input@74ff8c82, org.onap.sdc.toscaparser.api.parameters.Input@57556a8e, org.onap.sdc.toscaparser.api.parameters.Input@394d5216, org.onap.sdc.toscaparser.api.parameters.Input@18d81807]
2021-12-02T04:17:45.978Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.978Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:45.978Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-12-02T04:17:45.978Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b321d343-c73f-40da-bbd2-805ef022a417
2021-12-02T04:17:45.978Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b321d343-c73f-40da-bbd2-805ef022a417 matches Tosca VF Customization UUID: b321d343-c73f-40da-bbd2-805ef022a417
2021-12-02T04:17:45.978Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b321d343-c73f-40da-bbd2-805ef022a417  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-12-02T04:17:45.980Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.980Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:45.981Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b321d343-c73f-40da-bbd2-805ef022a417: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"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\",\"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\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-12-02T04:17:45.981Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f3827fd
2021-12-02T04:17:45.981Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.982Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:17:45.982Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4350387e-6031-47ae-80d0-615cbddca046
2021-12-02T04:17:45.982Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4350387e-6031-47ae-80d0-615cbddca046
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-12-02T04:17:45.984Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.984Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T04:17:45.984Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:17:45.984Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.984Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T04:17:45.984Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:17:45.985Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.985Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-02T04:17:45.985Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-02T04:17:45.985Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-02T04:17:45.985Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b8790ace-92ca-445a-8449-bb1941090ddd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-12-02T04:17:45.987Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.987Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T04:17:45.987Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:17:45.987Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.987Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T04:17:45.988Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b321d343-c73f-40da-bbd2-805ef022a417
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:17:45.989Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.989Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:45.989Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 92c433a5-1273-496f-b115-d91109668126: basic_vm
2021-12-02T04:17:45.989Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.989Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:45.989Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.990Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:45.990Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.990Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:45.990Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.990Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:45.990Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:17:45.990Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:17:45.990Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-12-02T04:17:46.084Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm fc7bc408-6819-44d6-a141-ec290c5c71a4 1 ASDC deployResourceStructure
2021-12-02T04:17:46.084Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-12-02T04:17:46.084Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-02T04:17:46.085Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:17:46.085Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:46.087Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:46.087Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418666084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:17:46.187Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:46.188Z||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-12-02T04:17:46.188Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:46.201Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:46.202Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:17:47.088Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-02T04:17:47.088Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-02T04:17:47.089Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:17:47.089Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:47.090Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:47.091Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418667088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:17:47.191Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:47.191Z||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-12-02T04:17:47.191Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:47.203Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:47.204Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:17:48.091Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-02T04:17:48.092Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-02T04:17:48.092Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:17:48.092Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:48.094Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:48.094Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418668091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:17:48.194Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:48.195Z||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-12-02T04:17:48.195Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:48.208Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:48.209Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:17:49.094Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-02T04:17:49.095Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-02T04:17:49.095Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:17:49.095Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:17:49.097Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:17:49.097Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418669094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:17:49.197Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:17:49.198Z||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-12-02T04:17:49.198Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:17:49.212Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:17:49.212Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:17:50.097Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:17:50.107Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:17:50.109Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:17:50.109Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:17:50.109Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:18:20.109Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:18:20.117Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:18:20.119Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:18:20.119Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:18:20.119Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:18:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:18:31.992Z||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-12-02T04:18:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:18:32.016Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:18:32.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-02T04:18:32.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "clamp",
  "timestamp": 1638418649289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:18:32.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:18:50.119Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:18:50.129Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:18:50.130Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:18:50.131Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:18:50.131Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:19:20.131Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:19:20.140Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:19:20.141Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:19:20.141Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:19:20.141Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:19:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:19:31.992Z||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-12-02T04:19:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:19:32.016Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:19:32.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:19:32.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "dcae-sch",
  "timestamp": 1638418651641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:19:32.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:19:50.142Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:19:50.153Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:19:50.156Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:19:50.156Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:19:50.156Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:20:20.156Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:20:20.166Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:20:20.168Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:20:20.168Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:20:20.168Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:20:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:20:31.992Z||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-12-02T04:20:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:20:32.016Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:20:32.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "cds",
  "timestamp": 1638418652739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T04:20:32.040Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af99cfbd-10f5-41a9-843f-014d23813e4c
2021-12-02T04:20:32.040Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId af99cfbd-10f5-41a9-843f-014d23813e4c 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-12-02T04:20:32.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "policy-id",
  "timestamp": 1638418652743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "clamp",
  "timestamp": 1638418649289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418652936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "dcae-sch",
  "timestamp": 1638418651641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "policy-id",
  "timestamp": 1638418653745,
  "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-12-02T04:20:32.052Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af99cfbd-10f5-41a9-843f-014d23813e4c
2021-12-02T04:20:32.053Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId af99cfbd-10f5-41a9-843f-014d23813e4c 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-12-02T04:20:32.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "clamp",
  "timestamp": 1638418649289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418654052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "dcae-sch",
  "timestamp": 1638418651641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "clamp",
  "timestamp": 1638418649289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418655077,
  "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-12-02T04:20:32.063Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af99cfbd-10f5-41a9-843f-014d23813e4c
2021-12-02T04:20:32.063Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId af99cfbd-10f5-41a9-843f-014d23813e4c 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-12-02T04:20:32.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "dcae-sch",
  "timestamp": 1638418651641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "clamp",
  "timestamp": 1638418649289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418656081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418655516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "dcae-sch",
  "timestamp": 1638418651641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418655516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "dcae-sch",
  "timestamp": 1638418651641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "cds",
  "timestamp": 1638418657035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418657087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418655516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "dcae-sch",
  "timestamp": 1638418651641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "policy-id",
  "timestamp": 1638418657746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418651989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "cds",
  "timestamp": 1638418657035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418657087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418655516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "policy-id",
  "timestamp": 1638418657746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418659889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "cds",
  "timestamp": 1638418657035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418657087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418655516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "policy-id",
  "timestamp": 1638418657746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "cds",
  "timestamp": 1638418657035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418657087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418655516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "policy-id",
  "timestamp": 1638418657746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "cds",
  "timestamp": 1638418657035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418657087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418655516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418662257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "policy-id",
  "timestamp": 1638418657746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "cds",
  "timestamp": 1638418657035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418657087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "policy-id",
  "timestamp": 1638418657746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418663562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418663656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "cds",
  "timestamp": 1638418657035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418657087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "clamp",
  "timestamp": 1638418664148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "policy-id",
  "timestamp": 1638418657746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418664963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "cds",
  "timestamp": 1638418657035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418657087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "policy-id",
  "timestamp": 1638418657746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418665614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "aai-ml",
  "timestamp": 1638418666085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418666084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "clamp",
  "timestamp": 1638418666156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418666618,
  "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-12-02T04:20:32.091Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af99cfbd-10f5-41a9-843f-014d23813e4c
2021-12-02T04:20:32.091Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId af99cfbd-10f5-41a9-843f-014d23813e4c 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-12-02T04:20:32.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418666680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "cds",
  "timestamp": 1638418666687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "policy-id",
  "timestamp": 1638418666682,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418667088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "clamp",
  "timestamp": 1638418667159,
  "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-12-02T04:20:32.103Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af99cfbd-10f5-41a9-843f-014d23813e4c
2021-12-02T04:20:32.103Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId af99cfbd-10f5-41a9-843f-014d23813e4c 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-12-02T04:20:32.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "cds",
  "timestamp": 1638418667690,
  "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-12-02T04:20:32.118Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a53a862-bd30-44f7-af7a-6d888328695e
2021-12-02T04:20:32.118Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a53a862-bd30-44f7-af7a-6d888328695e 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-12-02T04:20:32.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "policy-id",
  "timestamp": 1638418667685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418667884,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418668091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "policy-id",
  "timestamp": 1638418668688,
  "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-12-02T04:20:32.130Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a53a862-bd30-44f7-af7a-6d888328695e
2021-12-02T04:20:32.131Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a53a862-bd30-44f7-af7a-6d888328695e 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-12-02T04:20:32.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418668987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418669094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418670009,
  "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-12-02T04:20:32.145Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a53a862-bd30-44f7-af7a-6d888328695e
2021-12-02T04:20:32.145Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a53a862-bd30-44f7-af7a-6d888328695e 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-12-02T04:20:32.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418671013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "cds",
  "timestamp": 1638418672035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "aai-ml",
  "timestamp": 1638418673631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "cds",
  "timestamp": 1638418672035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "aai-ml",
  "timestamp": 1638418674635,
  "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-12-02T04:20:32.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af99cfbd-10f5-41a9-843f-014d23813e4c
2021-12-02T04:20:32.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId af99cfbd-10f5-41a9-843f-014d23813e4c 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-12-02T04:20:32.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "cds",
  "timestamp": 1638418672035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418674870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "cds",
  "timestamp": 1638418672035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418674870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "cds",
  "timestamp": 1638418672035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418674870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "cds",
  "timestamp": 1638418672035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "policy-id",
  "timestamp": 1638418677746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418674870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "cds",
  "timestamp": 1638418672035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "policy-id",
  "timestamp": 1638418677746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418674870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "cds",
  "timestamp": 1638418672035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "policy-id",
  "timestamp": 1638418677746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418674870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418665190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "cds",
  "timestamp": 1638418681066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "dcae-sch",
  "timestamp": 1638418681384,
  "artifactURL": "/sdc/v1/catalog/services/a8612653-5c7d-4f34-8635-e924c63ccda1/resourceInstances/basicclamp0/artifacts/607ac64d-b1d7-46c9-9819-a5f42a1f795a",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "policy-id",
  "timestamp": 1638418677746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418674870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "policy-id",
  "timestamp": 1638418677746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418674870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "dcae-sch",
  "timestamp": 1638418682648,
  "artifactURL": "/sdc/v1/catalog/services/a8612653-5c7d-4f34-8635-e924c63ccda1/resourceInstances/basicclamp0/artifacts/607ac64d-b1d7-46c9-9819-a5f42a1f795a",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "aai-ml",
  "timestamp": 1638418658032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "cds",
  "timestamp": 1638418683051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T04:20:32.181Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0bcb99f6-a760-4046-848a-a4696d0c5977
2021-12-02T04:20:32.181Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bcb99f6-a760-4046-848a-a4696d0c5977 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-12-02T04:20:32.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "policy-id",
  "timestamp": 1638418677746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "dcae-sch",
  "timestamp": 1638418683651,
  "artifactURL": "/sdc/v1/catalog/services/a8612653-5c7d-4f34-8635-e924c63ccda1/resourceInstances/basicclamp0/artifacts/607ac64d-b1d7-46c9-9819-a5f42a1f795a",
  "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-12-02T04:20:32.192Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 3a53a862-bd30-44f7-af7a-6d888328695e
2021-12-02T04:20:32.192Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a53a862-bd30-44f7-af7a-6d888328695e 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-12-02T04:20:32.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418683763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "aai-ml",
  "timestamp": 1638418683967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "policy-id",
  "timestamp": 1638418677746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418685057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "policy-id",
  "timestamp": 1638418677746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418686377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "policy-id",
  "timestamp": 1638418686676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418687400,
  "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-12-02T04:20:32.206Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bcb99f6-a760-4046-848a-a4696d0c5977
2021-12-02T04:20:32.206Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bcb99f6-a760-4046-848a-a4696d0c5977 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-12-02T04:20:32.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "policy-id",
  "timestamp": 1638418687679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418688404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "policy-id",
  "timestamp": 1638418688681,
  "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-12-02T04:20:32.217Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bcb99f6-a760-4046-848a-a4696d0c5977
2021-12-02T04:20:32.217Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bcb99f6-a760-4046-848a-a4696d0c5977 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-12-02T04:20:32.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "aai-ml",
  "timestamp": 1638418690429,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "aai-ml",
  "timestamp": 1638418691434,
  "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-12-02T04:20:32.227Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a53a862-bd30-44f7-af7a-6d888328695e
2021-12-02T04:20:32.227Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a53a862-bd30-44f7-af7a-6d888328695e 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-12-02T04:20:32.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "dcae-sch",
  "timestamp": 1638418671641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "aai-ml",
  "timestamp": 1638418692437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "aai-ml",
  "timestamp": 1638418692437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418694369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "aai-ml",
  "timestamp": 1638418692437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418695154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "aai-ml",
  "timestamp": 1638418692437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418696156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418696392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "aai-ml",
  "timestamp": 1638418692437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418697397,
  "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-12-02T04:20:32.240Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a53a862-bd30-44f7-af7a-6d888328695e
2021-12-02T04:20:32.240Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a53a862-bd30-44f7-af7a-6d888328695e 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-12-02T04:20:32.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418697486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "aai-ml",
  "timestamp": 1638418692437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418698489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "aai-ml",
  "timestamp": 1638418692437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "clamp",
  "timestamp": 1638418699491,
  "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-12-02T04:20:32.253Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3a53a862-bd30-44f7-af7a-6d888328695e
2021-12-02T04:20:32.253Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a53a862-bd30-44f7-af7a-6d888328695e 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-12-02T04:20:32.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "aai-ml",
  "timestamp": 1638418692437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "aai-ml",
  "timestamp": 1638418701587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418685516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418706664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "clamp",
  "timestamp": 1638418679288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418708747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "aai-ml",
  "timestamp": 1638418708778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:20:32.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418709750,
  "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-12-02T04:20:32.266Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0bcb99f6-a760-4046-848a-a4696d0c5977
2021-12-02T04:20:32.266Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bcb99f6-a760-4046-848a-a4696d0c5977 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-12-02T04:20:32.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-12-02T04:20:32.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "aai-ml",
  "timestamp": 1638418709782,
  "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-12-02T04:20:32.276Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0bcb99f6-a760-4046-848a-a4696d0c5977
2021-12-02T04:20:32.276Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bcb99f6-a760-4046-848a-a4696d0c5977 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-12-02T04:20:50.168Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:20:50.176Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:20:50.178Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:20:50.178Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T04:20:50.178Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T04:20:50.178Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T04:20:50.178Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:20:50.178Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:20:50.179Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:20:50.179Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:20:50.179Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:20:50.179Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:20:50.179Z|af99cfbd-10f5-41a9-843f-014d23813e4c|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-12-02T04:20:50.186Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T04:21:20.187Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af99cfbd-10f5-41a9-843f-014d23813e4c 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-12-02T04:21:20.191Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af99cfbd-10f5-41a9-843f-014d23813e4c and serviceModelVersionId: 92c433a5-1273-496f-b115-d91109668126
2021-12-02T04:21:20.191Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8eb1cfe5-8d05-4157-afb8-e229599f2870
2021-12-02T04:21:20.192Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8eb1cfe5-8d05-4157-afb8-e229599f2870/model-vers/model-ver/92c433a5-1273-496f-b115-d91109668126?depth=0
2021-12-02T04:21:20.196Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T04:21:20.229Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb1cfe5-8d05-4157-afb8-e229599f2870/model-vers/model-ver/92c433a5-1273-496f-b115-d91109668126?depth=0|INFO|500||Invoke
2021-12-02T04:21:20.230Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb1cfe5-8d05-4157-afb8-e229599f2870/model-vers/model-ver/92c433a5-1273-496f-b115-d91109668126?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb1cfe5-8d05-4157-afb8-e229599f2870/model-vers/model-ver/92c433a5-1273-496f-b115-d91109668126?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[af99cfbd-10f5-41a9-843f-014d23813e4c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[407f09af-4d8c-44d9-aca9-4b26a9e8127a], X-ECOMP-RequestID=[af99cfbd-10f5-41a9-843f-014d23813e4c], X-TransactionId=[], X-ONAP-RequestID=[af99cfbd-10f5-41a9-843f-014d23813e4c], Content-Type=[application/merge-patch+json]}
2021-12-02T04:21:20.246Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb1cfe5-8d05-4157-afb8-e229599f2870/model-vers/model-ver/92c433a5-1273-496f-b115-d91109668126?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T04:21:20.775Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb1cfe5-8d05-4157-afb8-e229599f2870/model-vers/model-ver/92c433a5-1273-496f-b115-d91109668126?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb1cfe5-8d05-4157-afb8-e229599f2870/model-vers/model-ver/92c433a5-1273-496f-b115-d91109668126?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211202-04:21:20:251-97918], vertex-id=[184440], Content-Length=[0], Date=[Thu, 02 Dec 2021 04:21:20 GMT], Content-Type=[application/json]}
2021-12-02T04:21:20.776Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb1cfe5-8d05-4157-afb8-e229599f2870/model-vers/model-ver/92c433a5-1273-496f-b115-d91109668126?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-02T04:21:20.776Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb1cfe5-8d05-4157-afb8-e229599f2870/model-vers/model-ver/92c433a5-1273-496f-b115-d91109668126?depth=0|INFO|500||InvokeReturn
2021-12-02T04:21:20.776Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T04:21:20.776Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:21:20.780Z|af99cfbd-10f5-41a9-843f-014d23813e4c|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-12-02T04:21:20.780Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af99cfbd-10f5-41a9-843f-014d23813e4c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T04:21:20.780Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T04:21:20.780Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:20.781Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:20.782Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418880780,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:21:20.882Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:20.882Z||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-12-02T04:21:20.882Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:20.899Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:20.899Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 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-12-02T04:21:21.794Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:21:21.794Z|af99cfbd-10f5-41a9-843f-014d23813e4c|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-12-02T04:21:21.794Z|af99cfbd-10f5-41a9-843f-014d23813e4c|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:26.547Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:26.548Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-02T04:21:26.548Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a53a862-bd30-44f7-af7a-6d888328695e","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a8612653-5c7d-4f34-8635-e924c63ccda1","serviceDescription":"service","serviceInvariantUUID":"77f8203d-4546-43cd-bd95-b52350ac83b1","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90210a39-2c66-4a6c-b5db-db42ff0f67f7","resourceInvariantUUID":"960b48bf-fd92-41b0-8025-33bc0b0044cc","resourceCustomizationUUID":"324e84b0-5784-4ff8-9d5f-62b8742e0fea","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":"607ac64d-b1d7-46c9-9819-a5f42a1f795a","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":"ZmM5ODBiZDExMjBhYjk0NWQ3OTRkMmExNzk3N2JjNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"831d09aa-e920-4fd7-ac3a-2aa43f478d38","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":"ZDhhODcyY2VkNThjNjNlZmJlODZjZDQ5YTk5ZjNhY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fd5df37-7840-48c6-b7d7-443db27157bb","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":"893a2a29-9149-4679-813b-57b38c20afa1","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":"af7b9c4f-e2bc-4210-9d21-d630295747cf","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":"dd9d3b75-e0f6-4c5c-888d-df3be228167e","artifactVersion":"2","generatedFromUUID":"893a2a29-9149-4679-813b-57b38c20afa1"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MTkwNmVjY2JiODk0ZGEwZTY4YjIzZDBmNTQ4MGQ4ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f3d126d-0274-4f34-8a26-11c5ad619c96","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDg4ODA2Njg1MzA4Y2ZiMTBlODhiOWNjZjUxZDRmZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69b6fc0d-bd96-4285-80b9-42e36901185c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T04:21:26.549Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:21:26.549Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:26.551Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:26.551Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:21:26.651Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:26.652Z||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-12-02T04:21:26.652Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:26.666Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:26.666Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:27.551Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:21:27.552Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:27.554Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:27.554Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:21:27.654Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:27.655Z||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-12-02T04:21:27.655Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:27.669Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:27.669Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:28.554Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:21:28.555Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:28.556Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:28.557Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:21:28.657Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:28.658Z||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-12-02T04:21:28.658Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:28.671Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:28.671Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:29.558Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:21:29.558Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:29.561Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:29.561Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:21:29.661Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:29.661Z||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-12-02T04:21:29.661Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:29.674Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:29.674Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:30.561Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:21:30.562Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:30.564Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:30.564Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:21:30.664Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:30.664Z||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-12-02T04:21:30.664Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:30.678Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:30.678Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:31.564Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:21:31.565Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:31.566Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:31.566Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-02T04:21:31.666Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:31.667Z||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-12-02T04:21:31.667Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:31.680Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:31.680Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:21:31.992Z||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-12-02T04:21:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:32.019Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:32.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:21:32.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "clamp",
  "timestamp": 1638418717157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:21:32.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:21:32.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:21:32.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "clamp",
  "timestamp": 1638418720161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:21:32.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:21:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:21:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "clamp",
  "timestamp": 1638418721164,
  "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-12-02T04:21:32.025Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0bcb99f6-a760-4046-848a-a4696d0c5977
2021-12-02T04:21:32.025Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bcb99f6-a760-4046-848a-a4696d0c5977 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-12-02T04:21:32.567Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:21:32.567Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:32.569Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:32.569Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:21:32.669Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:32.670Z||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-12-02T04:21:32.670Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:32.685Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:32.685Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:33.569Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:21:33.570Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:33.571Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:33.572Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:21:33.672Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:33.672Z||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-12-02T04:21:33.672Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:33.686Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:33.686Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:34.573Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "a8612653-5c7d-4f34-8635-e924c63ccda1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "77f8203d-4546-43cd-bd95-b52350ac83b1",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "324e84b0-5784-4ff8-9d5f-62b8742e0fea",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90210a39-2c66-4a6c-b5db-db42ff0f67f7",
      "resourceInvariantUUID": "960b48bf-fd92-41b0-8025-33bc0b0044cc",
      "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": "ZDhhODcyY2VkNThjNjNlZmJlODZjZDQ5YTk5ZjNhY2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fd5df37-7840-48c6-b7d7-443db27157bb",
          "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": "893a2a29-9149-4679-813b-57b38c20afa1",
          "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": "dd9d3b75-e0f6-4c5c-888d-df3be228167e",
            "generatedFromUUID": "893a2a29-9149-4679-813b-57b38c20afa1"
          },
          "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": "dd9d3b75-e0f6-4c5c-888d-df3be228167e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MDg4ODA2Njg1MzA4Y2ZiMTBlODhiOWNjZjUxZDRmZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "69b6fc0d-bd96-4285-80b9-42e36901185c"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T04:21:34.573Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T04:21:34.573Z|af99cfbd-10f5-41a9-843f-014d23813e4c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a8612653-5c7d-4f34-8635-e924c63ccda1 ASDC
2021-12-02T04:21:34.574Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3a53a862-bd30-44f7-af7a-6d888328695e
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:a8612653-5c7d-4f34-8635-e924c63ccda1
ServiceInvariantUUID:77f8203d-4546-43cd-bd95-b52350ac83b1
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:69b6fc0d-bd96-4285-80b9-42e36901185c
ArtifactChecksum:MDg4ODA2Njg1MzA4Y2ZiMTBlODhiOWNjZjUxZDRmZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:324e84b0-5784-4ff8-9d5f-62b8742e0fea
ResourceInvariantUUID:960b48bf-fd92-41b0-8025-33bc0b0044cc
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:90210a39-2c66-4a6c-b5db-db42ff0f67f7
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:7fd5df37-7840-48c6-b7d7-443db27157bb
ArtifactChecksum:ZDhhODcyY2VkNThjNjNlZmJlODZjZDQ5YTk5ZjNhY2Q=
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:893a2a29-9149-4679-813b-57b38c20afa1
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:dd9d3b75-e0f6-4c5c-888d-df3be228167e
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:dd9d3b75-e0f6-4c5c-888d-df3be228167e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T04:21:34.574Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8612653-5c7d-4f34-8635-e924c63ccda1 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-12-02T04:21:34.602Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:21:34.602Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:21:34.602Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:21:34.602Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 69b6fc0d-bd96-4285-80b9-42e36901185c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-02T04:21:34.602Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:21:34.603Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-02T04:21:34.937Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:21:34.940Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 69b6fc0d-bd96-4285-80b9-42e36901185c 73649
2021-12-02T04:21:34.940Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-12-02T04:21:34.940Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-02T04:21:34.940Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:21:34.941Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:34.942Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:34.942Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418894940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:21:35.042Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:35.043Z||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-12-02T04:21:35.043Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:35.056Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:35.057Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:35.942Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:21:35.943Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:21:35.943Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 69b6fc0d-bd96-4285-80b9-42e36901185c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T04:21:35.944Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-12-02T04:21:35.944Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T04:21:35.944Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T04:21:36.031Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9883482326690963877/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-12-02T04:21:36.841Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T04:21:36.841Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|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-Basicclamp-csar.csar
2021-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|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-Basicclamp-csar.csar
2021-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|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-Basicclamp-csar.csar
2021-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|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-Basicclamp-csar.csar
2021-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|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-Basicclamp-csar.csar
2021-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|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-Basicclamp-csar.csar
2021-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|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-Basicclamp-csar.csar
2021-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|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-Basicclamp-csar.csar
2021-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:21:36.842Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.843Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:36.843Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T04:21:36.843Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:21:36.843Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:21:36.843Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.843Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:36.843Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T04:21:36.843Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:21:36.843Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:21:36.844Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.844Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:36.844Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.844Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-02T04:21:36.844Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-02T04:21:36.844Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-02T04:21:36.844Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-02T04:21:36.844Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T04:21:36.844Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T04:21:36.844Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.844Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:21:36.844Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.845Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T04:21:36.845Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:21:36.845Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.845Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T04:21:36.845Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:21:36.845Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.845Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T04:21:36.845Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:21:36.845Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.845Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-02T04:21:36.846Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T04:21:36.846Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T04:21:36.846Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=01c403df-b24b-441d-b2e7-f19f086d331e
2021-12-02T04:21:36.846Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.846Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:36.846Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.846Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:36.846Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.846Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:36.846Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:36.846Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:36.846Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:a8612653-5c7d-4f34-8635-e924c63ccda1
Model Version:NULL
Model InvariantUuid:77f8203d-4546-43cd-bd95-b52350ac83b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:4ddfc3dc-3d3f-4e99-ae5e-600adbb422bd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:960b48bf-fd92-41b0-8025-33bc0b0044cc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:324e84b0-5784-4ff8-9d5f-62b8742e0fea
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a5d76c22-110b-4241-bc52-a2c0d8c98d71
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:b92a5182-71ec-4af0-b9fc-03e59e07d4ba
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:01c403df-b24b-441d-b2e7-f19f086d331e
ModelInvariantUuid:e3d081b1-3a88-44a4-ba39-e086f4f1c0a3
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:9c98fc97-b443-4e56-a6e5-43959d3dfadb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b2d1678a-519a-466d-8a1c-d1c1f3faacd5
ModelInvariantUuid:133fff92-d2f7-40f2-a43f-bbd01d113af3
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:0e13ec52-9d85-4daa-914a-c0f58d498ca1
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-12-02T04:21:36.851Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 90210a39-2c66-4a6c-b5db-db42ff0f67f7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:21:36.854Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||basicclamp 0
2021-12-02T04:21:36.854Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 90210a39-2c66-4a6c-b5db-db42ff0f67f7
2021-12-02T04:21:36.854Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7fd5df37-7840-48c6-b7d7-443db27157bb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-02T04:21:36.854Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:21:36.854Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-02T04:21:36.946Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:21:36.946Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7fd5df37-7840-48c6-b7d7-443db27157bb 790
2021-12-02T04:21:36.946Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:36.947Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:36.947Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:21:36.947Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:36.948Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:36.948Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418896946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:21:37.048Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:37.049Z||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-12-02T04:21:37.049Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:37.062Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:37.062Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:37.949Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a5d76c22-110b-4241-bc52-a2c0d8c98d71",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b92a5182-71ec-4af0-b9fc-03e59e07d4ba",
    "vfModuleModelCustomizationUUID": "c6c2df1a-718e-4ffe-a484-d9771aad91c7",
    "isBase": true,
    "artifacts": [
      "893a2a29-9149-4679-813b-57b38c20afa1",
      "dd9d3b75-e0f6-4c5c-888d-df3be228167e"
    ],
    "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-12-02T04:21:37.952Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b92a5182-71ec-4af0-b9fc-03e59e07d4ba
VfModuleModelInvariantUUID:a5d76c22-110b-4241-bc52-a2c0d8c98d71
VfModuleModelDescription:NULL
Artifacts UUID List:{
893a2a29-9149-4679-813b-57b38c20afa1
,
dd9d3b75-e0f6-4c5c-888d-df3be228167e

}
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-12-02T04:21:37.953Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a5d76c22-110b-4241-bc52-a2c0d8c98d71",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b92a5182-71ec-4af0-b9fc-03e59e07d4ba",
    "vfModuleModelCustomizationUUID": "c6c2df1a-718e-4ffe-a484-d9771aad91c7",
    "isBase": true,
    "artifacts": [
      "893a2a29-9149-4679-813b-57b38c20afa1",
      "dd9d3b75-e0f6-4c5c-888d-df3be228167e"
    ],
    "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-12-02T04:21:37.953Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b92a5182-71ec-4af0-b9fc-03e59e07d4ba
VfModuleModelInvariantUUID:a5d76c22-110b-4241-bc52-a2c0d8c98d71
VfModuleModelDescription:NULL
Artifacts UUID List:{
893a2a29-9149-4679-813b-57b38c20afa1
,
dd9d3b75-e0f6-4c5c-888d-df3be228167e

}
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-12-02T04:21:37.954Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 893a2a29-9149-4679-813b-57b38c20afa1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-02T04:21:37.954Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:21:37.954Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-02T04:21:38.041Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:21:38.041Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 893a2a29-9149-4679-813b-57b38c20afa1 5033
2021-12-02T04:21:38.041Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:38.041Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:38.041Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:21:38.041Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:38.043Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:38.043Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418898041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:21:38.143Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:38.144Z||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-12-02T04:21:38.144Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:38.172Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:38.172Z||pool-88-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:39.044Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dd9d3b75-e0f6-4c5c-888d-df3be228167e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-02T04:21:39.044Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:21:39.044Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-02T04:21:39.098Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:21:39.098Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env dd9d3b75-e0f6-4c5c-888d-df3be228167e 909
2021-12-02T04:21:39.098Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:39.098Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:39.099Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:21:39.099Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:39.100Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:39.100Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418899098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:21:39.201Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:39.201Z||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-12-02T04:21:39.201Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:39.213Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:39.213Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:40.101Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a8612653-5c7d-4f34-8635-e924c63ccda1
2021-12-02T04:21:40.101Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 90210a39-2c66-4a6c-b5db-db42ff0f67f7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:21:40.112Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cfe56fe, org.onap.sdc.toscaparser.api.parameters.Input@34446526, org.onap.sdc.toscaparser.api.parameters.Input@58200530, org.onap.sdc.toscaparser.api.parameters.Input@39407d82, org.onap.sdc.toscaparser.api.parameters.Input@172785f2]
2021-12-02T04:21:40.113Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.113Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:40.113Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-12-02T04:21:40.113Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 324e84b0-5784-4ff8-9d5f-62b8742e0fea
2021-12-02T04:21:40.114Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 324e84b0-5784-4ff8-9d5f-62b8742e0fea matches Tosca VF Customization UUID: 324e84b0-5784-4ff8-9d5f-62b8742e0fea
2021-12-02T04:21:40.114Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 324e84b0-5784-4ff8-9d5f-62b8742e0fea  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-12-02T04:21:40.115Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.115Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:40.116Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 324e84b0-5784-4ff8-9d5f-62b8742e0fea: {\"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-12-02T04:21:40.116Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@621ae935
2021-12-02T04:21:40.116Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.116Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:21:40.116Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6c2df1a-718e-4ffe-a484-d9771aad91c7
2021-12-02T04:21:40.117Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6c2df1a-718e-4ffe-a484-d9771aad91c7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-12-02T04:21:40.118Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.118Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T04:21:40.118Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:21:40.119Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.119Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T04:21:40.119Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:21:40.119Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.119Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-02T04:21:40.120Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T04:21:40.120Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T04:21:40.120Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=01c403df-b24b-441d-b2e7-f19f086d331e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-12-02T04:21:40.122Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.122Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T04:21:40.122Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:21:40.122Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.122Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T04:21:40.122Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=324e84b0-5784-4ff8-9d5f-62b8742e0fea
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:21:40.124Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.124Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:40.124Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a8612653-5c7d-4f34-8635-e924c63ccda1: basicclamp
2021-12-02T04:21:40.124Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.124Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:40.124Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.124Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:40.125Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.125Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:40.125Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.125Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:40.125Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:21:40.125Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:21:40.125Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-12-02T04:21:40.202Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 90210a39-2c66-4a6c-b5db-db42ff0f67f7 1 ASDC deployResourceStructure
2021-12-02T04:21:40.203Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:40.203Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:40.203Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:21:40.203Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:40.204Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:40.204Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418900203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:21:40.305Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:40.305Z||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-12-02T04:21:40.305Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:40.318Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:40.319Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:41.205Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:41.205Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:41.205Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:21:41.206Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:41.207Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:41.208Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418901205,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:21:41.308Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:41.308Z||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-12-02T04:21:41.308Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:41.320Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:41.321Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:42.208Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:42.209Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||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-12-02T04:21:42.209Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:21:42.209Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:42.210Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:42.210Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418902208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:21:42.310Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:42.311Z||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-12-02T04:21:42.311Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:42.581Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:42.581Z||pool-92-thread-1|||||INFO|500||cambria reply ok (270 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:43.211Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-12-02T04:21:43.211Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-02T04:21:43.211Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:21:43.212Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:21:43.213Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:21:43.213Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418903211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:21:43.313Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:21:43.314Z||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-12-02T04:21:43.314Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:21:43.329Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:21:43.329Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:21:44.214Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a53a862-bd30-44f7-af7a-6d888328695e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:21:44.222Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a53a862-bd30-44f7-af7a-6d888328695e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:21:44.224Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:21:44.224Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T04:21:44.224Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T04:21:44.224Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T04:21:44.225Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:21:44.225Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:21:44.225Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:21:44.225Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:21:44.225Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:21:44.225Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:21:44.225Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:21:44.225Z|3a53a862-bd30-44f7-af7a-6d888328695e|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-12-02T04:21:44.229Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T04:22:14.229Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a53a862-bd30-44f7-af7a-6d888328695e 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-12-02T04:22:14.233Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a53a862-bd30-44f7-af7a-6d888328695e and serviceModelVersionId: a8612653-5c7d-4f34-8635-e924c63ccda1
2021-12-02T04:22:14.234Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 77f8203d-4546-43cd-bd95-b52350ac83b1
2021-12-02T04:22:14.234Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/77f8203d-4546-43cd-bd95-b52350ac83b1/model-vers/model-ver/a8612653-5c7d-4f34-8635-e924c63ccda1?depth=0
2021-12-02T04:22:14.239Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T04:22:14.267Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77f8203d-4546-43cd-bd95-b52350ac83b1/model-vers/model-ver/a8612653-5c7d-4f34-8635-e924c63ccda1?depth=0|INFO|500||Invoke
2021-12-02T04:22:14.267Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77f8203d-4546-43cd-bd95-b52350ac83b1/model-vers/model-ver/a8612653-5c7d-4f34-8635-e924c63ccda1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77f8203d-4546-43cd-bd95-b52350ac83b1/model-vers/model-ver/a8612653-5c7d-4f34-8635-e924c63ccda1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3a53a862-bd30-44f7-af7a-6d888328695e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9fbe7684-b6a7-4c7f-8a1b-e525a504cac3], X-ECOMP-RequestID=[3a53a862-bd30-44f7-af7a-6d888328695e], X-TransactionId=[], X-ONAP-RequestID=[3a53a862-bd30-44f7-af7a-6d888328695e], Content-Type=[application/merge-patch+json]}
2021-12-02T04:22:14.282Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77f8203d-4546-43cd-bd95-b52350ac83b1/model-vers/model-ver/a8612653-5c7d-4f34-8635-e924c63ccda1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T04:22:14.527Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77f8203d-4546-43cd-bd95-b52350ac83b1/model-vers/model-ver/a8612653-5c7d-4f34-8635-e924c63ccda1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77f8203d-4546-43cd-bd95-b52350ac83b1/model-vers/model-ver/a8612653-5c7d-4f34-8635-e924c63ccda1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211202-04:22:14:288-28995], vertex-id=[217104], Content-Length=[0], Date=[Thu, 02 Dec 2021 04:22:14 GMT], Content-Type=[application/json]}
2021-12-02T04:22:14.527Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77f8203d-4546-43cd-bd95-b52350ac83b1/model-vers/model-ver/a8612653-5c7d-4f34-8635-e924c63ccda1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-02T04:22:14.528Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77f8203d-4546-43cd-bd95-b52350ac83b1/model-vers/model-ver/a8612653-5c7d-4f34-8635-e924c63ccda1?depth=0|INFO|500||InvokeReturn
2021-12-02T04:22:14.528Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T04:22:14.528Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:22:14.532Z|3a53a862-bd30-44f7-af7a-6d888328695e|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-12-02T04:22:14.533Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a53a862-bd30-44f7-af7a-6d888328695e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T04:22:14.533Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T04:22:14.533Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:14.535Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:14.535Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418934533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:22:14.635Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:14.635Z||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-12-02T04:22:14.635Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:14.648Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:14.649Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-02T04:22:15.544Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-02T04:22:15.544Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0bcb99f6-a760-4046-848a-a4696d0c5977","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"122812b0-8483-414c-8b79-135a6d40cea7","serviceDescription":"service","serviceInvariantUUID":"a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"779d197e-2be8-4901-ae07-c157e7a38a08","resourceInvariantUUID":"8dd8d562-79a5-4a08-98db-abe2b0974158","resourceCustomizationUUID":"63789729-9255-4baf-a227-9290874ce21b","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":"MjA4MmU0ZGY1NTliYzBjMmViMWEyMWJlZWZhZGViM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"044953df-4a2e-410f-bfe0-4f41cb6efe32","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":"Yzc3NjkxMGMxMGZhYjkzZmZkNmY1YmExZDM2MjAxY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6d69dded-ca3c-426f-9fd4-e17c3b8d9c4f","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":"b1d45092-8a81-4653-acc9-e5f855fd8e25","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":"bb8ad591-a1c2-44b5-9a51-0638c6048cb2","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":"8781f9dd-cad0-4517-819f-9329868ad68c","artifactVersion":"2","generatedFromUUID":"b1d45092-8a81-4653-acc9-e5f855fd8e25"},{"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":"YjQ3NzUzOTc4YjI0ZjEwY2YwZDgwYmFhZDEyZjdjMmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"041d5baf-aaba-4be6-b93c-1d08c243c2a8","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":"YmYxYWQ4MDI0MzU5OTE2ZTIzMmY1Yzk2NWQwNzBiY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"480be28f-35f5-47de-94be-5e11e79154fb","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzhiNGZhOTIxNGQyYzlhYTQxMDUwYWU1Y2U5MjFmOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b8d007f-b70d-4d40-bb39-90833a9bf32e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T04:22:15.544Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:22:15.545Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:15.546Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:15.546Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:22:15.646Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:15.647Z||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-12-02T04:22:15.647Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:15.661Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:15.661Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:22:16.547Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:22:16.547Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:16.549Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:16.549Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:22:16.649Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:16.650Z||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-12-02T04:22:16.650Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:16.660Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:16.661Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:22:17.550Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:22:17.550Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:17.552Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:17.552Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:22:17.652Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:17.652Z||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-12-02T04:22:17.653Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:17.664Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:17.665Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:22:18.552Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:22:18.553Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:18.554Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:18.554Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:22:18.654Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:18.655Z||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-12-02T04:22:18.655Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:18.671Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:18.671Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:22:19.555Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:22:19.555Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:19.557Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:19.557Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-02T04:22:19.657Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:19.658Z||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-12-02T04:22:19.658Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:19.676Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:19.676Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:22:20.558Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:22:20.558Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:20.560Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:20.560Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:22:20.660Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:20.661Z||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-12-02T04:22:20.661Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:20.674Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:20.675Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:22:21.561Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:22:21.561Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:21.563Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:21.563Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:22:21.663Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:21.664Z||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-12-02T04:22:21.664Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:21.677Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:21.677Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:22:22.563Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:22:22.564Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:22.565Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:22.566Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:22:22.666Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:22.666Z||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-12-02T04:22:22.666Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:22.683Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:22.683Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:22:23.567Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "122812b0-8483-414c-8b79-135a6d40cea7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "63789729-9255-4baf-a227-9290874ce21b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "779d197e-2be8-4901-ae07-c157e7a38a08",
      "resourceInvariantUUID": "8dd8d562-79a5-4a08-98db-abe2b0974158",
      "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": "Yzc3NjkxMGMxMGZhYjkzZmZkNmY1YmExZDM2MjAxY2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6d69dded-ca3c-426f-9fd4-e17c3b8d9c4f",
          "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": "b1d45092-8a81-4653-acc9-e5f855fd8e25",
          "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": "8781f9dd-cad0-4517-819f-9329868ad68c",
            "generatedFromUUID": "b1d45092-8a81-4653-acc9-e5f855fd8e25"
          },
          "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": "8781f9dd-cad0-4517-819f-9329868ad68c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YzhiNGZhOTIxNGQyYzlhYTQxMDUwYWU1Y2U5MjFmOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b8d007f-b70d-4d40-bb39-90833a9bf32e"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T04:22:23.567Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T04:22:23.567Z|3a53a862-bd30-44f7-af7a-6d888328695e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 122812b0-8483-414c-8b79-135a6d40cea7 ASDC
2021-12-02T04:22:23.567Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0bcb99f6-a760-4046-848a-a4696d0c5977
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:122812b0-8483-414c-8b79-135a6d40cea7
ServiceInvariantUUID:a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54
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:4b8d007f-b70d-4d40-bb39-90833a9bf32e
ArtifactChecksum:YzhiNGZhOTIxNGQyYzlhYTQxMDUwYWU1Y2U5MjFmOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:63789729-9255-4baf-a227-9290874ce21b
ResourceInvariantUUID:8dd8d562-79a5-4a08-98db-abe2b0974158
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:779d197e-2be8-4901-ae07-c157e7a38a08
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:6d69dded-ca3c-426f-9fd4-e17c3b8d9c4f
ArtifactChecksum:Yzc3NjkxMGMxMGZhYjkzZmZkNmY1YmExZDM2MjAxY2Q=
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:b1d45092-8a81-4653-acc9-e5f855fd8e25
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:8781f9dd-cad0-4517-819f-9329868ad68c
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:8781f9dd-cad0-4517-819f-9329868ad68c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T04:22:23.567Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 122812b0-8483-414c-8b79-135a6d40cea7 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-12-02T04:22:23.593Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:22:23.593Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:22:23.593Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:22:23.593Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4b8d007f-b70d-4d40-bb39-90833a9bf32e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-02T04:22:23.594Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:22:23.594Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-02T04:22:24.479Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:22:24.482Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4b8d007f-b70d-4d40-bb39-90833a9bf32e 78793
2021-12-02T04:22:24.482Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-12-02T04:22:24.482Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-02T04:22:24.482Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:22:24.482Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:24.484Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:24.484Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418944482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:22:24.584Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:24.584Z||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-12-02T04:22:24.584Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:24.598Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:24.598Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:22:25.484Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:22:25.485Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:22:25.485Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4b8d007f-b70d-4d40-bb39-90833a9bf32e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T04:22:25.486Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-12-02T04:22:25.486Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T04:22:25.486Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T04:22:25.568Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1734683602499263527/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-12-02T04:22:26.396Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T04:22:26.396Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|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-BasicVmMacro-csar.csar
2021-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|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-BasicVmMacro-csar.csar
2021-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|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-BasicVmMacro-csar.csar
2021-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|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-BasicVmMacro-csar.csar
2021-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|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-BasicVmMacro-csar.csar
2021-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T04:22:26.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:22:26.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:22:26.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:26.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T04:22:26.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:22:26.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:22:26.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:26.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-02T04:22:26.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-02T04:22:26.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-02T04:22:26.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-02T04:22:26.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-02T04:22:26.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T04:22:26.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:22:26.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T04:22:26.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:22:26.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T04:22:26.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:22:26.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T04:22:26.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:22:26.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-02T04:22:26.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-02T04:22:26.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-02T04:22:26.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=204bc327-265d-4582-aa94-b59e2cbcf4b2
2021-12-02T04:22:26.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:26.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:26.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:26.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:26.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:26.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:122812b0-8483-414c-8b79-135a6d40cea7
Model Version:NULL
Model InvariantUuid:a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:85394dbe-26f4-4aeb-82bf-071d907feda1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8dd8d562-79a5-4a08-98db-abe2b0974158
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:63789729-9255-4baf-a227-9290874ce21b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee36e2fc-ead2-4866-82bc-c50cd6d643c7
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:32edc2fa-3839-4187-9a89-39ff5d693786
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:204bc327-265d-4582-aa94-b59e2cbcf4b2
ModelInvariantUuid:35966887-e003-4d2a-b5c4-9b642b380f5d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4595286b-709a-466e-b517-8dbaa9127666
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:70803233-e83e-4054-925a-dbfa32ecba45
ModelInvariantUuid:4ef0d0f0-f82b-4fc1-bb26-87a29a74ab25
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:634e6b7d-0960-4a2e-8224-455723ddc155
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-12-02T04:22:26.406Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 779d197e-2be8-4901-ae07-c157e7a38a08
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:22:26.408Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2021-12-02T04:22:26.408Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 779d197e-2be8-4901-ae07-c157e7a38a08
2021-12-02T04:22:26.408Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6d69dded-ca3c-426f-9fd4-e17c3b8d9c4f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-12-02T04:22:26.408Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:22:26.408Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:26.772Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:22:26.773Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 6d69dded-ca3c-426f-9fd4-e17c3b8d9c4f 792
2021-12-02T04:22:26.773Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:26.773Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:26.773Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:22:26.773Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:26.775Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:26.775Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418946773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:22:26.875Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:26.876Z||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-12-02T04:22:26.876Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:26.889Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:26.889Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:22:27.776Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ee36e2fc-ead2-4866-82bc-c50cd6d643c7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32edc2fa-3839-4187-9a89-39ff5d693786",
    "vfModuleModelCustomizationUUID": "117c0b09-c6b2-4eb4-b247-cee4b5a6342d",
    "isBase": true,
    "artifacts": [
      "b1d45092-8a81-4653-acc9-e5f855fd8e25",
      "8781f9dd-cad0-4517-819f-9329868ad68c"
    ],
    "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-12-02T04:22:27.778Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32edc2fa-3839-4187-9a89-39ff5d693786
VfModuleModelInvariantUUID:ee36e2fc-ead2-4866-82bc-c50cd6d643c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1d45092-8a81-4653-acc9-e5f855fd8e25
,
8781f9dd-cad0-4517-819f-9329868ad68c

}
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-12-02T04:22:27.780Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ee36e2fc-ead2-4866-82bc-c50cd6d643c7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32edc2fa-3839-4187-9a89-39ff5d693786",
    "vfModuleModelCustomizationUUID": "117c0b09-c6b2-4eb4-b247-cee4b5a6342d",
    "isBase": true,
    "artifacts": [
      "b1d45092-8a81-4653-acc9-e5f855fd8e25",
      "8781f9dd-cad0-4517-819f-9329868ad68c"
    ],
    "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-12-02T04:22:27.780Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32edc2fa-3839-4187-9a89-39ff5d693786
VfModuleModelInvariantUUID:ee36e2fc-ead2-4866-82bc-c50cd6d643c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1d45092-8a81-4653-acc9-e5f855fd8e25
,
8781f9dd-cad0-4517-819f-9329868ad68c

}
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-12-02T04:22:27.780Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b1d45092-8a81-4653-acc9-e5f855fd8e25 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-12-02T04:22:27.780Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:22:27.780Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:27.984Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:22:27.985Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b1d45092-8a81-4653-acc9-e5f855fd8e25 5033
2021-12-02T04:22:27.985Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:27.985Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:27.985Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:22:27.985Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:27.987Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:27.987Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418947985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:22:28.087Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:28.087Z||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-12-02T04:22:28.088Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:28.097Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:28.097Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:22:28.987Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8781f9dd-cad0-4517-819f-9329868ad68c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-12-02T04:22:28.988Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:22:28.988Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:29.378Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:22:29.378Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8781f9dd-cad0-4517-819f-9329868ad68c 903
2021-12-02T04:22:29.378Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:29.378Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:29.378Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:22:29.379Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:29.381Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:29.381Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418949378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:22:29.481Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:29.482Z||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-12-02T04:22:29.482Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:29.495Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:29.496Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:22:30.381Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 122812b0-8483-414c-8b79-135a6d40cea7
2021-12-02T04:22:30.382Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 779d197e-2be8-4901-ae07-c157e7a38a08 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:22:30.391Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f020915, org.onap.sdc.toscaparser.api.parameters.Input@2614de10, org.onap.sdc.toscaparser.api.parameters.Input@64a8ead0, org.onap.sdc.toscaparser.api.parameters.Input@1efbc366, org.onap.sdc.toscaparser.api.parameters.Input@319e2b0d]
2021-12-02T04:22:30.392Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.392Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:30.392Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-12-02T04:22:30.392Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 63789729-9255-4baf-a227-9290874ce21b
2021-12-02T04:22:30.392Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 63789729-9255-4baf-a227-9290874ce21b matches Tosca VF Customization UUID: 63789729-9255-4baf-a227-9290874ce21b
2021-12-02T04:22:30.393Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 63789729-9255-4baf-a227-9290874ce21b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-12-02T04:22:30.394Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.394Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:30.395Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 63789729-9255-4baf-a227-9290874ce21b: {\"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-12-02T04:22:30.395Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52870434
2021-12-02T04:22:30.395Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.395Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:22:30.395Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 117c0b09-c6b2-4eb4-b247-cee4b5a6342d
2021-12-02T04:22:30.395Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 117c0b09-c6b2-4eb4-b247-cee4b5a6342d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-12-02T04:22:30.396Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T04:22:30.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:22:30.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T04:22:30.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:22:30.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.397Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-02T04:22:30.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-02T04:22:30.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-02T04:22:30.398Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=204bc327-265d-4582-aa94-b59e2cbcf4b2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-12-02T04:22:30.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T04:22:30.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:22:30.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.399Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T04:22:30.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=63789729-9255-4baf-a227-9290874ce21b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:22:30.400Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:30.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 122812b0-8483-414c-8b79-135a6d40cea7: basic_vm_macro
2021-12-02T04:22:30.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:30.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:30.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:30.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:30.401Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:22:30.402Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:22:30.402Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-12-02T04:22:30.466Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 779d197e-2be8-4901-ae07-c157e7a38a08 1 ASDC deployResourceStructure
2021-12-02T04:22:30.466Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:30.466Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:30.466Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:22:30.466Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:30.467Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:30.468Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418950466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:22:30.568Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:30.569Z||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-12-02T04:22:30.569Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:30.580Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:30.580Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:22:31.469Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:31.469Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:31.469Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:22:31.469Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:31.471Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:31.471Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418951468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:22:31.571Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:31.572Z||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-12-02T04:22:31.572Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:31.584Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:31.585Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:22:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:22:31.992Z||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-12-02T04:22:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:32.019Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:32.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:22:32.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af99cfbd-10f5-41a9-843f-014d23813e4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418880780,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:22:32.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:22:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:22:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:22:32.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:22:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:22:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:22:32.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:22:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:22:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:22:32.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:22:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:22:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:22:32.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:22:32.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:22:32.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:22:32.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:22:32.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:22:32.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-02T04:22:32.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:22:32.472Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:32.472Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||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-12-02T04:22:32.472Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:22:32.473Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:32.474Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:32.475Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418952472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:22:32.575Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:32.575Z||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-12-02T04:22:32.575Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:32.590Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:32.590Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:22:33.475Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-12-02T04:22:33.476Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-02T04:22:33.476Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:22:33.476Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:22:33.478Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:22:33.478Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418953475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:22:33.578Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:22:33.579Z||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-12-02T04:22:33.579Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:22:33.593Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:22:33.594Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:22:34.478Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bcb99f6-a760-4046-848a-a4696d0c5977
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:22:34.487Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bcb99f6-a760-4046-848a-a4696d0c5977
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:22:34.489Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:22:34.489Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T04:22:34.489Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T04:22:34.489Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T04:22:34.489Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:22:34.489Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:22:34.489Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:22:34.489Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:22:34.489Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:22:34.489Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:22:34.490Z|0bcb99f6-a760-4046-848a-a4696d0c5977|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-12-02T04:22:34.493Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T04:23:04.494Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0bcb99f6-a760-4046-848a-a4696d0c5977 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-12-02T04:23:04.497Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0bcb99f6-a760-4046-848a-a4696d0c5977 and serviceModelVersionId: 122812b0-8483-414c-8b79-135a6d40cea7
2021-12-02T04:23:04.497Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54
2021-12-02T04:23:04.498Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54/model-vers/model-ver/122812b0-8483-414c-8b79-135a6d40cea7?depth=0
2021-12-02T04:23:04.501Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T04:23:04.526Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54/model-vers/model-ver/122812b0-8483-414c-8b79-135a6d40cea7?depth=0|INFO|500||Invoke
2021-12-02T04:23:04.526Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54/model-vers/model-ver/122812b0-8483-414c-8b79-135a6d40cea7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54/model-vers/model-ver/122812b0-8483-414c-8b79-135a6d40cea7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0bcb99f6-a760-4046-848a-a4696d0c5977], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[794dfbe4-4e71-40ce-939b-c29881bb79db], X-ECOMP-RequestID=[0bcb99f6-a760-4046-848a-a4696d0c5977], X-TransactionId=[], X-ONAP-RequestID=[0bcb99f6-a760-4046-848a-a4696d0c5977], Content-Type=[application/merge-patch+json]}
2021-12-02T04:23:04.542Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54/model-vers/model-ver/122812b0-8483-414c-8b79-135a6d40cea7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T04:23:04.957Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54/model-vers/model-ver/122812b0-8483-414c-8b79-135a6d40cea7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54/model-vers/model-ver/122812b0-8483-414c-8b79-135a6d40cea7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211202-04:23:04:547-77778], vertex-id=[233640], Content-Length=[0], Date=[Thu, 02 Dec 2021 04:23:04 GMT], Content-Type=[application/json]}
2021-12-02T04:23:04.957Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54/model-vers/model-ver/122812b0-8483-414c-8b79-135a6d40cea7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-02T04:23:04.958Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7d4d7d7-c67b-4b03-a8c5-6c3a9ebd1d54/model-vers/model-ver/122812b0-8483-414c-8b79-135a6d40cea7?depth=0|INFO|500||InvokeReturn
2021-12-02T04:23:04.958Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T04:23:04.958Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:23:04.961Z|0bcb99f6-a760-4046-848a-a4696d0c5977|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-12-02T04:23:04.962Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0bcb99f6-a760-4046-848a-a4696d0c5977 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T04:23:04.962Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T04:23:04.962Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:04.964Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:04.964Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418984962,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:23:05.064Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:05.065Z||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-12-02T04:23:05.065Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:05.079Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:05.079Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-02T04:23:05.976Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:23:05.976Z|0bcb99f6-a760-4046-848a-a4696d0c5977|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-12-02T04:23:05.976Z|0bcb99f6-a760-4046-848a-a4696d0c5977|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:06.604Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:06.604Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-02T04:23:06.605Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fe6c6ba-749c-4917-a3ac-8a22852965fb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"810f0d18-8298-4379-8942-a8da6d9d9ea0","serviceDescription":"service","serviceInvariantUUID":"b7eea212-75be-495c-a7ed-7fc59f440008","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2cf6e5e9-cae5-4785-a0f0-f405dcc28b72","resourceInvariantUUID":"81748d7e-c7e7-442e-a7fb-fc910bc0c934","resourceCustomizationUUID":"2c52ec2c-7f50-4bd2-b51f-b03c38baeee0","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":"MzI4MTg1MmFlNjA3YTFhY2I4MWFkMzgzYmY5NmQ4Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4eac774-031a-445c-996f-7f6deedcf3b9","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":"9fad49b0-3d02-4e83-86ca-000fccb774ae","artifactVersion":"2","generatedFromUUID":"0d01983e-4357-49f4-8603-f47b29dd2844"},{"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":"0d01983e-4357-49f4-8603-f47b29dd2844","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":"NTFmZGMyNmVhOTgwYzA1ZDhhODI0Mzc5ZmMwM2EwMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"274d8057-b8ad-47d1-a9c0-4865952443a0","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":"a17eb63d-8a45-48d3-b9ee-66346cb28e12","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":"cf9e364e-e70b-434e-9a18-dd864857b78b","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":"a02406e3-2783-446b-8f36-ff014a1ce501","artifactVersion":"2","generatedFromUUID":"a17eb63d-8a45-48d3-b9ee-66346cb28e12"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODIzYTA4NmJlODg0MGMyM2NjZmI4MjQ2MTFmZWNmZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3da2a8c1-92d4-4cbf-82b7-979243014f04","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWQ1NGVhZmUzNWRlYzI4MmJiMzU2YzYzN2FlZDJkN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59b6f486-7da9-4b9d-9a8b-2a7e42ee4749","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T04:23:06.607Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:23:06.607Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:06.609Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:06.609Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:06.709Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:06.710Z||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-12-02T04:23:06.710Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:06.722Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:06.722Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:07.610Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:23:07.610Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:07.612Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:07.612Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-12-02T04:23:07.712Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:07.713Z||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-12-02T04:23:07.713Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:07.727Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:07.727Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:08.612Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:23:08.613Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:08.614Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:08.614Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-12-02T04:23:08.715Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:08.715Z||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-12-02T04:23:08.715Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:08.729Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:08.730Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:23:09.615Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:23:09.615Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:09.617Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:09.617Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:23:09.717Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:09.718Z||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-12-02T04:23:09.718Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:09.731Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:09.731Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:10.618Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:23:10.618Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:10.620Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:10.620Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:23:10.720Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:10.721Z||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-12-02T04:23:10.721Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:10.733Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:10.733Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:11.621Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:23:11.621Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:11.623Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:11.623Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:11.723Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:11.724Z||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-12-02T04:23:11.724Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:11.735Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:11.735Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:23:12.623Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:23:12.624Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:12.626Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:12.626Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-12-02T04:23:12.726Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:12.727Z||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-12-02T04:23:12.727Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:12.739Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:12.739Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:23:13.627Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:23:13.627Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:13.629Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:13.629Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:13.729Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:13.730Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:13.730Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:13.742Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:13.742Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:14.629Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:23:14.630Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:14.632Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:14.632Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:23:14.732Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:14.733Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:14.733Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:14.745Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:14.745Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:15.633Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "810f0d18-8298-4379-8942-a8da6d9d9ea0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7eea212-75be-495c-a7ed-7fc59f440008",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "2c52ec2c-7f50-4bd2-b51f-b03c38baeee0",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2cf6e5e9-cae5-4785-a0f0-f405dcc28b72",
      "resourceInvariantUUID": "81748d7e-c7e7-442e-a7fb-fc910bc0c934",
      "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": "9fad49b0-3d02-4e83-86ca-000fccb774ae",
          "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": "0d01983e-4357-49f4-8603-f47b29dd2844",
          "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": "NTFmZGMyNmVhOTgwYzA1ZDhhODI0Mzc5ZmMwM2EwMmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "274d8057-b8ad-47d1-a9c0-4865952443a0",
          "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": "a17eb63d-8a45-48d3-b9ee-66346cb28e12",
          "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": "a02406e3-2783-446b-8f36-ff014a1ce501",
            "generatedFromUUID": "a17eb63d-8a45-48d3-b9ee-66346cb28e12"
          },
          "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": "a02406e3-2783-446b-8f36-ff014a1ce501",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NWQ1NGVhZmUzNWRlYzI4MmJiMzU2YzYzN2FlZDJkN2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59b6f486-7da9-4b9d-9a8b-2a7e42ee4749"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T04:23:15.633Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T04:23:15.633Z|0bcb99f6-a760-4046-848a-a4696d0c5977|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 810f0d18-8298-4379-8942-a8da6d9d9ea0 ASDC
2021-12-02T04:23:15.634Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3fe6c6ba-749c-4917-a3ac-8a22852965fb
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:810f0d18-8298-4379-8942-a8da6d9d9ea0
ServiceInvariantUUID:b7eea212-75be-495c-a7ed-7fc59f440008
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:59b6f486-7da9-4b9d-9a8b-2a7e42ee4749
ArtifactChecksum:NWQ1NGVhZmUzNWRlYzI4MmJiMzU2YzYzN2FlZDJkN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2c52ec2c-7f50-4bd2-b51f-b03c38baeee0
ResourceInvariantUUID:81748d7e-c7e7-442e-a7fb-fc910bc0c934
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2cf6e5e9-cae5-4785-a0f0-f405dcc28b72
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:9fad49b0-3d02-4e83-86ca-000fccb774ae
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:0d01983e-4357-49f4-8603-f47b29dd2844
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:274d8057-b8ad-47d1-a9c0-4865952443a0
ArtifactChecksum:NTFmZGMyNmVhOTgwYzA1ZDhhODI0Mzc5ZmMwM2EwMmM=
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:a17eb63d-8a45-48d3-b9ee-66346cb28e12
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:a02406e3-2783-446b-8f36-ff014a1ce501
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:a02406e3-2783-446b-8f36-ff014a1ce501
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T04:23:15.634Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 810f0d18-8298-4379-8942-a8da6d9d9ea0 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-12-02T04:23:15.658Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:23:15.658Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:23:15.658Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:23:15.659Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 59b6f486-7da9-4b9d-9a8b-2a7e42ee4749 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-02T04:23:15.659Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:23:15.659Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-02T04:23:15.774Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:23:15.777Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 59b6f486-7da9-4b9d-9a8b-2a7e42ee4749 68929
2021-12-02T04:23:15.777Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-12-02T04:23:15.777Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-02T04:23:15.777Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:23:15.777Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:15.779Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:15.779Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418995777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:15.879Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:15.880Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:15.880Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:15.892Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:15.893Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:16.780Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:23:16.781Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:23:16.781Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 59b6f486-7da9-4b9d-9a8b-2a7e42ee4749, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-02T04:23:16.781Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-12-02T04:23:16.781Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-02T04:23:16.782Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-02T04:23:17.343Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP741679584110491573/Definitions/service-BasicCnf-template.yml
2021-12-02T04:23:18.123Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T04:23:18.124Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:23:18.124Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-02T04:23:18.124Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-12-02T04:23:18.124Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:18.124Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:18.124Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|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-BasicCnf-csar.csar
2021-12-02T04:23:18.124Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:18.124Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:23:18.124Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.124Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:18.124Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T04:23:18.125Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:23:18.125Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:23:18.125Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.125Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:18.125Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T04:23:18.125Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:23:18.125Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:23:18.125Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.125Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:18.126Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.126Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-12-02T04:23:18.126Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-12-02T04:23:18.126Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2021-12-02T04:23:18.126Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T04:23:18.126Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.126Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:23:18.126Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.126Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T04:23:18.126Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:23:18.127Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.127Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T04:23:18.127Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:23:18.127Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.127Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T04:23:18.127Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:23:18.127Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.127Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-12-02T04:23:18.128Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-12-02T04:23:18.128Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d1f178dd-00aa-4045-a996-8a388176df16
2021-12-02T04:23:18.128Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.128Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:18.128Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.128Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:18.128Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.128Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:18.128Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:18.128Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:18.128Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:810f0d18-8298-4379-8942-a8da6d9d9ea0
Model Version:NULL
Model InvariantUuid:b7eea212-75be-495c-a7ed-7fc59f440008
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:1fc76679-0bf4-438a-872c-ab21e4d3c18e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:81748d7e-c7e7-442e-a7fb-fc910bc0c934
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2c52ec2c-7f50-4bd2-b51f-b03c38baeee0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7e279805-0f88-47dd-9367-211557c014f0
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:26a93f0a-59ff-4fa0-b348-938c333530fc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1f178dd-00aa-4045-a996-8a388176df16
ModelInvariantUuid:432c5424-fb44-4f60-b78d-6fc7f6375abc
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:eacacd11-1a47-4314-8411-b7ac13670696
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5be4da50-46a8-4599-bf73-654a59f98d32
ModelInvariantUuid:726a146b-a699-4e57-b478-440889c772a6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:05e32499-c199-4a96-8bf7-acab0f85bccd
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-12-02T04:23:18.133Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2cf6e5e9-cae5-4785-a0f0-f405dcc28b72
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:23:18.135Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||basic_cnf 0
2021-12-02T04:23:18.135Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2cf6e5e9-cae5-4785-a0f0-f405dcc28b72
2021-12-02T04:23:18.135Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9fad49b0-3d02-4e83-86ca-000fccb774ae from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-12-02T04:23:18.135Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:23:18.135Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:18.227Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:23:18.228Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9fad49b0-3d02-4e83-86ca-000fccb774ae 12
2021-12-02T04:23:18.228Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:18.228Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:18.228Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:23:18.228Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:18.230Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:18.230Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418998228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:18.330Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:18.330Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:18.331Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:18.344Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:18.344Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:19.231Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0d01983e-4357-49f4-8603-f47b29dd2844 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-12-02T04:23:19.231Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:23:19.231Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:19.294Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:23:19.294Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0d01983e-4357-49f4-8603-f47b29dd2844 2688
2021-12-02T04:23:19.294Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:19.294Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:19.295Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:23:19.295Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:19.296Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:19.297Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418999294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:19.397Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:19.397Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:19.397Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:19.410Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:19.410Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:20.298Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 274d8057-b8ad-47d1-a9c0-4865952443a0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-12-02T04:23:20.298Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:23:20.298Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:20.656Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:23:20.657Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 274d8057-b8ad-47d1-a9c0-4865952443a0 828
2021-12-02T04:23:20.657Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:20.657Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:20.657Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:23:20.657Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:20.658Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:20.659Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419000657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:20.759Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:20.760Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:20.760Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:20.773Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:20.773Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:21.659Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7e279805-0f88-47dd-9367-211557c014f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "26a93f0a-59ff-4fa0-b348-938c333530fc",
    "vfModuleModelCustomizationUUID": "3360287b-7566-4ed7-8e06-22e684be07bc",
    "isBase": true,
    "artifacts": [
      "a17eb63d-8a45-48d3-b9ee-66346cb28e12",
      "0d01983e-4357-49f4-8603-f47b29dd2844",
      "a02406e3-2783-446b-8f36-ff014a1ce501"
    ],
    "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-12-02T04:23:21.662Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:26a93f0a-59ff-4fa0-b348-938c333530fc
VfModuleModelInvariantUUID:7e279805-0f88-47dd-9367-211557c014f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
a17eb63d-8a45-48d3-b9ee-66346cb28e12
,
0d01983e-4357-49f4-8603-f47b29dd2844
,
a02406e3-2783-446b-8f36-ff014a1ce501

}
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-12-02T04:23:21.663Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7e279805-0f88-47dd-9367-211557c014f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "26a93f0a-59ff-4fa0-b348-938c333530fc",
    "vfModuleModelCustomizationUUID": "3360287b-7566-4ed7-8e06-22e684be07bc",
    "isBase": true,
    "artifacts": [
      "a17eb63d-8a45-48d3-b9ee-66346cb28e12",
      "0d01983e-4357-49f4-8603-f47b29dd2844",
      "a02406e3-2783-446b-8f36-ff014a1ce501"
    ],
    "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-12-02T04:23:21.664Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:26a93f0a-59ff-4fa0-b348-938c333530fc
VfModuleModelInvariantUUID:7e279805-0f88-47dd-9367-211557c014f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
a17eb63d-8a45-48d3-b9ee-66346cb28e12
,
0d01983e-4357-49f4-8603-f47b29dd2844
,
a02406e3-2783-446b-8f36-ff014a1ce501

}
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-12-02T04:23:21.664Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a17eb63d-8a45-48d3-b9ee-66346cb28e12 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-12-02T04:23:21.664Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:23:21.664Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:22.058Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:23:22.059Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a17eb63d-8a45-48d3-b9ee-66346cb28e12 1164
2021-12-02T04:23:22.059Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:22.059Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:22.059Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:23:22.059Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:22.060Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:22.061Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419002059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:22.161Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:22.161Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:22.161Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:22.173Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:22.174Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:23.061Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a02406e3-2783-446b-8f36-ff014a1ce501 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-12-02T04:23:23.062Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:23:23.062Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:23.355Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:23:23.356Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a02406e3-2783-446b-8f36-ff014a1ce501 200
2021-12-02T04:23:23.356Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:23.356Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:23.356Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:23:23.356Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:23.358Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:23.358Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419003356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:23.458Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:23.458Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:23.458Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:23.471Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:23.472Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:24.358Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 810f0d18-8298-4379-8942-a8da6d9d9ea0
2021-12-02T04:23:24.359Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2cf6e5e9-cae5-4785-a0f0-f405dcc28b72 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-12-02T04:23:24.371Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:23:24.374Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37efcace, org.onap.sdc.toscaparser.api.parameters.Input@27e987a4, org.onap.sdc.toscaparser.api.parameters.Input@738293a1, org.onap.sdc.toscaparser.api.parameters.Input@56ba4c95, org.onap.sdc.toscaparser.api.parameters.Input@1fca5536]
2021-12-02T04:23:24.375Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.375Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:24.376Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-12-02T04:23:24.376Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2c52ec2c-7f50-4bd2-b51f-b03c38baeee0
2021-12-02T04:23:24.376Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2c52ec2c-7f50-4bd2-b51f-b03c38baeee0 matches Tosca VF Customization UUID: 2c52ec2c-7f50-4bd2-b51f-b03c38baeee0
2021-12-02T04:23:24.376Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2c52ec2c-7f50-4bd2-b51f-b03c38baeee0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-12-02T04:23:24.378Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.378Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:24.378Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2c52ec2c-7f50-4bd2-b51f-b03c38baeee0: {\"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-12-02T04:23:24.379Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17d79768
2021-12-02T04:23:24.379Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.379Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:23:24.379Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3360287b-7566-4ed7-8e06-22e684be07bc
2021-12-02T04:23:24.379Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3360287b-7566-4ed7-8e06-22e684be07bc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-12-02T04:23:24.381Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.381Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T04:23:24.381Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:23:24.381Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.381Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T04:23:24.382Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:23:24.382Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.382Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-12-02T04:23:24.382Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-12-02T04:23:24.382Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d1f178dd-00aa-4045-a996-8a388176df16
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-12-02T04:23:24.384Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.384Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T04:23:24.384Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:23:24.384Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.385Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T04:23:24.385Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2c52ec2c-7f50-4bd2-b51f-b03c38baeee0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:23:24.386Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.386Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:24.387Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 810f0d18-8298-4379-8942-a8da6d9d9ea0: basic_cnf
2021-12-02T04:23:24.387Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.387Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:24.387Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.387Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:24.387Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.387Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:24.387Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.388Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:24.388Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T04:23:24.388Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:23:24.388Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-12-02T04:23:24.445Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2cf6e5e9-cae5-4785-a0f0-f405dcc28b72 1 ASDC deployResourceStructure
2021-12-02T04:23:24.446Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:24.446Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:24.446Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-12-02T04:23:24.446Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:24.448Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:24.448Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419004446,
  "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-12-02T04:23:24.548Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:24.548Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:24.549Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:24.561Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:24.562Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:25.449Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:25.449Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:25.449Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-12-02T04:23:25.449Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:25.451Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:25.451Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419005448,
  "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-12-02T04:23:25.551Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:25.551Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:25.551Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:25.566Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:25.566Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:26.451Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:26.452Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:26.452Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:23:26.452Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:26.454Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:26.454Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419006451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:26.554Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:26.554Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:26.554Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:26.568Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:26.568Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:27.454Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:27.455Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:27.455Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:23:27.455Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:27.456Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:27.457Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419007454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:27.557Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:27.557Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:27.557Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:27.570Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:27.571Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:28.458Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:28.458Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||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-12-02T04:23:28.458Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:23:28.458Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:28.460Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:28.460Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419008458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:28.560Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:23:28.561Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:28.561Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:28.575Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:28.575Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:29.460Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-12-02T04:23:29.461Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-02T04:23:29.461Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:23:29.461Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:23:29.463Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:23:29.463Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419009460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:29.564Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T04:23:29.564Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:23:29.564Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:29.576Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:29.577Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:23:30.464Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fe6c6ba-749c-4917-a3ac-8a22852965fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:23:30.472Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fe6c6ba-749c-4917-a3ac-8a22852965fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:23:30.473Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:23:30.473Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:23:30.474Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:23:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:23:31.992Z||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-12-02T04:23:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:23:32.012Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:23:32.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418894940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418896946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418891641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418895516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "clamp",
  "timestamp": 1638418889288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418894870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "cds",
  "timestamp": 1638418897035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418898041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418891641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418895516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418894870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "clamp",
  "timestamp": 1638418889288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "policy-id",
  "timestamp": 1638418897746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "cds",
  "timestamp": 1638418897035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "aai-ml",
  "timestamp": 1638418898032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418899098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.031Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418891641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418895516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "clamp",
  "timestamp": 1638418889288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418894870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "policy-id",
  "timestamp": 1638418897746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "aai-ml",
  "timestamp": 1638418898032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "cds",
  "timestamp": 1638418897035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418900203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "clamp",
  "timestamp": 1638418889288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418895516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418894870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "policy-id",
  "timestamp": 1638418897746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418891641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "aai-ml",
  "timestamp": 1638418898032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "cds",
  "timestamp": 1638418897035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418901205,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:32.035Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "clamp",
  "timestamp": 1638418889288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418895516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418894870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418891641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "policy-id",
  "timestamp": 1638418897746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "aai-ml",
  "timestamp": 1638418898032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "cds",
  "timestamp": 1638418897035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418902208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:32.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "policy-id",
  "timestamp": 1638418897746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418894870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418891641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418895516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "clamp",
  "timestamp": 1638418889288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "cds",
  "timestamp": 1638418897035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "aai-ml",
  "timestamp": 1638418898032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418903211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:32.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418891641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418895516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418894870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "clamp",
  "timestamp": 1638418889288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "policy-id",
  "timestamp": 1638418897746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "aai-ml",
  "timestamp": 1638418898032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "cds",
  "timestamp": 1638418897035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "clamp",
  "timestamp": 1638418889288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418891641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418895516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418894870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "policy-id",
  "timestamp": 1638418897746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "aai-ml",
  "timestamp": 1638418898032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "cds",
  "timestamp": 1638418897035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "clamp",
  "timestamp": 1638418889288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418894870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "dcae-sch",
  "timestamp": 1638418891641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418895516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "policy-id",
  "timestamp": 1638418897746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "aai-ml",
  "timestamp": 1638418898032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "cds",
  "timestamp": 1638418897035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418905190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "policy-id",
  "timestamp": 1638418897746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "aai-ml",
  "timestamp": 1638418898032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418905190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418906875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418906879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "cds",
  "timestamp": 1638418906980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "policy-id",
  "timestamp": 1638418907499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418905190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "aai-ml",
  "timestamp": 1638418907891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "cds",
  "timestamp": 1638418907985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T04:23:32.056Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fe6c6ba-749c-4917-a3ac-8a22852965fb
2021-12-02T04:23:32.056Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe6c6ba-749c-4917-a3ac-8a22852965fb 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-12-02T04:23:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418908177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "policy-id",
  "timestamp": 1638418908502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418905190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418909176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418909377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "policy-id",
  "timestamp": 1638418909504,
  "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-12-02T04:23:32.067Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fe6c6ba-749c-4917-a3ac-8a22852965fb
2021-12-02T04:23:32.067Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe6c6ba-749c-4917-a3ac-8a22852965fb 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-12-02T04:23:32.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418905190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638418910180,
  "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-12-02T04:23:32.075Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fe6c6ba-749c-4917-a3ac-8a22852965fb
2021-12-02T04:23:32.076Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe6c6ba-749c-4917-a3ac-8a22852965fb 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-12-02T04:23:32.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418910523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.083Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418905190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418911568,
  "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-12-02T04:23:32.087Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fe6c6ba-749c-4917-a3ac-8a22852965fb
2021-12-02T04:23:32.087Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe6c6ba-749c-4917-a3ac-8a22852965fb 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-12-02T04:23:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418905190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638418912570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:32.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418905190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638418905190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "clamp",
  "timestamp": 1638418914190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "aai-ml",
  "timestamp": 1638418915629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "clamp",
  "timestamp": 1638418916199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "aai-ml",
  "timestamp": 1638418916632,
  "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-12-02T04:23:32.096Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fe6c6ba-749c-4917-a3ac-8a22852965fb
2021-12-02T04:23:32.096Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe6c6ba-749c-4917-a3ac-8a22852965fb 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-12-02T04:23:32.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "clamp",
  "timestamp": 1638418917202,
  "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-12-02T04:23:32.104Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3fe6c6ba-749c-4917-a3ac-8a22852965fb
2021-12-02T04:23:32.104Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe6c6ba-749c-4917-a3ac-8a22852965fb 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-12-02T04:23:32.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a53a862-bd30-44f7-af7a-6d888328695e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418934533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:23:32.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418881794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418944482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418946773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418947985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418949378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418950466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:32.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:23:32.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:23:32.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418951468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:23:32.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:00.474Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fe6c6ba-749c-4917-a3ac-8a22852965fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-02T04:24:00.481Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fe6c6ba-749c-4917-a3ac-8a22852965fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-12-02T04:24:00.483Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:24:00.483Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T04:24:00.483Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T04:24:00.484Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T04:24:00.484Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:24:00.484Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:24:00.484Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:24:00.484Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:24:00.484Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:24:00.484Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T04:24:00.484Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|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-12-02T04:24:00.488Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T04:24:30.488Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fe6c6ba-749c-4917-a3ac-8a22852965fb 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-12-02T04:24:30.492Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fe6c6ba-749c-4917-a3ac-8a22852965fb and serviceModelVersionId: 810f0d18-8298-4379-8942-a8da6d9d9ea0
2021-12-02T04:24:30.492Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7eea212-75be-495c-a7ed-7fc59f440008
2021-12-02T04:24:30.493Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7eea212-75be-495c-a7ed-7fc59f440008/model-vers/model-ver/810f0d18-8298-4379-8942-a8da6d9d9ea0?depth=0
2021-12-02T04:24:30.497Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T04:24:30.523Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7eea212-75be-495c-a7ed-7fc59f440008/model-vers/model-ver/810f0d18-8298-4379-8942-a8da6d9d9ea0?depth=0|INFO|500||Invoke
2021-12-02T04:24:30.523Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7eea212-75be-495c-a7ed-7fc59f440008/model-vers/model-ver/810f0d18-8298-4379-8942-a8da6d9d9ea0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7eea212-75be-495c-a7ed-7fc59f440008/model-vers/model-ver/810f0d18-8298-4379-8942-a8da6d9d9ea0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3fe6c6ba-749c-4917-a3ac-8a22852965fb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[87a0d2d6-ce93-49ec-8ab0-9bcb27df6571], X-ECOMP-RequestID=[3fe6c6ba-749c-4917-a3ac-8a22852965fb], X-TransactionId=[], X-ONAP-RequestID=[3fe6c6ba-749c-4917-a3ac-8a22852965fb], Content-Type=[application/merge-patch+json]}
2021-12-02T04:24:30.540Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7eea212-75be-495c-a7ed-7fc59f440008/model-vers/model-ver/810f0d18-8298-4379-8942-a8da6d9d9ea0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T04:24:30.743Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7eea212-75be-495c-a7ed-7fc59f440008/model-vers/model-ver/810f0d18-8298-4379-8942-a8da6d9d9ea0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7eea212-75be-495c-a7ed-7fc59f440008/model-vers/model-ver/810f0d18-8298-4379-8942-a8da6d9d9ea0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211202-04:24:30:545-69363], vertex-id=[454792], Content-Length=[0], Date=[Thu, 02 Dec 2021 04:24:30 GMT], Content-Type=[application/json]}
2021-12-02T04:24:30.743Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7eea212-75be-495c-a7ed-7fc59f440008/model-vers/model-ver/810f0d18-8298-4379-8942-a8da6d9d9ea0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-02T04:24:30.744Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7eea212-75be-495c-a7ed-7fc59f440008/model-vers/model-ver/810f0d18-8298-4379-8942-a8da6d9d9ea0?depth=0|INFO|500||InvokeReturn
2021-12-02T04:24:30.744Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T04:24:30.744Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:24:30.748Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|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-12-02T04:24:30.749Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fe6c6ba-749c-4917-a3ac-8a22852965fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T04:24:30.749Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T04:24:30.749Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:24:30.750Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:24:30.750Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419070749,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:24:30.850Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T04:24:30.851Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T04:24:30.851Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:24:30.867Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:24:30.867Z||pool-133-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-12-02T04:24:31.761Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:24:31.762Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|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-12-02T04:24:31.762Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:24:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:24:31.992Z||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-12-02T04:24:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:24:32.017Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:24:32.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418952472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:24:32.017Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418953475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bcb99f6-a760-4046-848a-a4696d0c5977",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418984962,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418985976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418995777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418998228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638418999294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419000657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419002059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419003356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419004446,
  "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-12-02T04:24:32.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419005448,
  "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-12-02T04:24:32.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419006451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T04:24:32.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419007454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T04:24:32.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419008458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-12-02T04:24:32.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:32.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:24:32.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419009460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T04:24:32.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:24:41.301Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:24:41.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:24:41.302Z||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-12-02T04:24:41.302Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:24:50.840Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:24:50.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:24:50.841Z||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-12-02T04:24:50.841Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:25:00.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:25:00.382Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:25:00.383Z||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-12-02T04:25:00.383Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:25:09.920Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:25:09.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:25:09.921Z||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-12-02T04:25:09.921Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:25:19.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:25:31.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:25:31.990Z||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-12-02T04:25:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:25:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:25:31.991Z||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-12-02T04:25:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:25:32.518Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:25:32.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-02T04:25:32.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fe6c6ba-749c-4917-a3ac-8a22852965fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638419070749,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:25:32.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:25:41.529Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:26:31.990Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:26:31.990Z||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-12-02T04:26:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:26:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:26:31.991Z||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-12-02T04:26:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:26:41.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:26:41.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:27:31.990Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:27:31.990Z||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-12-02T04:27:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:27:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:27:31.991Z||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-12-02T04:27:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:27:41.538Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:27:41.542Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:28:31.990Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:28:31.990Z||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-12-02T04:28:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:28:31.991Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:28:31.991Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|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-12-02T04:28:31.992Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:28:41.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:28:41.541Z|3fe6c6ba-749c-4917-a3ac-8a22852965fb|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:29:31.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:29:31.990Z||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-12-02T04:29:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:29:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:29:31.991Z||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-12-02T04:29:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:29:41.533Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:29:41.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:30:31.990Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:30:31.990Z||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-12-02T04:30:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:30:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:30:31.992Z||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-12-02T04:30:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:30:41.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:30:41.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:31:31.989Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:31:31.990Z||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-12-02T04:31:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:31:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:31:31.991Z||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-12-02T04:31:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:31:41.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:31:41.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:32:31.990Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:32:31.990Z||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-12-02T04:32:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:32:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:32:31.992Z||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-12-02T04:32:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:32:41.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:32:41.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:33:31.990Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:33:31.990Z||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-12-02T04:33:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:33:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:33:31.991Z||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-12-02T04:33:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:33:41.538Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:33:41.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:34:31.990Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:34:31.990Z||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-12-02T04:34:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:34:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:34:31.992Z||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-12-02T04:34:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:34:41.536Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:34:41.536Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:35:31.990Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:35:31.990Z||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-12-02T04:35:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:35:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:35:31.991Z||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-12-02T04:35:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:35:41.536Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:35:41.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:36:31.990Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:36:31.990Z||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-12-02T04:36:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:36:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:36:31.992Z||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-12-02T04:36:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:36:41.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:36:41.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:37:31.990Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:37:31.990Z||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-12-02T04:37:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:37:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:37:31.992Z||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-12-02T04:37:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:37:41.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:37:41.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:38:31.989Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:38:31.990Z||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-12-02T04:38:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:38:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:38:31.991Z||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-12-02T04:38:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:38:41.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:38:41.540Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:39:31.990Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:39:31.990Z||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-12-02T04:39:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:39:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:39:31.991Z||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-12-02T04:39:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:39:41.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:39:41.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:40:31.990Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:40:31.990Z||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-12-02T04:40:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:40:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:40:31.992Z||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-12-02T04:40:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:40:41.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:40:41.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:41:31.990Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:41:31.990Z||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-12-02T04:41:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:41:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:41:31.991Z||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-12-02T04:41:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:41:41.534Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:41:41.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:42:31.989Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:42:31.990Z||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-12-02T04:42:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:42:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:42:31.991Z||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-12-02T04:42:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:42:41.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:42:41.542Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:43:31.990Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:43:31.990Z||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-12-02T04:43:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:43:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:43:31.992Z||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-12-02T04:43:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:43:41.534Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:43:41.534Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:44:31.989Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:44:31.990Z||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-12-02T04:44:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:44:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:44:31.991Z||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-12-02T04:44:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:44:41.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T04:44:41.546Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK